atl_modg_1d_advection_physFlux Subroutine

public subroutine atl_modg_1d_advection_physFlux(equation, state, res)

Calculate the physical flux for the MODG scheme and advection equation.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type) :: equation

The equation you solve.

real(kind=rk), intent(in) :: state(:,:)
real(kind=rk), intent(inout) :: res(:,:)