Class template Dune::GDT::LocalFiniteElementCoefficientsWrapper¶
Inherits from Dune::GDT::LocalFiniteElementCoefficientsInterface.
-
template<class Implementation, class D, size_t d>
class Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d> : public LocalFiniteElementCoefficientsInterface<D, d>¶ Wraps a local finite element from dune-localfunctions to implement LocalFiniteElementCoefficientsInterface.
Most likely, you do not want to use this class directly, but LocalFiniteElementWrapper.
See also:
LocalFiniteElementCoefficientsInterface,LocalFiniteElementWrapper
Method Dune::GDT::LocalFiniteElementCoefficientsWrapper::copy¶
-
template<class Implementation, class D, size_t d>
BaseType *Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::copy() const final override¶ No documentation provided.
Method Dune::GDT::LocalFiniteElementCoefficientsWrapper::geometry_type¶
-
template<class Implementation, class D, size_t d>
const GeometryType &Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::geometry_type() const final override¶ No documentation provided.
Method Dune::GDT::LocalFiniteElementCoefficientsWrapper::size¶
-
template<class Implementation, class D, size_t d>
int Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::size() const final override¶ No documentation provided.
Method Dune::GDT::LocalFiniteElementCoefficientsWrapper::local_key¶
-
template<class Implementation, class D, size_t d>
const LocalKey &Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::local_key(const int ii) const final override¶ No documentation provided.
Constructor Dune::GDT::LocalFiniteElementCoefficientsWrapper::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>¶
No documentation provided.
Constructor Dune::GDT::LocalFiniteElementCoefficientsWrapper::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>¶
-
template<>
template<class Implementation, class D, size_t d>
explicit Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>(Implementation *&&imp_ptr)¶ No documentation provided.
Constructor Dune::GDT::LocalFiniteElementCoefficientsWrapper::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>¶
-
template<>
template<class Implementation, class D, size_t d>
Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>(const ThisType &other) = default¶ No documentation provided.
Field Dune::GDT::LocalFiniteElementCoefficientsWrapper::imp_¶
-
const std::shared_ptr<const Implementation> Dune::GDT::LocalFiniteElementCoefficientsWrapper::imp_¶
No documentation provided.
Field Dune::GDT::LocalFiniteElementCoefficientsWrapper::geometry_type_¶
-
const GeometryType Dune::GDT::LocalFiniteElementCoefficientsWrapper::geometry_type_¶
No documentation provided.
Type alias Dune::GDT::LocalFiniteElementCoefficientsWrapper::ThisType¶
-
type Dune::GDT::LocalFiniteElementCoefficientsWrapper::ThisType¶
No documentation provided.
Type alias Dune::GDT::LocalFiniteElementCoefficientsWrapper::BaseType¶
-
type Dune::GDT::LocalFiniteElementCoefficientsWrapper::BaseType¶
No documentation provided.
Function template Dune::GDT::LocalFiniteElementCoefficientsWrapper::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>¶
-
template<class Implementation, class D, size_t d>
template<class ImpType, typename>
explicit Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>(const ImpType &imp)¶ No documentation provided.
Function template Dune::GDT::LocalFiniteElementCoefficientsWrapper::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>¶
-
template<class Implementation, class D, size_t d>
template<class ...Args, typename>
explicit Dune::GDT::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>::LocalFiniteElementCoefficientsWrapper<Implementation, D, d>(Args&&... args)¶ No documentation provided.