atl_modg_project_source Subroutine

public subroutine atl_modg_project_source(nScalars, sourcedata, scheme, mesh, kerneldata, currentLevel)

Projection of the source terms (in modal representation) to the test functions.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nScalars

The number scalar variables in the equation system.

type(atl_source_type), intent(in) :: sourcedata

The modal representation of the source

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

The parameters of the MODG scheme

type(atl_cube_elem_type), intent(in) :: mesh

The cubical elements.

type(atl_kerneldata_type), intent(inout) :: kerneldata

The data of the kernel. This one is updated by the projection.

integer, intent(in) :: currentLevel

The current level