DUNE PDELab (git)
Dune::PDELab::PkQkLocalFiniteElementMap< D, R, d, maxP > Class Template Reference
FiniteElementMap which provides PkQkLocalFiniteElement instances, depending on the geometry type. More...
#include <dune/pdelab/finiteelementmap/pkqkfem.hh>
Public Member Functions | |
PkQkLocalFiniteElementMap () | |
Default constructor. Constructs a space of order maxP. | |
PkQkLocalFiniteElementMap (unsigned int order) | |
Construct a space with a given order. More... | |
template<class EntityType > | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity | |
const Traits::FiniteElementType & | getFEM (Dune::GeometryType gt) const |
get local basis functions for a given geometrytype | |
Static Public Attributes | |
static constexpr int | dimension = d |
The dimension of the finite elements returned by this map. | |
Detailed Description
template<class D, class R, int d, int maxP = 6>
class Dune::PDELab::PkQkLocalFiniteElementMap< D, R, d, maxP >
class Dune::PDELab::PkQkLocalFiniteElementMap< D, R, d, maxP >
FiniteElementMap which provides PkQkLocalFiniteElement instances, depending on the geometry type.
- Template Parameters
-
D Type used for coordinates R Type used for shape function values d Grid dimension maxP Approximation order: if you construct an object of this class with its default constructor, then this number is the approximation order that you get. If you construct an object giving an order at run-time, then maxP is the maximal order that you can request.
Constructor & Destructor Documentation
◆ PkQkLocalFiniteElementMap()
template<class D , class R , int d, int maxP = 6>
|
inline |
Construct a space with a given order.
- Exceptions
-
Dune::Exception if the requested order is larger than maxP
The documentation for this class was generated from the following file:
- dune/pdelab/finiteelementmap/pkqkfem.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 23, 23:29, 2024)