modg_project_numFlux_Q Subroutine

private subroutine modg_project_numFlux_Q(nTotalFaces, nFaceDofs, nScalars, faceFlux, maxPolyDegree, length, nElems_fluid, dl_prod, projection, dirVec)

Projection of the numerical flux onto the testfunctions for Q_space.

Arguments

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

dimensions

integer, intent(in) :: nFaceDofs

dimensions

integer, intent(in) :: nScalars

dimensions

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

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

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_q~~CallsGraph proc~modg_project_numflux_q modg_project_numFlux_Q proc~ply_facevalleftbndtest ply_faceValLeftBndTest proc~modg_project_numflux_q->proc~ply_facevalleftbndtest proc~ply_facevalrightbndtest ply_faceValRightBndTest proc~modg_project_numflux_q->proc~ply_facevalrightbndtest

Called by

proc~~modg_project_numflux_q~~CalledByGraph proc~modg_project_numflux_q modg_project_numFlux_Q proc~atl_modg_project_numflux atl_modg_project_NumFlux proc~atl_modg_project_numflux->proc~modg_project_numflux_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