modg_1d_project_physFluxX_Q Subroutine

private subroutine modg_1d_project_physFluxX_Q(nScalars, maxPolyDegree, state, iElem, state_der)

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

Arguments

Type IntentOptional Attributes Name
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(inout) :: state(:,:,:)

The state to alter.

integer, intent(in) :: iElem

The element index

real(kind=rk), intent(in) :: state_der((maxPolyDegree+1),nScalars)

The state data for the element


Calls

proc~~modg_1d_project_physfluxx_q~~CallsGraph proc~modg_1d_project_physfluxx_q modg_1d_project_physFluxX_Q proc~ply_scalprodduallegdiff ply_scalProdDualLegDiff proc~modg_1d_project_physfluxx_q->proc~ply_scalprodduallegdiff

Called by

proc~~modg_1d_project_physfluxx_q~~CalledByGraph proc~modg_1d_project_physfluxx_q modg_1d_project_physFluxX_Q proc~atl_modg_1d_project_physflux_testfunc atl_modg_1d_project_PhysFlux_testFunc proc~atl_modg_1d_project_physflux_testfunc->proc~modg_1d_project_physfluxx_q proc~modg_1d_compute_project_physflux modg_1d_compute_project_physFlux proc~modg_1d_compute_project_physflux->proc~atl_modg_1d_project_physflux_testfunc proc~compute_rhs_cubes_modg_1d compute_rhs_cubes_modg_1d proc~compute_rhs_cubes_modg_1d->proc~modg_1d_compute_project_physflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_1d

Contents