Projection of the physical flux in x direction onto the testfunctions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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(inout) | :: | state(:,:,:) | The state to alter. |
||
integer, | intent(in) | :: | iElem | The element index |
||
real(kind=rk), | intent(in) | :: | state_der((maxPolyDegree+1),nScalars) | The state data for the element |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | scalProdX(maxPolyDegree) | ||||
integer, | private | :: | ansPos(4) | ||||
integer, | private | :: | testPos | ||||
integer, | private | :: | iAnsX | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | var_lb | ||||
integer, | private | :: | var_ub | ||||
real(kind=rk), | private | :: | scalProd(4) |