Class template Dune::GDT::NumericalLaxFriedrichsFlux

Inherits from Dune::GDT::NumericalFluxInterface.

template<class I, size_t d, size_t m, class R = double>
class Dune::GDT::NumericalLaxFriedrichsFlux<I, d, m, R> : public NumericalFluxInterface<I, d, m, R>

Implementation of NumericalFluxInterface using the Lax-Friedrichs numerical flux.

Method Dune::GDT::NumericalLaxFriedrichsFlux::copy

template<class I, size_t d, size_t m, class R = double>
int Dune::GDT::NumericalLaxFriedrichsFlux<I, d, m, R>::copy() const final override

No documentation provided.

Method Dune::GDT::NumericalLaxFriedrichsFlux::apply

template<class I, size_t d, size_t m, class R = double>
StateType Dune::GDT::NumericalLaxFriedrichsFlux<I, d, m, R>::apply(const LocalIntersectionCoords &x, const StateType &u, const StateType &v, const PhysicalDomainType &n, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::NumericalLaxFriedrichsFlux::NumericalLaxFriedrichsFlux<I, d, m, R>

template<>
template<class I, size_t d, size_t m, class R = double>
explicit Dune::GDT::NumericalLaxFriedrichsFlux<I, d, m, R>::NumericalLaxFriedrichsFlux<I, d, m, R>(const FluxType &flx, const double lambda = 0.)

No documentation provided.

Constructor Dune::GDT::NumericalLaxFriedrichsFlux::NumericalLaxFriedrichsFlux<I, d, m, R>

template<>
template<class I, size_t d, size_t m, class R = double>
Dune::GDT::NumericalLaxFriedrichsFlux<I, d, m, R>::NumericalLaxFriedrichsFlux<I, d, m, R>(const ThisType &other) = default

No documentation provided.

Field Dune::GDT::NumericalLaxFriedrichsFlux::lambda_

const double Dune::GDT::NumericalLaxFriedrichsFlux::lambda_

No documentation provided.

Type alias Dune::GDT::NumericalLaxFriedrichsFlux::ThisType

type Dune::GDT::NumericalLaxFriedrichsFlux::ThisType

No documentation provided.

Type alias Dune::GDT::NumericalLaxFriedrichsFlux::BaseType

type Dune::GDT::NumericalLaxFriedrichsFlux::BaseType

No documentation provided.

Type alias Dune::GDT::NumericalLaxFriedrichsFlux::FluxJacobianType

type Dune::GDT::NumericalLaxFriedrichsFlux::FluxJacobianType

No documentation provided.