Home
last modified time | relevance | path

Searched defs:update_subsys (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dinput_restart_force_eval.F303 CHARACTER(LEN=*), PARAMETER :: routineN = 'update_subsys', routineP = moduleN//':'//routineN argument
305 CHARACTER(LEN=default_string_length) :: coord_file_name, unit_str
306 INTEGER :: coord_file_format, handle, output_unit
308 LOGICAL :: scale, use_ref_cell
309 REAL(KIND=dp) :: conv_factor
310 TYPE(cell_type), POINTER :: cell
311 TYPE(cp_para_env_type), POINTER :: para_env
312 TYPE(cp_subsys_type), POINTER :: subsys
313 TYPE(molecule_list_type), POINTER :: molecules
314 TYPE(multipole_type), POINTER :: multipoles
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dinput_restart_force_eval.F301 CHARACTER(LEN=*), PARAMETER :: routineN = 'update_subsys', routineP = moduleN//':'//routineN argument
303 CHARACTER(LEN=default_string_length) :: coord_file_name, unit_str
304 INTEGER :: coord_file_format, handle, output_unit
306 LOGICAL :: scale, use_ref_cell
307 REAL(KIND=dp) :: conv_factor
308 TYPE(cell_type), POINTER :: cell
309 TYPE(cp_para_env_type), POINTER :: para_env
310 TYPE(cp_subsys_type), POINTER :: subsys
311 TYPE(molecule_list_type), POINTER :: molecules
312 TYPE(multipole_type), POINTER :: multipoles
[all …]