Encapsulates a pointer to an tem_spacetime_fun_type-instace. Used to create arrays of pointers.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | matVarPos | The position of the material variable in the global varSys. |
|||
integer, | private | :: | stFunPos | The position of the space-time-function stFunPtr is pointing to in the material variable's stFunList. |
|||
type(tem_spacetime_fun_type), | private, | pointer | :: | stFunPtr | Pointer to an instance of tem_spacetime_fun_type. |