modg_1d_project_numFlux_diffTestX_Q Subroutine

private subroutine modg_1d_project_numFlux_diffTestX_Q(numFluxLeftFace, numFluxRightFace, nScalars, maxPolyDegree, nElems_fluid, projection)

Projection of the numerical flux in x direction onto the differentiated

Arguments

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