Class template Dune::GDT::NumericalVijayasundaramFlux

Inherits from Dune::GDT::NumericalFluxInterface.

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

Implementation of NumericalFluxInterface using the Vijayasundaram numerical flux based on a flux Jacobian eigendecomposition.

Method Dune::GDT::NumericalVijayasundaramFlux::default_flux_eigen_decomposition

template<class I, size_t d, size_t m = 1, class R = double>
static int Dune::GDT::NumericalVijayasundaramFlux<I, d, m, R>::default_flux_eigen_decomposition()

No documentation provided.

Method Dune::GDT::NumericalVijayasundaramFlux::copy

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

No documentation provided.

Method Dune::GDT::NumericalVijayasundaramFlux::apply

template<class I, size_t d, size_t m = 1, class R = double>
StateType Dune::GDT::NumericalVijayasundaramFlux<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::NumericalVijayasundaramFlux::NumericalVijayasundaramFlux<I, d, m, R>

template<>
template<class I, size_t d, size_t m = 1, class R = double>
explicit Dune::GDT::NumericalVijayasundaramFlux<I, d, m, R>::NumericalVijayasundaramFlux<I, d, m, R>(const FluxType &flx)

No documentation provided.

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

template<>
template<class I, size_t d, size_t m = 1, class R = double>
Dune::GDT::NumericalVijayasundaramFlux<I, d, m, R>::NumericalVijayasundaramFlux<I, d, m, R>(const FluxType &flx, int flux_eigen_decomposition)

No documentation provided.

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

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

No documentation provided.

Field Dune::GDT::NumericalVijayasundaramFlux::flux_eigen_decomposition_

const int Dune::GDT::NumericalVijayasundaramFlux::flux_eigen_decomposition_

No documentation provided.

Type alias Dune::GDT::NumericalVijayasundaramFlux::ThisType

type Dune::GDT::NumericalVijayasundaramFlux::ThisType

No documentation provided.

Type alias Dune::GDT::NumericalVijayasundaramFlux::BaseType

type Dune::GDT::NumericalVijayasundaramFlux::BaseType

No documentation provided.