Home
last modified time | relevance | path

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

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlibrary_tests.F1287 TYPE(cp_fm_struct_type), POINTER :: fmstruct_a, fmstruct_b, & local
1346 NULLIFY (fmstruct_a)
1352 CALL cp_fm_struct_create(fmstruct=fmstruct_a, para_env=para_env, context=blacs_env, &
1355 … CALL cp_fm_struct_get(fmstruct_a, nrow_block=nrow_block_actual, ncol_block=ncol_block_actual)
1383 CALL cp_fm_create(matrix=matrix_a, matrix_struct=fmstruct_a, name="MATRIX A")
1418 CALL cp_fm_struct_release(fmstruct=fmstruct_a)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlibrary_tests.F1406 TYPE(cp_fm_struct_type), POINTER :: fmstruct_a, fmstruct_b, & local
1465 NULLIFY (fmstruct_a)
1471 CALL cp_fm_struct_create(fmstruct=fmstruct_a, para_env=para_env, context=blacs_env, &
1474 … CALL cp_fm_struct_get(fmstruct_a, nrow_block=nrow_block_actual, ncol_block=ncol_block_actual)
1502 CALL cp_fm_create(matrix=matrix_a, matrix_struct=fmstruct_a, name="MATRIX A")
1537 CALL cp_fm_struct_release(fmstruct=fmstruct_a)