FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a general function object. More...
Public Attributes | |
type(idtype) | id |
General identification data. More... | |
type(functiontype), pointer | func |
Pointer to the function shape. More... | |
type(sensorptrtype), dimension(:), pointer | args |
Function argument sensors. More... | |
character(len=ldesc_p) | tag |
Object identification tag. More... | |
real(dp) | value |
Current function value for save. More... | |
integer | savevar |
Flag indicating save to frs. More... | |
logical | isused |
Indicates that function is used. More... | |
Data type representing a general function object.
type(sensorptrtype), dimension(:), pointer functiontypemodule::enginetype::args |
Function argument sensors.
type(functiontype), pointer functiontypemodule::enginetype::func |
Pointer to the function shape.
type(idtype) functiontypemodule::enginetype::id |
General identification data.
logical functiontypemodule::enginetype::isused |
Indicates that function is used.
integer functiontypemodule::enginetype::savevar |
Flag indicating save to frs.
character(len=ldesc_p) functiontypemodule::enginetype::tag |
Object identification tag.
real(dp) functiontypemodule::enginetype::value |
Current function value for save.