atl_modg_1d_advection_numFlux Subroutine

public subroutine atl_modg_1d_advection_numFlux(mesh, equation, facedata)

Calculate the numerical flux for the advection equation and MODG scheme

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(in) :: mesh

The mesh you are working with.

type(atl_Equations_type), intent(in) :: equation

The equation you solve.

type(atl_facedata_type), intent(inout) :: facedata

The face representation of the state.