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

NAME

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

SYNOPSIS

10       subroutine  lis_solver_get_rhistory(LIS_SOLVER  solver,  LIS_VECTOR  v,
11       LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Get the residual history of the solver.
16
17

INPUT

19       solver The solver
20
21

OUTPUT

23       v      The vector
24
25

NOTE

27       The vector v must be created in  advance  with  the  function  lis_vec‐
28       tor_create.  When the vector v is shorter than the residual history, it
29       stores the residual history in order to the vector v.
30
31

SEE ALSO

33       lis(3)
34
35       http://www.ssisc.org/lis/
36
37
38
39
40Man Page                          28 Aug 2014      lis_solver_get_rhistory(3f)
Impressum