GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lis_solver_set_option(3) Lis Library Functions lis_solver_set_option(3)

lis_solver_set_option - set the options for the solver

#include "lis.h"

LIS_INT lis_solver_set_option(char *text, LIS_SOLVER *solver);

Set the options for the solver.

The command line options

The solver

The following exit values are returned:

0
The process is normally terminated
An error occurred

The table below shows the available command line options, where -i {cg|1} means -i cg or -i 1 and -maxiter [1000] indicates that -maxiter defaults to 1,000.

The following options are supported:

The following options are supported for linear solver:
CG
BiCG
CGS
BiCGSTAB
BiCGSTAB(l)
The degree l
GPBiCG
TFQMR
Orthomin(m)
The restart value m
GMRES(m)
The restart value m
Jacobi
Gauss-Seidel
SOR
The relaxation coefficient omega (0<omega<2)
BiCGSafe
CR
BiCR
CRS
BiCRSTAB
GPBiCR
BiCRSafe
FGMRES(m)
The restart value m
IDR(s)
The restart value s
IDR(1)
MINRES
COCG
COCR

The following options are supported for preconditioner:
None
Jacobi
ILU(k)
The fill level k
SSOR
The relaxation coefficient omega (0<omega<2)
Hybrid
The linear solver
The maximum number of iterations
The convergence criterion
The relaxation coefficient omega of the SOR (0<omega<2)
The degree l of the BiCGSTAB(l)
The restart values of the GMRES and Orthomin
I+S
The parameter alpha of I+alpha*S(m)
The parameter m of I+alpha*S(m)
SAINV
The drop criterion
SA-AMG
Select the unsymmetric version (The matrix structure must be symmetric)
The drop criterion
Crout ILU
The drop criterion
The ration of maximum fill-in
ILUT
The drop criterion
The ration of maximum fill-in
Additive Schwarz
The number of iteration

Other Options:

The maximum number of iterations
The convergence criterion
The display of the residual
Save the residual history
Display the residual history
Save the residual history and display it on the screen
The scaling
No scaling
The Jacobi scaling
The diagonal scaling
The behavior of the initial vector x_0
Given values
All values are set to 0
The number of threads (t represents the maximum number of threads)
The matrix storage format
The block size of the BSR and BSC formats
The precision of the linear solver
Double precision
Double-double (quadruple) precision

See Lis User Guide for full description.

lis(3)

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

14 Sep 2017 Man Page

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.