Subroutine to project modal representations of physical flux, numerical flux and source terms onto test functions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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_1d_scheme_type), | intent(in) | :: | scheme |
The parameters of the MODG scheme |
||
integer, | intent(in) | :: | iElem |
The element index |
||
integer, | intent(in) | :: | nDofs |
The total degrees of freedom |
||
real(kind=rk), | intent(in) | :: | state_data(nDofs,equation%varSys%nScalars) |
The physical fluxes that needs to be projected |