grw_stencilheaderarray_type Derived Type

type, public :: grw_stencilheaderarray_type

growing array type for type(tem_stencilheader_type)


Components

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