|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | apply_preconditioner_dbcsr (preconditioner_env, matrix_in, matrix_out, error) |
| subroutine | apply_preconditioner_fm (preconditioner_env, matrix_in, matrix_out, error) |
Definition at line 115 of file preconditioner.f90.
| subroutine preconditioner::apply_preconditioner::apply_preconditioner_dbcsr | ( | TYPE(preconditioner_type) | preconditioner_env, |
| TYPE(cp_dbcsr_type) | matrix_in, | ||
| TYPE(cp_dbcsr_type) | matrix_out, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Definition at line 440 of file preconditioner.f90.
| subroutine preconditioner::apply_preconditioner::apply_preconditioner_fm | ( | TYPE(preconditioner_type) | preconditioner_env, |
| TYPE(cp_fm_type),pointer | matrix_in, | ||
| TYPE(cp_fm_type),pointer | matrix_out, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
Definition at line 391 of file preconditioner.f90.
1.7.3