![]() |
(git:d18deda)
|
Input control types for NEGF/SMEAGOL transport calculations. More...
Data Types | |
type | smeagol_control_type |
SMEAGOL-related input parameters. More... | |
Functions/Subroutines | |
subroutine, public | smeagol_control_create (smeagol_control) |
allocate control options for SMEAGOL calculation | |
subroutine, public | smeagol_control_release (smeagol_control) |
release SMEAGOL control object | |
subroutine, public | read_smeagol_control (smeagol_control, smeagol_section) |
Read SMEAGOL-related input parameters. | |
Input control types for NEGF/SMEAGOL transport calculations.
subroutine, public smeagol_control_types::smeagol_control_create | ( | type(smeagol_control_type), pointer | smeagol_control | ) |
allocate control options for SMEAGOL calculation
smeagol_control | an object to create |
Definition at line 340 of file smeagol_control_types.F.
subroutine, public smeagol_control_types::smeagol_control_release | ( | type(smeagol_control_type), pointer | smeagol_control | ) |
release SMEAGOL control object
smeagol_control | an object to release |
Definition at line 364 of file smeagol_control_types.F.
subroutine, public smeagol_control_types::read_smeagol_control | ( | type(smeagol_control_type), pointer | smeagol_control, |
type(section_vals_type), pointer | smeagol_section | ||
) |
Read SMEAGOL-related input parameters.
smeagol_control | SMEAGOL control parameters |
smeagol_section | SMEAGOL input section |
Definition at line 392 of file smeagol_control_types.F.