Class template Dune::GDT::LocalFiniteElementDefault

Inherits from Dune::GDT::LocalFiniteElementInterface.

template<class D, size_t d, class R, size_t r, size_t rC = 1>
class Dune::GDT::LocalFiniteElementDefault : public LocalFiniteElementInterface<D, d, R, r, rC>

Implements LocalFiniteElementInterface, given a basis, coefficients and an interpolation.

const int &Dune::GDT::LocalFiniteElementDefault::geometry_type() const override

No documentation provided.

int Dune::GDT::LocalFiniteElementDefault::order() const override

No documentation provided.

size_t Dune::GDT::LocalFiniteElementDefault::size() const override

No documentation provided.

const BasisType &Dune::GDT::LocalFiniteElementDefault::basis() const override

No documentation provided.

const CoefficientsType &Dune::GDT::LocalFiniteElementDefault::coefficients() const override

No documentation provided.

const InterpolationType &Dune::GDT::LocalFiniteElementDefault::interpolation() const override

No documentation provided.

bool Dune::GDT::LocalFiniteElementDefault::is_lagrangian() const override

No documentation provided.

const int &Dune::GDT::LocalFiniteElementDefault::lagrange_points() const override

No documentation provided.

bool Dune::GDT::LocalFiniteElementDefault::powered() const final override

No documentation provided.

void Dune::GDT::LocalFiniteElementDefault::check_input()

No documentation provided.

template<>
Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>(const int ord, const BasisType &bas, const CoefficientsType &coeffs, const InterpolationType &inter, int lps = {})

No documentation provided.

template<>
Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>(const int ord, BasisType *&&bas_ptr, CoefficientsType *&&coeffs_ptr, InterpolationType *&&inter_ptr, int lps = {}, const bool pwrd = false)

Warning

Do not delete any of the moved in raw pointers manually afterwads!

template<>
Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>(const int ord, int bas_ptr, int coeffs_ptr, int inter_ptr, int lps = {}, const bool pwrd = false)

No documentation provided.

const int Dune::GDT::LocalFiniteElementDefault::geometry_type_

No documentation provided.

const int Dune::GDT::LocalFiniteElementDefault::order_

No documentation provided.

const XT::Common::ConstStorageProvider<BasisType> Dune::GDT::LocalFiniteElementDefault::basis_

No documentation provided.

const XT::Common::ConstStorageProvider<CoefficientsType> Dune::GDT::LocalFiniteElementDefault::coefficients_

No documentation provided.

const XT::Common::ConstStorageProvider<InterpolationType> Dune::GDT::LocalFiniteElementDefault::interpolation_

No documentation provided.

const int Dune::GDT::LocalFiniteElementDefault::lagrange_points_

No documentation provided.

const bool Dune::GDT::LocalFiniteElementDefault::powered_

No documentation provided.

type Dune::GDT::LocalFiniteElementDefault::ThisType

No documentation provided.

type Dune::GDT::LocalFiniteElementDefault::BaseType

No documentation provided.