lis_solver_create - Man Page
create the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_create(LIS_SOLVER *solver);
Description
Create the solver.
Input
None
Output
- solver
The solver
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
solver has the information on the solver, the preconditioner, etc.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions