Function Dune::GDT::make_numerical_upwind_flux

Function template Dune::GDT::make_numerical_upwind_flux

template<class E, int d, int 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.

Function template Dune::GDT::make_numerical_upwind_flux

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