Function Dune::GDT::make_numerical_lax_friedrichs_flux¶ template<class I, size_t d, size_t m, class R>NumericalLaxFriedrichsFlux<I, d, m, R> Dune::GDT::make_numerical_lax_friedrichs_flux(const XT::Functions::FluxFunctionInterface<I, m, d, m, R> &flux)¶ Creates a NumericalLaxFriedrichsFlux from an x- and state-dependent flux function. template<class I, size_t d, size_t m, class R>NumericalLaxFriedrichsFlux<I, d, m, R> Dune::GDT::make_numerical_lax_friedrichs_flux(const XT::Functions::FunctionInterface<m, d, m, R> &flux)¶ Creates a NumericalLaxFriedrichsFlux from a state-dependent (x-independent) flux function.