grw_boxarray_type Derived Type

type, public :: grw_boxarray_type

growing array type for type(tem_box_type)


Inherits

type~~grw_boxarray_type~~InheritsGraph type~grw_boxarray_type grw_boxarray_type type~tem_box_type tem_box_type type~grw_boxarray_type->type~tem_box_type val type~tem_plane_type tem_plane_type type~tem_box_type->type~tem_plane_type plane type~tem_triangle_type tem_triangle_type type~tem_plane_type->type~tem_triangle_type triangle

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nvals =0
integer, private :: containersize =0
type(tem_box_type), private, allocatable:: val(:)