Subroutine to project modal representations of physical flux, numerical flux and source terms onto test functions.
TODO NA - maybe move this call out of this routine ?
Type | Intent | Optional | 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_modg_scheme_type), | intent(in) | :: | scheme |
The parameters of the MODG scheme |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj |
Projection for the current level |
||
real(kind=rk), | intent(in) | :: | dl_prod(2,scheme%maxPolyDegree+1) |
stored scalar products of the testfunction and anstaz function |
||
real(kind=rk), | intent(in) | :: | dl_prodDiff(2,scheme%maxPolyDegree+1) | |||
integer, | intent(in) | :: | dirVec(3,3) |
vector for direction indicators |
||
type(atl_penalizationData_type), | intent(in) | :: | penalizationdata |
Volumetric data for the penalization |
||
logical, | intent(in) | :: | usePenalization |
Flag to indicate, whether we need to take care of the penalization terms here or not. |