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. |