atl_getLinearEulerFluxes Subroutine

public subroutine atl_getLinearEulerFluxes(LinearEuler, conf, eqn_handle, eqn_dim)

Arguments

Type IntentOptional Attributes Name
type(atl_LinearEuler_type), intent(inout) :: LinearEuler

The equations type to set the numerical flux in.

type(flu_State), intent(in) :: conf

Configuration file handle to get the numerical flux setting from.

integer, intent(in) :: eqn_handle

Handle to the equation table in the configuration script.

integer, intent(in) :: eqn_dim

Dimension of the equation to set the flux for.