conservative_variables_t Derived Type

type, public :: conservative_variables_t


Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: VarC(Nb_VarC)

Source Code

    type conservative_variables_t
        real(dp) :: VarC(Nb_VarC)
    end type conservative_variables_t