Subroutine to project modal representations of 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_modg_2d_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) | Precomputed scalar products of the test and ansatz function |
||
real(kind=rk), | intent(in) | :: | dl_prodDiff(2,scheme%maxPolyDegree+1) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nScalars | ||||
integer, | private | :: | nElems_fluid | ||||
real(kind=rk), | private, | allocatable | :: | state_der_Q(:,:,:) |