set_momentIndices Subroutine

public subroutine set_momentIndices(nDims, iPress, iVelMin, iVelMax, iSMin, iSMax)

set indices for accessing the pressure, velocity and the shear from a 1d vector

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: nDims

number of dimensions

integer, intent(out) :: iPress

index for the pressure / density

integer, intent(out) :: iVelMin

starting index for velocity

integer, intent(out) :: iVelMax

ending index for velocity

integer, intent(out) :: iSMin

starting index for shear

integer, intent(out) :: iSMax

ending index for shear


Called by

proc~~set_momentindices~~CalledByGraph proc~set_momentindices set_momentIndices proc~mus_intp_error mus_intp_error proc~mus_intp_error->proc~set_momentindices proc~mus_testinterpolation mus_testInterpolation proc~mus_testinterpolation->proc~mus_intp_error proc~mus_init_flow mus_init_flow proc~mus_init_flow->proc~mus_testinterpolation proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_flow

Contents

None