|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/pkfem.hh>

Public Types | |
| typedef LocalFiniteElementMapTraits< Dune::PkLocalFiniteElement< D, R, 1, k > > | Traits |
| export type of the signature More... | |
Public Member Functions | |
| PkLocalFiniteElementMapBase (const GV &gv) | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity More... | |
| bool | hasDOFs (int codim) const=delete |
| return if FiniteElementMap has degrees of freedom for given codimension More... | |
Size calculation | |
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): | |
| std::size_t | size (GeometryType gt) const=delete |
| if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType. More... | |
Static Public Member Functions | |
| static constexpr bool | fixedSize () |
| static constexpr bool | hasDOFs (int codim) |
| static constexpr std::size_t | size (GeometryType gt) |
| static constexpr std::size_t | maxLocalSize () |
|
inherited |
export type of the signature
|
inline |
|
inlineinherited |
get local basis functions for entity
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
deleteinherited |
return if FiniteElementMap has degrees of freedom for given codimension
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
deleteinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.
1.8.17