Class template Dune::GDT::NumericalUpwindFlux

Inherits from Dune::GDT::internal::ThisNumericalFluxIsNotAvailableForTheseDimensions.

template<class I, size_t d, size_t m = 1, class R = double>
class Dune::GDT::NumericalUpwindFlux : public internal::ThisNumericalFluxIsNotAvailableForTheseDimensions<I, d, m, R>

Implementation of NumericalFluxInterface using the upwind numerical flux (only available for m == 1).

template<class ...Args, typename>
explicit Dune::GDT::NumericalUpwindFlux::NumericalUpwindFlux<I, d, m, R>(Args&&...)

No documentation provided.