modg_project_penalization_Q Subroutine

private subroutine modg_project_penalization_Q(mesh, maxPolyDegree, kerneldata, penalizationdata)

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

Arguments

TypeIntentOptionalAttributesName
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_project_penalization_q~~CallsGraph proc~modg_project_penalization_q modg_project_penalization_Q proc~ply_scalproddualleg ply_scalProdDualLeg proc~modg_project_penalization_q->proc~ply_scalproddualleg

Called by

proc~~modg_project_penalization_q~~CalledByGraph proc~modg_project_penalization_q modg_project_penalization_Q proc~atl_modg_project_numflux atl_modg_project_NumFlux proc~atl_modg_project_numflux->proc~modg_project_penalization_q proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_project_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iElem
integer, private :: xTestFunc
integer, private :: yTestFunc
integer, private :: zTestFunc
integer, private :: testPos
integer, private :: xAnsFuncMin
integer, private :: xAnsFunc
integer, private :: yAnsFuncMin
integer, private :: yAnsFunc
integer, private :: zAnsFuncMin
integer, private :: zAnsFunc
integer, private :: ansPos
real(kind=rk), private :: jacobiDet
real(kind=rk), private :: xScalProd
real(kind=rk), private :: yScalProd
real(kind=rk), private :: zScalProd
integer, private :: nDoFs