![]() |
(git:4a2d255)
|
computes preconditioners, and implements methods to apply them currently used in qs_ot More...
Functions/Subroutines | |
| subroutine, public | apply_preconditioner_fm (preconditioner_env, matrix_in, matrix_out) |
| applies a previously created preconditioner to a full matrix | |
| subroutine, public | apply_preconditioner_dbcsr (preconditioner_env, matrix_in, matrix_out) |
| ... | |
computes preconditioners, and implements methods to apply them currently used in qs_ot
| subroutine, public preconditioner_apply::apply_preconditioner_fm | ( | type(preconditioner_type) | preconditioner_env, |
| type(cp_fm_type), intent(in) | matrix_in, | ||
| type(cp_fm_type), intent(in) | matrix_out | ||
| ) |
applies a previously created preconditioner to a full matrix
| preconditioner_env | ... |
| matrix_in | ... |
| matrix_out | ... |
Definition at line 52 of file preconditioner_apply.F.
| subroutine, public preconditioner_apply::apply_preconditioner_dbcsr | ( | type(preconditioner_type) | preconditioner_env, |
| type(dbcsr_type) | matrix_in, | ||
| type(dbcsr_type) | matrix_out | ||
| ) |
...
| preconditioner_env | ... |
| matrix_in | ... |
| matrix_out | ... |
Definition at line 93 of file preconditioner_apply.F.