Subroutine to project modal representations of physical flux, numerical flux and source terms onto test functions.
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_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 |