Projection of the numerical flux onto the differentiated testfunctions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nScalars | dimensions |
||
real(kind=rk), | intent(inout) | :: | faceFlux(:,:,:,:) | The numerical flux on the left face in modal representations. Dimension is (maxPolyDegree+1)^2 , nScalars |
||
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. |
||
integer, | intent(in) | :: | dirVec(3) | direction (x,y,z) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | testFunc1 | ||||
integer, | private | :: | testFunc2 | ||||
integer, | private | :: | testFunc3 | ||||
integer, | private | :: | testPosFunc(3) | ||||
integer, | private | :: | testPos | ||||
integer, | private | :: | ansPos(4) | ||||
real(kind=rk), | private | :: | yScalProd | ||||
real(kind=rk), | private | :: | zScalProd(4) | ||||
real(kind=rk), | private | :: | jacobiDetFaceProj | ||||
real(kind=rk), | private | :: | faceValLeft | ||||
real(kind=rk), | private | :: | faceValRight | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | min2mpd | ||||
integer, | private | :: | jk | ||||
integer, | private | :: | maxpd_m1 |