|
subroutine | identity (r) |
|
subroutine | prep_jacobi (prototype) |
|
subroutine | jacobi (r) |
|
subroutine | prep_ilu0 (prototype) |
|
subroutine | ilu0 (r) |
|
subroutine | ssor (r) |
|
subroutine | prep_icc (p, prototype, modify_opt) |
|
subroutine | coord_by_row (row, i, j) |
|
real(prec) function | get_value_of_l (i, j) |
|
subroutine | set_value_of_l (i, j, v) |
|
real(prec) function | get_value_of_a (i, j) |
|
subroutine | icc (r) |
|
subroutine | prep_micc (p, prototype) |
|
logical function | precond_prepared (preconditioner, prototype) |
|
subroutine | jacobi_precond_stencil (field, res_field) |
|
subroutine | jacobi_precond_shifted_stencil (field, res_field) |
|
subroutine | ilu0_precond_stencil (field, res_field) |
|
subroutine | ilu0_precond_shifted_stencil (field, res_field) |
|
subroutine | ssor_precond_stencil (field, res_field) |
|
subroutine | ssor_precond_shifted_stencil (field, res_field) |
|
subroutine | icc_precond_stencil (field, res_field) |
|
subroutine | icc_precond_shifted_stencil (field, res_field) |
|