grw_grw_stencilelementarray_type Derived Type

type, private :: grw_grw_stencilelementarray_type

growing array type for type(grw_stencilelementarray_type)


Components

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