mus_derive_FromState_dummy Subroutine

public subroutine mus_derive_FromState_dummy(state, iField, nElems, varSys, layout, res)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: state(:)

Array of state n * layout%stencil(1)%QQ * nFields

integer, intent(in) :: iField

Current field

integer, intent(in) :: nElems

number of elements

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

variable system which is required to access fieldProp information via variable method data c_ptr

type(mus_scheme_layout_type), intent(in) :: layout

scheme layout contains stencil definition and lattice weights

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

Output of this routine Dimension: n * nComponents of res Access: (iElem-1)nComp + iComp To derive velocities of all species, dimension: nnFieldsnComp Access: (iElem-1)nFieldsnComp + (iField-1)nComp + iComp


Calls

proc~~mus_derive_fromstate_dummy~~CallsGraph proc~mus_derive_fromstate_dummy mus_derive_FromState_dummy proc~tem_abort tem_abort proc~mus_derive_fromstate_dummy->proc~tem_abort

Contents

None