Go to the source code of this file.
|
| module | preconditioner_solvers |
| | solves the preconditioner, contains to utility function for fm<->dbcsr transfers, should be moved soon
|
| |
|
| subroutine, public | preconditioner_solvers::solve_preconditioner (my_solver_type, preconditioner_env, matrix_s, matrix_h) |
| | ...
|
| |
| subroutine, public | preconditioner_solvers::transfer_fm_to_dbcsr (fm_matrix, dbcsr_matrix, template_mat) |
| | transfers a full matrix to a dbcsr
|
| |
| subroutine, public | preconditioner_solvers::transfer_dbcsr_to_fm (dbcsr_matrix, fm_matrix, para_env, context) |
| | transfers a dbcsr to a full matrix
|
| |