Home
last modified time | relevance | path

Searched refs:thermal_region (Results 1 – 8 of 8) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dthermal_region_types.F34 TYPE(thermal_region_type), DIMENSION(:), POINTER :: thermal_region component
65 NULLIFY (thermal_regions%thermal_region)
109 IF (ASSOCIATED(thermal_regions%thermal_region)) THEN
110 DO ireg = 1, SIZE(thermal_regions%thermal_region)
111 DEALLOCATE (thermal_regions%thermal_region(ireg)%part_index)
113 DEALLOCATE (thermal_regions%thermal_region)
H A Dthermal_region_utils.F123 ALLOCATE (thermal_regions%thermal_region(nregions))
136 t_region => thermal_regions%thermal_region(ireg)
249 temp(ireg) = thermal_regions%thermal_region(ireg)%temperature
317 DO ipart_reg = 1, thermal_regions%thermal_region(ireg)%npart
318 ipart = thermal_regions%thermal_region(ireg)%part_index(ipart_reg)
319 temperature(ipart) = thermal_regions%thermal_region(ireg)%temp_expected
320 region_id(ipart) = thermal_regions%thermal_region(ireg)%region_index
321 … noisy_gamma_region(ipart) = thermal_regions%thermal_region(ireg)%noisy_gamma_region
H A Dintegrator.F156 TYPE(thermal_region_type), POINTER :: thermal_region local
163 NULLIFY (thermal_region, thermal_regions, itimes)
221 thermal_region => thermal_regions%thermal_region(ireg)
222 noisy_gamma_region = thermal_region%noisy_gamma_region
223 DO iparticle_reg = 1, thermal_region%npart
224 iparticle = thermal_region%part_index(iparticle_reg)
225 reg_temp = thermal_region%temp_expected
H A Dmd_vel_utils.F344 t_region => thermal_regions%thermal_region(ireg)
1559 t_region => thermal_regions%thermal_region(ireg)
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dthermal_region_types.F34 TYPE(thermal_region_type), DIMENSION(:), POINTER :: thermal_region component
65 NULLIFY (thermal_regions%thermal_region)
109 IF (ASSOCIATED(thermal_regions%thermal_region)) THEN
110 DO ireg = 1, SIZE(thermal_regions%thermal_region)
111 DEALLOCATE (thermal_regions%thermal_region(ireg)%part_index)
113 DEALLOCATE (thermal_regions%thermal_region)
H A Dthermal_region_utils.F123 ALLOCATE (thermal_regions%thermal_region(nregions))
136 t_region => thermal_regions%thermal_region(ireg)
249 temp(ireg) = thermal_regions%thermal_region(ireg)%temperature
317 DO ipart_reg = 1, thermal_regions%thermal_region(ireg)%npart
318 ipart = thermal_regions%thermal_region(ireg)%part_index(ipart_reg)
319 temperature(ipart) = thermal_regions%thermal_region(ireg)%temp_expected
320 region_id(ipart) = thermal_regions%thermal_region(ireg)%region_index
321 … noisy_gamma_region(ipart) = thermal_regions%thermal_region(ireg)%noisy_gamma_region
H A Dintegrator.F159 TYPE(thermal_region_type), POINTER :: thermal_region local
166 NULLIFY (thermal_region, thermal_regions, itimes)
224 thermal_region => thermal_regions%thermal_region(ireg)
225 noisy_gamma_region = thermal_region%noisy_gamma_region
226 DO iparticle_reg = 1, thermal_region%npart
227 iparticle = thermal_region%part_index(iparticle_reg)
228 reg_temp = thermal_region%temp_expected
H A Dmd_vel_utils.F348 t_region => thermal_regions%thermal_region(ireg)
1563 t_region => thermal_regions%thermal_region(ireg)