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.


Calls

proc~~modg_1d_project_numflux_difftestx_q~~CallsGraph proc~modg_1d_project_numflux_difftestx_q modg_1d_project_numFlux_diffTestX_Q proc~ply_facevalleftbndgradtest ply_faceValLeftBndgradTest proc~modg_1d_project_numflux_difftestx_q->proc~ply_facevalleftbndgradtest proc~ply_facevalrightbndgradtest ply_faceValRightBndgradTest proc~modg_1d_project_numflux_difftestx_q->proc~ply_facevalrightbndgradtest

Called by

proc~~modg_1d_project_numflux_difftestx_q~~CalledByGraph proc~modg_1d_project_numflux_difftestx_q modg_1d_project_numFlux_diffTestX_Q proc~modg_1d_project_testfunc_q modg_1d_project_testFunc_Q proc~modg_1d_project_testfunc_q->proc~modg_1d_project_numflux_difftestx_q proc~atl_modg_1d_project_testfunc atl_modg_1d_project_testFunc proc~atl_modg_1d_project_testfunc->proc~modg_1d_project_testfunc_q proc~compute_rhs_cubes_modg_1d compute_rhs_cubes_modg_1d proc~compute_rhs_cubes_modg_1d->proc~atl_modg_1d_project_testfunc proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_1d

Contents