atl_modg_1d_project_PhysFlux_testFunc Subroutine

public subroutine atl_modg_1d_project_PhysFlux_testFunc(equation, kerneldata, scheme, iElem, nDofs, state_data)

Subroutine to project modal representations of physical flux, numerical flux and source terms onto test functions.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

The equation description.

type(atl_kerneldata_type), intent(inout) :: kerneldata

The data of the kernel. Holds the physical fluxes.

type(atl_modg_1d_scheme_type), intent(in) :: scheme

The parameters of the MODG scheme

integer, intent(in) :: iElem

The element index

integer, intent(in) :: nDofs

The total degrees of freedom

real(kind=rk), intent(in) :: state_data(nDofs,equation%varSys%nScalars)

The physical fluxes that needs to be projected


Calls

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

Called by

proc~~atl_modg_1d_project_physflux_testfunc~~CalledByGraph proc~atl_modg_1d_project_physflux_testfunc atl_modg_1d_project_PhysFlux_testFunc 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 interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents