ORB5  4.00
Loading...
Searching...
No Matches
derived_inputs::input_real_array Type Reference

Public Member Functions

procedure init (this, name, desc, length, default_value)
procedure apply_to (this, path, var)

Public Attributes

real(kind=r8), dimension(array_lenval
 Input array (must be the first attribute for reading).
integer length
 Array size.
character(len=name_lenname = ''
 Output name.
character(len=desc_lendesc = ''
 Description.

Member Function/Subroutine Documentation

◆ apply_to()

procedure derived_inputs::input_real_array::apply_to ( class(input_real_array), intent(in) this,
character(len=*), intent(in) path,
real(kind=r8), dimension(*), intent(out) var )
Parameters
[in]pathOutput path in HDF5 file
[out]varGlobal variable to store input value

◆ init()

procedure derived_inputs::input_real_array::init ( class(input_real_array), intent(inout) this,
character(len=*), intent(in) name,
character(len=*), intent(in) desc,
integer, intent(in) length,
real(kind=r8), dimension(length), intent(in) default_value )

Member Data Documentation

◆ desc

character(len=desc_len) derived_inputs::input_real_array::desc = ''

Description.

◆ length

integer derived_inputs::input_real_array::length

Array size.

◆ name

character(len=name_len) derived_inputs::input_real_array::name = ''

Output name.

◆ val

real(kind=r8), dimension(array_len) derived_inputs::input_real_array::val

Input array (must be the first attribute for reading).


The documentation for this type was generated from the following file: