Function Dune::GDT::make_numerical_engquist_osher_flux

template<class I, size_t d, size_t 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.

template<class I, size_t d, size_t 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.