atl_spacetime_fun_pointer_type Derived Type

type, public :: atl_spacetime_fun_pointer_type

Encapsulates a pointer to an tem_spacetime_fun_type-instace. Used to create arrays of pointers.


Components

Type Visibility Attributes Name Initial
integer, public :: matVarPos

The position of the material variable in the global varSys.

integer, public :: stFunPos

The position of the space-time-function stFunPtr is pointing to in the material variable's stFunList.

type(tem_spacetime_fun_type), public, pointer :: stFunPtr

Pointer to an instance of tem_spacetime_fun_type.