modg_2d_project_numFluxX_diffTestX_Q Subroutine

private subroutine modg_2d_project_numFluxX_diffTestX_Q(numFluxLeftFace, numFluxRightFace, nScalars, maxPolyDegree, length, nElems_fluid, dl_prod, projection)

Projection of the numerical flux in x direction onto the testfunctions.

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.

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.


Calls

proc~~modg_2d_project_numfluxx_difftestx_q~~CallsGraph proc~modg_2d_project_numfluxx_difftestx_q modg_2d_project_numFluxX_diffTestX_Q proc~ply_facevalleftbndgradtest ply_faceValLeftBndgradTest proc~modg_2d_project_numfluxx_difftestx_q->proc~ply_facevalleftbndgradtest proc~ply_facevalrightbndgradtest ply_faceValRightBndgradTest proc~modg_2d_project_numfluxx_difftestx_q->proc~ply_facevalrightbndgradtest

Called by

proc~~modg_2d_project_numfluxx_difftestx_q~~CalledByGraph proc~modg_2d_project_numfluxx_difftestx_q modg_2d_project_numFluxX_diffTestX_Q proc~atl_modg_2d_project_numflux atl_modg_2d_project_NumFlux proc~atl_modg_2d_project_numflux->proc~modg_2d_project_numfluxx_difftestx_q proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_project_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents