![]() |
(git:b77b4be)
|
Lumps all possible extended system variables into one type for easy access and passing. More...
Data Types | |
type | lnhc_parameters_type |
type | map_info_type |
type | npt_info_type |
Functions/Subroutines | |
subroutine, public | lnhc_init (lnhc, section) |
Initialize type for Nose-Hoover thermostat. | |
subroutine, public | create_map_info_type (map_info) |
create the map_info type | |
subroutine, public | release_map_info_type (map_info) |
release the map_info type | |
subroutine, public | lnhc_dealloc (lnhc) |
Deallocate type for Nose-Hoover thermostat. | |
Variables | |
logical, parameter, public | debug_isotropic_limit = .FALSE. |
logical, parameter, public | debug_uniaxial_limit = .FALSE. |
Lumps all possible extended system variables into one type for easy access and passing.
subroutine, public extended_system_types::lnhc_init | ( | type(lnhc_parameters_type), pointer | lnhc, |
type(section_vals_type), pointer | section | ||
) |
Initialize type for Nose-Hoover thermostat.
lnhc | ... |
section | ... |
Definition at line 93 of file extended_system_types.F.
subroutine, public extended_system_types::create_map_info_type | ( | type(map_info_type), pointer | map_info | ) |
create the map_info type
map_info | ... |
Definition at line 117 of file extended_system_types.F.
subroutine, public extended_system_types::release_map_info_type | ( | type(map_info_type), pointer | map_info | ) |
release the map_info type
map_info | ... |
Definition at line 134 of file extended_system_types.F.
subroutine, public extended_system_types::lnhc_dealloc | ( | type(lnhc_parameters_type), pointer | lnhc | ) |
Deallocate type for Nose-Hoover thermostat.
lnhc | ... |
Definition at line 166 of file extended_system_types.F.
logical, parameter, public extended_system_types::debug_isotropic_limit = .FALSE. |
Definition at line 38 of file extended_system_types.F.
logical, parameter, public extended_system_types::debug_uniaxial_limit = .FALSE. |
Definition at line 39 of file extended_system_types.F.