atl_modg_1d_project_testFunc Subroutine

public subroutine atl_modg_1d_project_testFunc(mesh, equation, kerneldata, facedata, sourcedata, penalizationdata, usePenalization, level, scheme)

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

Arguments

Type IntentOptional 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_source_type), intent(inout) :: sourcedata

Modal representation of the sources.

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)

integer, intent(in) :: level

The level you compute for

type(atl_modg_1d_scheme_type), intent(in) :: scheme

The parameters of the MODG scheme