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_esolver_set_option(3f) Lis Library Functions lis_esolver_set_option(3f)

lis_esolver_set_option - set the options for the eigensolver

subroutine lis_esolver_set_option(char *text, LIS_ESOLVER *esolver, LIS_INTEGER ierr);

Set the options for the eigensolver.

The command line options

The eigensolver

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

The following options are supported:

The following options are supported for eigensolver:
Power
Inverse
The linear solver
Rayleigh Quotient
The linear solver
CG
The linear solver
CR
The linear solver
Subspace
The size of the subspace
Lanczos
The size of the subspace
Arnoldi
The size of the subspace
Generalized Power
The linear solver
Generalized Inverse
The linear solver
Generalized Rayleigh Quotient
The linear solver
Generalized CG
The linear solver
Generalized CR
The linear solver
Generalized Subspace
The size of the subspace
Generalized Lanczos
The size of the subspace
Generalized Arnoldi
The size of the subspace
The following options are supported for inner 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 for eigensolver:

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 inner eigensolver used in Subspace, Lanczos, and Arnoldi
The inner eigensolver used in Generalized Subspace, Generalized Lanczos, and Generalized Arnoldi
The amount of the shift
The behavior of the initial vector x_0
Given values
All values are set to 1
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 eigensolver
Double precision
Double-double (quadruple) precision

Other options for inner linear solver:

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.