Treelm
TreElm Overview
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
grw_stencilelementarray_type
Derived Type
5 statements
Source File
tem_stencil_module.f90
tem_stencil_module
grw_stencilelementarray_type
Contents
Variables
nvals
containersize
val
type, public :: grw_stencilelementarray_type
growing array type for type(tem_stencilelement_type)
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
nvals
=
0
integer,
public
::
containersize
=
0
type(
tem_stencilElement_type
),
public,
allocatable
::
val
(:)