Home
last modified time | relevance | path

Searched refs:fm_struct_mat (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Doptimize_embedding_potential.F1998 NULLIFY (fm_struct_mat, fm_struct_vec)
2001 matrix_struct=fm_struct_mat)
2010 CALL cp_fm_create(s_s, fm_struct_mat, name="s_s")
2011 CALL cp_fm_create(s_y, fm_struct_mat, name="s_y")
2012 CALL cp_fm_create(B_inv_y_s, fm_struct_mat, name="B_inv_y_s")
2115 NULLIFY (fm_struct_mat, fm_struct_vec, fm_struct_vec_t)
2118 matrix_struct=fm_struct_mat)
2130 CALL cp_fm_create(y_y_t, fm_struct_mat, name="y_y_t")
2131 CALL cp_fm_create(B_s_s_B, fm_struct_mat, name="B_s_s_B")
2216 NULLIFY (fm_struct_mat, fm_struct_vec)
[all …]
H A Dresponse_solver.F1064 TYPE(cp_fm_struct_type), POINTER :: fm_struct, fm_struct_mat local
1074 CALL cp_fm_struct_create(fm_struct_mat, context=fm_struct%context, nrow_global=norb, &
1076 CALL cp_fm_create(chcmat, fm_struct_mat)
1077 CALL cp_fm_struct_release(fm_struct_mat)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Doptimize_embedding_potential.F1998 NULLIFY (fm_struct_mat, fm_struct_vec)
2001 matrix_struct=fm_struct_mat)
2010 CALL cp_fm_create(s_s, fm_struct_mat, name="s_s")
2011 CALL cp_fm_create(s_y, fm_struct_mat, name="s_y")
2012 CALL cp_fm_create(B_inv_y_s, fm_struct_mat, name="B_inv_y_s")
2115 NULLIFY (fm_struct_mat, fm_struct_vec, fm_struct_vec_t)
2118 matrix_struct=fm_struct_mat)
2130 CALL cp_fm_create(y_y_t, fm_struct_mat, name="y_y_t")
2131 CALL cp_fm_create(B_s_s_B, fm_struct_mat, name="B_s_s_B")
2216 NULLIFY (fm_struct_mat, fm_struct_vec)
[all …]