Choral
Variables

Krylov iterative solvers for linear systems, see krylov_mod. More...

Collaboration diagram for KRY_XXX:

Variables

integer, parameter choral_constants::kry_gmres = 1000
 GmRes linear solver. More...
 
integer, parameter choral_constants::kry_cg = 1001
 CG linear solver. More...
 

Detailed Description

Krylov iterative solvers for linear systems, see krylov_mod.

Variable Documentation

◆ kry_cg

integer, parameter choral_constants::kry_cg = 1001

CG linear solver.

Definition at line 292 of file choral_constants.f90.

◆ kry_gmres

integer, parameter choral_constants::kry_gmres = 1000

GmRes linear solver.

Definition at line 291 of file choral_constants.f90.