StateVariable_mesh2D_t Derived Type

type, public :: StateVariable_mesh2D_t


Inherited by

type~~statevariable_mesh2d_t~~InheritedByGraph type~statevariable_mesh2d_t StateVariable_mesh2D_t type~mesh2d_t mesh2D_t type~mesh2d_t->type~statevariable_mesh2d_t StVar, StVarOld, StVarOld2, StVarOld3, StVarOld4, StVarOld5, StVarOld6

Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: temp(:)

Temperature of composite mesh2D


Source Code

    type StateVariable_mesh2D_t
        real(dp), allocatable :: temp(:) !! Temperature of composite mesh2D
    end type StateVariable_mesh2D_t