lis_solver_get_precon - Man Page

get the preconditioner number from the solver

Synopsis

#include "lis.h"

LIS_INT lis_solver_get_precon(LIS_SOLVER solver, LIS_INT *precon_type);

Description

Get the preconditioner number from the solver.

Input

solver

The solver

Output

precon_type

The preconditioner number

Exit Status

The following exit values are returned:

0

The process is normally terminated

unspecified

An error occurred

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions