![]() |
(git:d18deda)
|
Defines control structures, which contain the parameters and the settings for the calculations. More...
Data Types | |
type | xas_control_type |
A type that holds controlling information for a xas calculation. More... | |
Functions/Subroutines | |
subroutine, public | read_xas_control (xas_control, xas_section) |
read from input the instructions for a xes/xas calculation | |
subroutine, public | write_xas_control (xas_control, dft_section) |
write on the instructions for a xes/xas calculation | |
subroutine, public | xas_control_create (xas_control) |
create retain release the xas_control_type | |
subroutine, public | xas_control_release (xas_control) |
... | |
Defines control structures, which contain the parameters and the settings for the calculations.
subroutine, public xas_control::read_xas_control | ( | type(xas_control_type), intent(inout) | xas_control, |
type(section_vals_type), pointer | xas_section | ||
) |
read from input the instructions for a xes/xas calculation
xas_control | control variables error |
xas_section | ... |
Definition at line 84 of file xas_control.F.
subroutine, public xas_control::write_xas_control | ( | type(xas_control_type), intent(in) | xas_control, |
type(section_vals_type), pointer | dft_section | ||
) |
write on the instructions for a xes/xas calculation
xas_control | control variables error |
dft_section | ... |
Definition at line 209 of file xas_control.F.
subroutine, public xas_control::xas_control_create | ( | type(xas_control_type), intent(out) | xas_control | ) |
create retain release the xas_control_type
xas_control | ... |
Definition at line 268 of file xas_control.F.
subroutine, public xas_control::xas_control_release | ( | type(xas_control_type), intent(inout) | xas_control | ) |
...
xas_control | ... |
Definition at line 293 of file xas_control.F.