atl_modg_1d_heat_numFlux Subroutine

public subroutine atl_modg_1d_heat_numFlux(mesh, equation, facedata, scheme)

Calculate the numerical flux for the Heat equation and MODG scheme

TODO add if statement -> nfaces/thread_num

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.

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

Parameters of the modal dg scheme