Home
last modified time | relevance | path

Searched refs:L1_mu_i (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_ri_grad.F928 NULLIFY (L1_mu_i, fm_struct_tmp)
931 CALL cp_fm_create(L1_mu_i, fm_struct_tmp, name="Lag_mu_i")
933 CALL cp_fm_set_all(L1_mu_i, 0.0_dp)
934 CALL copy_dbcsr_to_fm(matrix=Lag_mu_i_1%matrix, fm=L1_mu_i)
1297 CALL cp_fm_get_info(matrix=L1_mu_i, &
1304 myprow_1i = L1_mu_i%matrix_struct%context%mepos(1)
1305 mypcol_1i = L1_mu_i%matrix_struct%context%mepos(2)
1306 nprow_1i = L1_mu_i%matrix_struct%context%num_pe(1)
1307 npcol_1i = L1_mu_i%matrix_struct%context%num_pe(2)
1532 DEALLOCATE (L1_mu_i%local_data)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_ri_grad.F921 NULLIFY (L1_mu_i, fm_struct_tmp)
924 CALL cp_fm_create(L1_mu_i, fm_struct_tmp, name="Lag_mu_i")
926 CALL cp_fm_set_all(L1_mu_i, 0.0_dp)
927 CALL copy_dbcsr_to_fm(matrix=Lag_mu_i_1%matrix, fm=L1_mu_i)
1290 CALL cp_fm_get_info(matrix=L1_mu_i, &
1297 myprow_1i = L1_mu_i%matrix_struct%context%mepos(1)
1298 mypcol_1i = L1_mu_i%matrix_struct%context%mepos(2)
1299 nprow_1i = L1_mu_i%matrix_struct%context%num_pe(1)
1300 npcol_1i = L1_mu_i%matrix_struct%context%num_pe(2)
1525 DEALLOCATE (L1_mu_i%local_data)
[all …]