flux_mesh2D_t Derived Type

type, public :: flux_mesh2D_t


Inherited by

type~~flux_mesh2d_t~~InheritedByGraph type~flux_mesh2d_t flux_mesh2D_t type~mesh2d_t mesh2D_t type~mesh2d_t->type~flux_mesh2d_t flxS

Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: SomNormQT(:)
real(kind=dp), public, allocatable :: DerSomNormQT(:)
real(kind=dp), public, allocatable :: DerNormQTOth2D(:,:)

Source Code

    type flux_mesh2D_t
        real(dp), allocatable :: SomNormQT(:), DerSomNormQT(:)
        real(dp), allocatable :: DerNormQTOth2D(:,:)
    end type flux_mesh2D_t