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<D, d, R, r, rC> : public LocalFiniteElementInterface<D, d, R, r, rC>¶ Implements LocalFiniteElementInterface, given a basis, coefficients and an interpolation.
Method Dune::GDT::LocalFiniteElementDefault::geometry_type¶
Method Dune::GDT::LocalFiniteElementDefault::order¶
Method Dune::GDT::LocalFiniteElementDefault::size¶
Method Dune::GDT::LocalFiniteElementDefault::basis¶
Method Dune::GDT::LocalFiniteElementDefault::coefficients¶
Method Dune::GDT::LocalFiniteElementDefault::interpolation¶
Method Dune::GDT::LocalFiniteElementDefault::is_lagrangian¶
Method Dune::GDT::LocalFiniteElementDefault::lagrange_points¶
Method Dune::GDT::LocalFiniteElementDefault::powered¶
Method Dune::GDT::LocalFiniteElementDefault::check_input¶
Constructor Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>¶
-
template<>
template<class D, size_t d, class R, size_t r, size_t rC = 1>
Dune::GDT::LocalFiniteElementDefault<D, d, R, r, rC>::LocalFiniteElementDefault<D, d, R, r, rC>(const int ord, const BasisType &bas, const CoefficientsType &coeffs, const InterpolationType &inter, int lps = {})¶ No documentation provided.
Constructor Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>¶
-
template<>
template<class D, size_t d, class R, size_t r, size_t rC = 1>
Dune::GDT::LocalFiniteElementDefault<D, d, R, r, rC>::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!
Constructor Dune::GDT::LocalFiniteElementDefault::LocalFiniteElementDefault<D, d, R, r, rC>¶
Field Dune::GDT::LocalFiniteElementDefault::geometry_type_¶
-
const GeometryType Dune::GDT::LocalFiniteElementDefault::geometry_type_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::order_¶
-
const int Dune::GDT::LocalFiniteElementDefault::order_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::basis_¶
-
const XT::Common::ConstStorageProvider<BasisType> Dune::GDT::LocalFiniteElementDefault::basis_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::coefficients_¶
-
const XT::Common::ConstStorageProvider<CoefficientsType> Dune::GDT::LocalFiniteElementDefault::coefficients_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::interpolation_¶
-
const XT::Common::ConstStorageProvider<InterpolationType> Dune::GDT::LocalFiniteElementDefault::interpolation_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::lagrange_points_¶
-
const int Dune::GDT::LocalFiniteElementDefault::lagrange_points_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementDefault::powered_¶
-
const bool Dune::GDT::LocalFiniteElementDefault::powered_¶
No documentation provided.
Type alias Dune::GDT::LocalFiniteElementDefault::ThisType¶
-
type Dune::GDT::LocalFiniteElementDefault::ThisType¶
No documentation provided.
Type alias Dune::GDT::LocalFiniteElementDefault::BaseType¶
-
type Dune::GDT::LocalFiniteElementDefault::BaseType¶
No documentation provided.