modg_project_numFlux_diffTest_Q Subroutine

private subroutine modg_project_numFlux_diffTest_Q(nScalars, faceFlux, maxPolyDegree, length, nElems_fluid, dl_prod, projection, dirVec)

Projection of the numerical flux onto the differentiated testfunctions.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nScalars

dimensions

real(kind=rk), intent(inout) :: faceFlux(:,:,:,:)

The numerical flux on the left face in modal representations. Dimension is (maxPolyDegree+1)^2 , nScalars

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.

integer, intent(in) :: dirVec(3)

direction (x,y,z)


Calls

proc~~modg_project_numflux_difftest_q~~CallsGraph proc~modg_project_numflux_difftest_q modg_project_numFlux_diffTest_Q proc~ply_facevalleftbndgradtest ply_faceValLeftBndgradTest proc~modg_project_numflux_difftest_q->proc~ply_facevalleftbndgradtest proc~ply_facevalrightbndgradtest ply_faceValRightBndgradTest proc~modg_project_numflux_difftest_q->proc~ply_facevalrightbndgradtest

Called by

proc~~modg_project_numflux_difftest_q~~CalledByGraph proc~modg_project_numflux_difftest_q modg_project_numFlux_diffTest_Q proc~atl_modg_project_numflux atl_modg_project_NumFlux proc~atl_modg_project_numflux->proc~modg_project_numflux_difftest_q proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_project_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents