modg_1d_project_penalization Subroutine

private subroutine modg_1d_project_penalization(nScalars, mesh, maxPolyDegree, kerneldata, penalizationdata)

Projection of the penalization terms (in modal representation) to the test functions.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nScalars

The number scalar variables in the equation system.

type(atl_cube_elem_type), intent(in) :: mesh

The cubical elements.

integer, intent(in) :: maxPolyDegree

The maximal polynomial degree of the modg scheme

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

The data of the kernel. This one is updated by the projection.

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

Volumetric data for the penalization


Calls

proc~~modg_1d_project_penalization~~CallsGraph proc~modg_1d_project_penalization modg_1d_project_penalization proc~ply_scalproddualleg ply_scalProdDualLeg proc~modg_1d_project_penalization->proc~ply_scalproddualleg

Called by

proc~~modg_1d_project_penalization~~CalledByGraph proc~modg_1d_project_penalization modg_1d_project_penalization proc~modg_1d_project_testfunc_q modg_1d_project_testFunc_Q proc~modg_1d_project_testfunc_q->proc~modg_1d_project_penalization 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