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

NAME

6       lis_solver_create - create the solver
7
8

SYNOPSIS

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

DESCRIPTION

16       Create the solver.
17
18

INPUT

20       None
21
22

OUTPUT

24       solver The solver
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       solver has the information on the solver, the preconditioner, etc.
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          6 Sep 2012              lis_solver_create(3)
Impressum