modg_1d_project_testFunc_Q Subroutine

private subroutine modg_1d_project_testFunc_Q(mesh, equation, kerneldata, facedata, penalizationdata, usePenalization, sourcedata, Currentlevel, scheme)

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

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(in) :: mesh

Descritption of the cubical elements in the mesh

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_facedata_type), intent(inout) :: facedata

The representation on the face + representation of the flux.

type(atl_penalizationData_type), intent(in) :: penalizationdata

Volumetric data for the penalization

logical, intent(in) :: usePenalization

Flag to indicate whether the penalization data has to be considered, or if it is taken care of somewhere else (imex)

type(atl_source_type), intent(inout) :: sourcedata

Modal representation of the sources.

integer, intent(in) :: Currentlevel

The level you compute for

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

The parameters of the MODG scheme


Calls

proc~~modg_1d_project_testfunc_q~~CallsGraph proc~modg_1d_project_testfunc_q modg_1d_project_testFunc_Q proc~modg_1d_project_numfluxx_q modg_1d_project_numFluxX_Q proc~modg_1d_project_testfunc_q->proc~modg_1d_project_numfluxx_q proc~modg_1d_project_numflux_difftestx_q modg_1d_project_numFlux_diffTestX_Q proc~modg_1d_project_testfunc_q->proc~modg_1d_project_numflux_difftestx_q proc~modg_1d_project_source_q modg_1d_project_source_Q proc~modg_1d_project_testfunc_q->proc~modg_1d_project_source_q proc~modg_1d_project_penalization modg_1d_project_penalization proc~modg_1d_project_testfunc_q->proc~modg_1d_project_penalization proc~ply_facevalleftbndtest ply_faceValLeftBndTest proc~modg_1d_project_numfluxx_q->proc~ply_facevalleftbndtest proc~ply_facevalrightbndtest ply_faceValRightBndTest proc~modg_1d_project_numfluxx_q->proc~ply_facevalrightbndtest 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 proc~ply_scalproddualleg ply_scalProdDualLeg proc~modg_1d_project_source_q->proc~ply_scalproddualleg proc~modg_1d_project_penalization->proc~ply_scalproddualleg

Called by

proc~~modg_1d_project_testfunc_q~~CalledByGraph proc~modg_1d_project_testfunc_q modg_1d_project_testFunc_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 interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents