Projection of the numerical flux in x direction onto the testfunctions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(inout) | :: | numFluxLeftFace(:,:,:,:) | The numerical flux on the left face in modal representations. Dimension is (maxPolyDegree+1)^2 , nScalars |
||
real(kind=rk), | intent(inout) | :: | numFluxRightFace(:,:,:,:) | The numerical flux on the right face in modal representations. Dimension is (maxPolyDegree+1)^2 , nScalars |
||
integer, | intent(in) | :: | nScalars | The number of scalar variables in your equation system. |
||
integer, | intent(in) | :: | maxPolyDegree | The maximal polynomial degree in each spatial direction. |
||
integer, | intent(in) | :: | nElems_fluid | The element index |
||
real(kind=rk), | intent(inout) | :: | projection(:,:,:) | The numerical flux projected onto the test functions. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | xTestFunc | ||||
integer, | private | :: | testPos | ||||
integer, | private | :: | ansPos | ||||
real(kind=rk), | private | :: | outerNormalLeft | ||||
real(kind=rk), | private | :: | outerNormalRight | ||||
real(kind=rk), | private | :: | faceValLeft | ||||
real(kind=rk), | private | :: | faceValRight | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | iVar |