Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nSides | |||
integer, | intent(in) | :: | nFaceDofs | |||
real(kind=rk), | intent(in) | :: | faceRep(:,:,:,:) | |||
real(kind=rk), | intent(inout) | :: | faceFlux(:,:,:,:) | |||
integer, | intent(in) | :: | leftPos(nSides) | |||
integer, | intent(in) | :: | rightPos(nsides) | |||
integer, | intent(in) | :: | var(:) | |||
type(atl_LinearEuler_type), | intent(in) | :: | LinearEuler |
Datatype for LinearEuler equation include all background data |
||
integer, | intent(in) | :: | idir |
Direction of the flow, used for background velocity |
Interface definition for numerical fluxes.
Todo
HK: should be vectorized to reduce overheads.