Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
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
 

Detailed Description

Parameters for iterative solvers.

Definition at line 379 of file fasp.h.

Field Documentation

◆ decoup_type

SHORT decoup_type

decoupling type

Definition at line 383 of file fasp.h.

◆ itsolver_type

SHORT itsolver_type

solver type: see fasp_const.h

Definition at line 382 of file fasp.h.

◆ maxit

INT maxit

max number of iterations

Definition at line 387 of file fasp.h.

◆ precond_type

SHORT precond_type

preconditioner type

Definition at line 384 of file fasp.h.

◆ print_level

SHORT print_level

print level: 0–10

Definition at line 381 of file fasp.h.

◆ restart

INT restart

number of steps for restarting: for GMRES etc

Definition at line 386 of file fasp.h.

◆ stop_type

SHORT stop_type

stopping type

Definition at line 385 of file fasp.h.

◆ tol

REAL tol

convergence tolerance

Definition at line 388 of file fasp.h.


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