Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
ITS_param Struct Reference

Parameters for iterative solvers. More...

#include <fasp.h>

Data Fields

SHORT print_level
 
SHORT itsolver_type
 
SHORT decoup_type
 
SHORT precond_type
 
SHORT stop_type
 
INT restart
 
INT maxit
 
REAL tol
 
REAL abstol
 

Detailed Description

Parameters for iterative solvers.

Definition at line 386 of file fasp.h.

Field Documentation

◆ abstol

REAL abstol

convergence tolerance for absolute residual

Definition at line 396 of file fasp.h.

◆ decoup_type

SHORT decoup_type

decoupling type

Definition at line 390 of file fasp.h.

◆ itsolver_type

SHORT itsolver_type

solver type: see fasp_const.h

Definition at line 389 of file fasp.h.

◆ maxit

INT maxit

max number of iterations

Definition at line 394 of file fasp.h.

◆ precond_type

SHORT precond_type

preconditioner type

Definition at line 391 of file fasp.h.

◆ print_level

SHORT print_level

print level: 0–10

Definition at line 388 of file fasp.h.

◆ restart

INT restart

number of steps for restarting: for GMRES etc

Definition at line 393 of file fasp.h.

◆ stop_type

SHORT stop_type

stopping type

Definition at line 392 of file fasp.h.

◆ tol

REAL tol

convergence tolerance for relative residual

Definition at line 395 of file fasp.h.


The documentation for this struct was generated from the following file: