Home
last modified time | relevance | path

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

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_control_utils.F529 TYPE(section_vals_type), POINTER :: mgrid_section local
533 NULLIFY (mgrid_section, cutofflist)
534 mgrid_section => section_vals_get_subs_vals(dft_section, "MGRID")
536 CALL section_vals_val_get(mgrid_section, "NGRIDS", i_val=ngrid_level)
537 CALL section_vals_val_get(mgrid_section, "MULTIGRID_SET", l_val=multigrid_set)
538 CALL section_vals_val_get(mgrid_section, "CUTOFF", r_val=cutoff)
543 CALL section_vals_val_get(mgrid_section, "SKIP_LOAD_BALANCE_DISTRIBUTED", &
1250 mgrid_section => section_vals_get_subs_vals(t_section, "MGRID")
1251 CALL section_vals_get(mgrid_section, explicit=t_control%mgrid_is_explicit)
1260 CALL section_vals_val_get(mgrid_section, "PROGRESSION_FACTOR", &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_control_utils.F509 TYPE(section_vals_type), POINTER :: mgrid_section local
513 NULLIFY (mgrid_section, cutofflist)
514 mgrid_section => section_vals_get_subs_vals(dft_section, "MGRID")
516 CALL section_vals_val_get(mgrid_section, "NGRIDS", i_val=ngrid_level)
517 CALL section_vals_val_get(mgrid_section, "MULTIGRID_SET", l_val=multigrid_set)
518 CALL section_vals_val_get(mgrid_section, "CUTOFF", r_val=cutoff)
523 CALL section_vals_val_get(mgrid_section, "SKIP_LOAD_BALANCE_DISTRIBUTED", &
1227 mgrid_section => section_vals_get_subs_vals(t_section, "MGRID")
1228 CALL section_vals_get(mgrid_section, explicit=t_control%mgrid_is_explicit)
1237 CALL section_vals_val_get(mgrid_section, "PROGRESSION_FACTOR", &
[all …]