![]() |
(git:b77b4be)
|
Data Types | |
type | gle_type |
Functions/Subroutines | |
subroutine, public | gle_init (gle, dt, temp, section) |
... | |
subroutine, public | gle_thermo_create (gle, mal_size) |
... | |
subroutine, public | gle_dealloc (gle) |
Deallocate type for GLE thermostat. | |
subroutine, public gle_system_types::gle_init | ( | type(gle_type), pointer | gle, |
real(dp), intent(in) | dt, | ||
real(dp), intent(in) | temp, | ||
type(section_vals_type), pointer | section | ||
) |
...
gle | ... |
dt | ... |
temp | ... |
section | ... |
Definition at line 68 of file gle_system_types.F.
subroutine, public gle_system_types::gle_thermo_create | ( | type(gle_type), pointer | gle, |
integer, intent(in) | mal_size | ||
) |
...
gle | ... |
mal_size | ... |
Definition at line 165 of file gle_system_types.F.
subroutine, public gle_system_types::gle_dealloc | ( | type(gle_type), pointer | gle | ) |
Deallocate type for GLE thermostat.
gle | ... |
Definition at line 216 of file gle_system_types.F.