|
| real(kind=r8) | val |
| | Input value (must be the first attribute for reading).
|
| character(len=name_len) | name = '' |
| | Output name.
|
| character(len=desc_len) | desc = '' |
| | Description.
|
◆ apply_to()
| procedure derived_inputs::input_real::apply_to |
( |
class(input_real), intent(in) | this, |
|
|
character(len=*), intent(in) | path, |
|
|
real(kind=r8), intent(out) | var ) |
- Parameters
-
| [in] | path | Output path in HDF5 file |
| [out] | var | Global variable to store input value |
◆ init()
| procedure derived_inputs::input_real::init |
( |
class(input_real), intent(inout) | this, |
|
|
character(len=*), intent(in) | name, |
|
|
character(len=*), intent(in) | desc, |
|
|
real(kind=r8), intent(in) | default_value ) |
◆ desc
| character(len=desc_len) derived_inputs::input_real::desc = '' |
◆ name
| character(len=name_len) derived_inputs::input_real::name = '' |
◆ val
| real(kind=r8) derived_inputs::input_real::val |
Input value (must be the first attribute for reading).
The documentation for this type was generated from the following file: