(git:6a2e663)
extended_system_types Module Reference

Lumps all possible extended system variables into one type for easy access and passing. More...

Functions/Subroutines

subroutine, public lnhc_init (lnhc, section)
 Initialize type for Nose-Hoover thermostat. More...
 
subroutine, public create_map_info_type (map_info)
 create the map_info type More...
 
subroutine, public release_map_info_type (map_info)
 release the map_info type More...
 
subroutine, public lnhc_dealloc (lnhc)
 Deallocate type for Nose-Hoover thermostat. More...
 

Variables

logical, parameter, public debug_isotropic_limit = .FALSE.
 
logical, parameter, public debug_uniaxial_limit = .FALSE.
 

Detailed Description

Lumps all possible extended system variables into one type for easy access and passing.

History
Teodoro Laino - 09.2007 - University of Zurich Cleaned the typo.. no need to have an extended type. Thermostat and Barostat type have been created
Author
CJM

Function/Subroutine Documentation

◆ lnhc_init()

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.

Parameters
lnhc...
section...

Definition at line 93 of file extended_system_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_map_info_type()

subroutine, public extended_system_types::create_map_info_type ( type(map_info_type), pointer  map_info)

create the map_info type

Parameters
map_info...

Definition at line 117 of file extended_system_types.F.

Here is the caller graph for this function:

◆ release_map_info_type()

subroutine, public extended_system_types::release_map_info_type ( type(map_info_type), pointer  map_info)

release the map_info type

Parameters
map_info...

Definition at line 134 of file extended_system_types.F.

Here is the caller graph for this function:

◆ lnhc_dealloc()

subroutine, public extended_system_types::lnhc_dealloc ( type(lnhc_parameters_type), pointer  lnhc)

Deallocate type for Nose-Hoover thermostat.

Parameters
lnhc...

Definition at line 166 of file extended_system_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug_isotropic_limit

logical, parameter, public extended_system_types::debug_isotropic_limit = .FALSE.

Definition at line 38 of file extended_system_types.F.

◆ debug_uniaxial_limit

logical, parameter, public extended_system_types::debug_uniaxial_limit = .FALSE.

Definition at line 39 of file extended_system_types.F.