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

NAME

6       lis_solver_get_precon - get the preconditioner number from the solver
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_solver_get_precon(LIS_SOLVER solver, LIS_INT *precon_type);
13
14

DESCRIPTION

16       Get the preconditioner number from the solver.
17
18

INPUT

20       solver The solver
21
22

OUTPUT

24       precon_type
25              The preconditioner number
26
27

EXIT STATUS

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

SEE ALSO

38       lis(3)
39
40       http://www.ssisc.org/lis/
41
42
43
44
45Man Page                          6 Sep 2012          lis_solver_get_precon(3)
Impressum