lis_solver_get_preconname - Man Page

get the preconditioner name from the preconditioner number

Synopsis

#include "lis.h"

LIS_INT lis_solver_get_preconname(LIS_INT precon_type, har *name);

Description

Get the preconditioner name from the preconditioner number.

Input

precon_type

The preconditioner number

Output

name

The preconditioner name

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