primitive_variables_t Derived Type

type, public :: primitive_variables_t


Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: VarP(Nb_VarP)

Source Code

    type primitive_variables_t
        real(dp) :: VarP(Nb_VarP)
    end type primitive_variables_t