Function Dune::GDT::make_numerical_upwind_flux

template<class E, size_t d, size_t m, class R>
auto Dune::GDT::make_numerical_upwind_flux(const XT::Functions::FluxFunctionInterface<E, m, d, m, R> &flux)

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

template<class I, size_t d, size_t m, class R>
auto Dune::GDT::make_numerical_upwind_flux(const XT::Functions::FunctionInterface<m, d, m, R> &flux)

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