Choral
|
Preconditioning for iterative solvers, see precond_mod. More...
![]() |
Variables | |
integer, parameter | choral_constants::pc_0 = 1 |
void preconditioning More... | |
integer, parameter | choral_constants::pc_jacobi = 2 |
Jacobi diagonal preconditioning. More... | |
integer, parameter | choral_constants::pc_icc0 = 3 |
Incomplete Cholesky, order 0. More... | |
Preconditioning for iterative solvers, see precond_mod.
integer, parameter choral_constants::pc_0 = 1 |
void preconditioning
Definition at line 305 of file choral_constants.f90.
integer, parameter choral_constants::pc_icc0 = 3 |
Incomplete Cholesky, order 0.
Definition at line 307 of file choral_constants.f90.
integer, parameter choral_constants::pc_jacobi = 2 |
Jacobi diagonal preconditioning.
Definition at line 306 of file choral_constants.f90.