Function Dune::GDT::make_numerical_engquist_osher_flux

Function template Dune::GDT::make_numerical_engquist_osher_flux

template<class I, int d, int m, class R>
NumericalEngquistOsherFlux<I, d, m, R> Dune::GDT::make_numerical_engquist_osher_flux(const XT::Functions::FluxFunctionInterface<I, m, d, m, R> &flux)

Creates a NumericalEngquistOsherFlux from an x- and state-dependent flux function.

Function template Dune::GDT::make_numerical_engquist_osher_flux

template<class I, int d, int m, class R>
NumericalEngquistOsherFlux<I, d, m, R> Dune::GDT::make_numerical_engquist_osher_flux(const XT::Functions::FunctionInterface<m, d, m, R> &flux)

Creates a NumericalEngquistOsherFlux from a state-dependent (x-independent) flux function.