Projection of the numerical flux in y direction onto the testfunctions for Q_space.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(inout) | :: | numFlux(:,:,:,:) | The numerical flux on the faces 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. |
||
real(kind=rk), | intent(in) | :: | length | The length of the cubes. |
||
integer, | intent(in) | :: | nElems_fluid | The element index |
||
real(kind=rk), | intent(in) | :: | dl_prod(2,maxPolyDegree+1) | Precomputed dual Legendre products: |
||
real(kind=rk), | intent(inout) | :: | projection(:,:,:) | The numerical flux projected onto the test functions. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | xTestFunc | ||||
integer, | private | :: | yTestFunc | ||||
integer, | private | :: | xAnsFunc | ||||
integer, | private | :: | testPos | ||||
integer, | private | :: | ansPos | ||||
integer, | private | :: | xAnsFuncMin | ||||
real(kind=rk), | private | :: | xScalProd | ||||
real(kind=rk), | private | :: | outerNormalLeft | ||||
real(kind=rk), | private | :: | outerNormalRight | ||||
real(kind=rk), | private | :: | jacobiDetFaceProj | ||||
real(kind=rk), | private | :: | faceValLeft | ||||
real(kind=rk), | private | :: | faceValRight | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | min2mpd | ||||
integer, | private | :: | nTests |