1lis_solver_get_rhistory(3)   Lis Library Functions  lis_solver_get_rhistory(3)
2
3
4

NAME

6       lis_solver_get_rhistory - get the residual history of the solver
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_solver_get_rhistory(LIS_SOLVER solver, LIS_VECTOR v);
13
14

DESCRIPTION

16       Get the residual history of the solver.
17
18

INPUT

20       solver The solver
21
22

OUTPUT

24       v      The vector
25
26

EXIT STATUS

28       The following exit values are returned:
29
30       0      The process is normally terminated
31
32       unspecified
33              An error occurred
34
35

NOTE

37       The  vector  v  must  be  created in advance with the function lis_vec‐
38       tor_create. When the vector v is shorter than the residual history,  it
39       stores the residual history in order to the vector v.
40
41

SEE ALSO

43       lis(3)
44
45       http://www.ssisc.org/lis/
46
47
48
49
50Man Page                          28 Aug 2014       lis_solver_get_rhistory(3)
Impressum