atl_modg_1d_project_PhysFlux_testFunc Subroutine

public subroutine atl_modg_1d_project_PhysFlux_testFunc(equation, kerneldata, scheme, iElem, nDofs, state_data)

Subroutine to project modal representations of physical flux, numerical flux and source terms onto test functions.

Arguments

Type IntentOptional 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