grw_periplanearray_type Derived Type

type, public :: grw_periplanearray_type

growing array type for type(sdr_periodicplane_type)


Inherits

type~~grw_periplanearray_type~~InheritsGraph type~grw_periplanearray_type grw_periplanearray_type type~sdr_periodicplane_type sdr_PeriodicPlane_type type~grw_periplanearray_type->type~sdr_periodicplane_type val type~tem_plane_type tem_plane_type type~sdr_periodicplane_type->type~tem_plane_type plane

Inherited by

type~~grw_periplanearray_type~~InheritedByGraph type~grw_periplanearray_type grw_periplanearray_type type~sdr_geometry_type sdr_geometry_type type~sdr_geometry_type->type~grw_periplanearray_type periPlane

Contents


Components

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