1lis_solver_get_rhistory(3f) Lis Library Functions lis_solver_get_rhistory(3f)
2
3
4
6 lis_solver_get_rhistory - get the residual history of the solver
7
8
10 subroutine lis_solver_get_rhistory(LIS_SOLVER solver, LIS_VECTOR v,
11 LIS_INTEGER ierr);
12
13
15 Get the residual history of the solver.
16
17
19 solver The solver
20
21
23 v The vector
24
25
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
33 lis(3)
34
35 http://www.ssisc.org/lis/
36
37
38
39
40Man Page 28 Aug 2014 lis_solver_get_rhistory(3f)