grw_stencilelementarray_type Derived Type

type, public :: grw_stencilelementarray_type

growing array type for type(tem_stencilelement_type)


Inherits

type~~grw_stencilelementarray_type~~InheritsGraph type~grw_stencilelementarray_type grw_stencilelementarray_type type~tem_stencilelement_type tem_stencilElement_type type~grw_stencilelementarray_type->type~tem_stencilelement_type val

Inherited by

type~~grw_stencilelementarray_type~~InheritedByGraph type~grw_stencilelementarray_type grw_stencilelementarray_type type~grw_grw_stencilelementarray_type grw_grw_stencilelementarray_type type~grw_grw_stencilelementarray_type->type~grw_stencilelementarray_type val type~tem_element_type tem_element_type type~tem_element_type->type~grw_grw_stencilelementarray_type stencil type~tem_leveldesc_type tem_levelDesc_type type~tem_leveldesc_type->type~tem_element_type elem type~tem_face_type tem_face_type type~tem_face_type->type~tem_leveldesc_type dimByDimDesc

Contents


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
type(tem_stencilElement_type), public, allocatable :: val(:)