atl_modg_1d_project_testFunc Subroutine

public subroutine atl_modg_1d_project_testFunc(mesh, equation, kerneldata, facedata, sourcedata, penalizationdata, usePenalization, level, 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_source_type), intent(inout) :: sourcedata

Modal representation of the sources.

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)

integer, intent(in) :: level

The level you compute for

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

The parameters of the MODG scheme


Calls

proc~~atl_modg_1d_project_testfunc~~CallsGraph proc~atl_modg_1d_project_testfunc atl_modg_1d_project_testFunc proc~modg_1d_project_testfunc_q modg_1d_project_testFunc_Q proc~atl_modg_1d_project_testfunc->proc~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~~atl_modg_1d_project_testfunc~~CalledByGraph proc~atl_modg_1d_project_testfunc atl_modg_1d_project_testFunc 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 proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_compute_rhs proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_compute_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_compute_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_compute_rhs proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_compute_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_compute_rhs

Contents