dyn_intarray_type Derived Type

type, public :: dyn_intarray_type

dynamic array (da) type for integer


Inherited by

type~~dyn_intarray_type~~InheritedByGraph type~dyn_intarray_type dyn_intarray_type type~grw_dynintarray_type grw_dynintarray_type type~grw_dynintarray_type->type~dyn_intarray_type val type~tem_halolist_type tem_haloList_type type~tem_halolist_type->type~dyn_intarray_type partnerProc type~tem_halolist_type->type~grw_dynintarray_type halos type~tem_intpmatrixlsf_type tem_intpMatrixLSF_type type~tem_intpmatrixlsf_type->type~dyn_intarray_type ID type~tem_leveldesc_type tem_levelDesc_type type~tem_leveldesc_type->type~dyn_intarray_type sourceFromFiner, sourceFromCoarser, bc_elemBuffer 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

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