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_modg_scheme_type), | intent(in) | :: | scheme |
The parameters of the MODG scheme |
||
integer, | intent(in) | :: | iDir |
The direction |
||
real(kind=rk), | intent(in) | :: | dl_prod(2,scheme%maxPolyDegree+1) |
stored scalar products of the testfunction and ansatz function |
||
integer, | intent(in) | :: | dirVec(3,3) |
vector for direction indicators |
||
integer, | intent(in) | :: | iElem | |||
real(kind=rk), | intent(in) | :: | state_der(kerneldata%nDofs,equation%varSys%nScalars) |