grw_dynintarray_type Derived Type

type, public :: grw_dynintarray_type

growing array type for type(dyn_intarray_type)


Inherits

type~~grw_dynintarray_type~~InheritsGraph type~grw_dynintarray_type grw_dynintarray_type type~dyn_intarray_type dyn_intarray_type type~grw_dynintarray_type->type~dyn_intarray_type val

Inherited by

type~~grw_dynintarray_type~~InheritedByGraph type~grw_dynintarray_type grw_dynintarray_type type~tem_halolist_type tem_haloList_type type~tem_halolist_type->type~grw_dynintarray_type halos type~tem_leveldesc_type tem_levelDesc_type type~tem_leveldesc_type->type~tem_halolist_type haloList type~tem_face_type tem_face_type type~tem_face_type->type~tem_leveldesc_type dimByDimDesc

Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: nvals =0
integer, public :: containersize =0
type(dyn_intarray_type), public, allocatable:: val(:)