(git:34ef472)
preconditioner_solvers.F File Reference

Go to the source code of this file.

Modules

module  preconditioner_solvers
 solves the preconditioner, contains to utility function for fm<->dbcsr transfers, should be moved soon
 

Functions/Subroutines

subroutine, public preconditioner_solvers::solve_preconditioner (my_solver_type, preconditioner_env, matrix_s, matrix_h)
 ... More...
 
subroutine, public preconditioner_solvers::transfer_fm_to_dbcsr (fm_matrix, dbcsr_matrix, template_mat)
 transfers a full matrix to a dbcsr More...
 
subroutine, public preconditioner_solvers::transfer_dbcsr_to_fm (dbcsr_matrix, fm_matrix, para_env, context)
 transfers a dbcsr to a full matrix More...