dynamic_system_measurement Derived Type

type, public :: dynamic_system_measurement

A container of a single measurement data set.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public, allocatable, dimension(:) :: input

The input data.

real(kind=real64), public, allocatable, dimension(:) :: output

The output data.

real(kind=real64), public, allocatable, dimension(:) :: t

The time points at which the measurements were taken.