Class template Dune::GDT::internal::EigenvectorWrapperBase

template<class AnalyticalFluxType, class MatrixImp, class VectorImp>
class Dune::GDT::internal::EigenvectorWrapperBase

No documentation provided.

virtual void Dune::GDT::internal::EigenvectorWrapperBase::compute_eigenvectors(const E &entity, const DomainType &x_local, const VectorType &u, const XT::Common::Parameter &param)

No documentation provided.

virtual void Dune::GDT::internal::EigenvectorWrapperBase::compute_eigenvectors_impl(const E &entity, const DomainType &x_local, const VectorType &u, const XT::Common::Parameter &param) = 0

No documentation provided.

virtual void Dune::GDT::internal::EigenvectorWrapperBase::apply_eigenvectors(const size_t dd, const VectorType &u, VectorType &ret) const = 0

No documentation provided.

virtual void Dune::GDT::internal::EigenvectorWrapperBase::apply_inverse_eigenvectors(const size_t dd, const VectorType &u, VectorType &ret) const = 0

No documentation provided.

virtual const MatrixType &Dune::GDT::internal::EigenvectorWrapperBase::eigenvectors(const size_t dd) const = 0

No documentation provided.

bool Dune::GDT::internal::EigenvectorWrapperBase::affine() const

No documentation provided.

template<>
Dune::GDT::internal::EigenvectorWrapperBase::EigenvectorWrapperBase<AnalyticalFluxType, MatrixImp, VectorImp>(const AnalyticalFluxType &analytical_flux, const bool flux_is_affine)

No documentation provided.

template<>
virtual Dune::GDT::internal::EigenvectorWrapperBase::~EigenvectorWrapperBase<AnalyticalFluxType, MatrixImp, VectorImp>()

No documentation provided.

const AnalyticalFluxType &Dune::GDT::internal::EigenvectorWrapperBase::analytical_flux_

No documentation provided.

const int Dune::GDT::internal::EigenvectorWrapperBase::local_flux_

No documentation provided.

const bool Dune::GDT::internal::EigenvectorWrapperBase::flux_is_affine_

No documentation provided.

bool Dune::GDT::internal::EigenvectorWrapperBase::computed_

No documentation provided.

const size_t Dune::GDT::internal::EigenvectorWrapperBase::dimDomain

No documentation provided.

const size_t Dune::GDT::internal::EigenvectorWrapperBase::dimRange

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::MatrixType

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::VectorType

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::RangeFieldType

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::DomainType

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::E

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::LocalFluxType

No documentation provided.

type Dune::GDT::internal::EigenvectorWrapperBase::FluxDomainType

No documentation provided.