![]() |
(git:e68414f)
|
types of preconditioners More...
Data Types | |
| type | preconditioner_p_type |
| type | preconditioner_type |
Functions/Subroutines | |
| logical function, public | preconditioner_in_use (preconditioner) |
| ... | |
| subroutine, public | init_preconditioner (preconditioner_env, para_env, blacs_env) |
| ... | |
| subroutine, public | destroy_preconditioner (preconditioner_env) |
| ... | |
types of preconditioners
| logical function, public preconditioner_types::preconditioner_in_use | ( | type(preconditioner_type) | preconditioner | ) |
...
| preconditioner | ... |
Definition at line 72 of file preconditioner_types.F.
| subroutine, public preconditioner_types::init_preconditioner | ( | type(preconditioner_type) | preconditioner_env, |
| type(mp_para_env_type), pointer | para_env, | ||
| type(cp_blacs_env_type), pointer | blacs_env | ||
| ) |
...
| preconditioner_env | ... |
| para_env | ... |
| blacs_env | ... |
Definition at line 85 of file preconditioner_types.F.
| subroutine, public preconditioner_types::destroy_preconditioner | ( | type(preconditioner_type) | preconditioner_env | ) |
...
| preconditioner_env | ... |
Definition at line 116 of file preconditioner_types.F.