(git:c5411e0)
Loading...
Searching...
No Matches
thermal_region_types::thermal_regions_type Type Reference

Data Fields

integer nregions = 0
 
logical force_rescaling = .FALSE.
 
real(kind=dp) temp_reg0 = 0.0_dp
 
logical, dimension(:), pointer do_langevin => NULL()
 
type(section_vals_type), pointer section => NULL()
 
type(thermal_region_type), dimension(:), pointer thermal_region => NULL()
 

Detailed Description

Definition at line 29 of file thermal_region_types.F.

Field Documentation

◆ nregions

integer thermal_region_types::thermal_regions_type::nregions = 0

Definition at line 30 of file thermal_region_types.F.

◆ force_rescaling

logical thermal_region_types::thermal_regions_type::force_rescaling = .FALSE.

Definition at line 31 of file thermal_region_types.F.

◆ temp_reg0

real(kind=dp) thermal_region_types::thermal_regions_type::temp_reg0 = 0.0_dp

Definition at line 32 of file thermal_region_types.F.

◆ do_langevin

logical, dimension(:), pointer thermal_region_types::thermal_regions_type::do_langevin => NULL()

Definition at line 33 of file thermal_region_types.F.

◆ section

type(section_vals_type), pointer thermal_region_types::thermal_regions_type::section => NULL()

Definition at line 34 of file thermal_region_types.F.

◆ thermal_region

type(thermal_region_type), dimension(:), pointer thermal_region_types::thermal_regions_type::thermal_region => NULL()

Definition at line 35 of file thermal_region_types.F.


The documentation for this type was generated from the following file: