modg_2d_project_numFluxX_Q Subroutine

private subroutine modg_2d_project_numFluxX_Q(numFlux, nScalars, maxPolyDegree, length, nElems_fluid, dl_prod, projection)

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

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: numFlux(:,:,:,:)

The numerical flux on the faces 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_q~~CallsGraph proc~modg_2d_project_numfluxx_q modg_2d_project_numFluxX_Q proc~ply_facevalleftbndtest ply_faceValLeftBndTest proc~modg_2d_project_numfluxx_q->proc~ply_facevalleftbndtest proc~ply_facevalrightbndtest ply_faceValRightBndTest proc~modg_2d_project_numfluxx_q->proc~ply_facevalrightbndtest

Called by

proc~~modg_2d_project_numfluxx_q~~CalledByGraph proc~modg_2d_project_numfluxx_q modg_2d_project_numFluxX_Q proc~atl_modg_2d_project_numflux atl_modg_2d_project_NumFlux proc~atl_modg_2d_project_numflux->proc~modg_2d_project_numfluxx_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