|
| Pk1dLocalFiniteElementMap (std::size_t k) |
|
bool | hasDOFs (int codim) const |
|
std::size_t | size (GeometryType gt) const |
|
std::size_t | maxLocalSize () const |
|
const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity More...
|
|
|
The FiniteElementMap provides different methods to compute the size of the GridFunctionSpace (if possible) without iterating the grid. The approach is as follows (pseudo code):
computeNumberOfDofs(GridView, FEM): sum(FEM. size(gt)*GridView. size(gt) for gt in GeometryTypes) else sum(FEM. find(E).basis(). size() for E in GridView.entities<0>()) |
bool | fixedSize () const=delete |
| a FiniteElementMap is fixedSize iif the size of the local functions space for each GeometryType is fixed. More...
|
|
template<class D, class R>
class Dune::PDELab::Pk1dLocalFiniteElementMap< D, R >
FiniteElementMap for the Pk basis in 1d.
- Note
- k is a runtime variable.
- Template Parameters
-
D | Type to represent domain. |
R | Type to represent range. |