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.


Inherits

type~~atl_spacetime_fun_pointer_type~~InheritsGraph type~atl_spacetime_fun_pointer_type atl_spacetime_fun_pointer_type type~tem_spacetime_fun_type tem_spacetime_fun_type type~atl_spacetime_fun_pointer_type->type~tem_spacetime_fun_type stFunPtr

Inherited by

type~~atl_spacetime_fun_pointer_type~~InheritedByGraph type~atl_spacetime_fun_pointer_type atl_spacetime_fun_pointer_type type~atl_face_material_type atl_face_material_type type~atl_face_material_type->type~atl_spacetime_fun_pointer_type mat type~atl_material_property_type atl_material_property_type type~atl_material_property_type->type~atl_spacetime_fun_pointer_type material_elems type~atl_material_property_type->type~atl_face_material_type material_face type~atl_material_type atl_material_type type~atl_material_type->type~atl_material_property_type material_desc type~atl_cube_container_type atl_cube_container_type type~atl_cube_container_type->type~atl_material_type material_list, penalization_list type~atl_element_container_type atl_element_container_type type~atl_element_container_type->type~atl_cube_container_type cubes

Contents


Components

TypeVisibilityAttributesNameInitial
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.