mus_derive_fromPDF Abstract Interface

abstract interface
public subroutine mus_derive_fromPDF(fun, varSys, stencil, iLevel, posInState, pdf, res, nVals)

Arguments

TypeIntentOptionalAttributesName
class(tem_varSys_op_type), intent(in) :: fun

Description of the method to obtain the variables,

type(tem_varSys_type), intent(in) :: varSys

The variable system to obtain the variable from.

type(tem_stencilHeader_type), intent(in) :: stencil

fluid stencil defintion

integer, intent(in) :: iLevel

current level

integer, intent(in) :: posInState(:)

Position of element in levelwise state array

real(kind=rk), intent(in) :: pdf(:)

pdf

real(kind=rk), intent(out) :: res(:)

results

integer, intent(in) :: nVals

nVals to get

Description

This interface describes the arguments to be used for routines that do the derivation of variables from the variable system.