|
dune-pdelab
2.5-dev
|
FiniteElementMap for the Pk basis in 1d. More...
#include <dune/pdelab/finiteelementmap/pk1d.hh>

Public Types | |
| typedef LocalFiniteElementMapTraits< Pk1dLocalFiniteElement< D, R > > | Traits |
| export type of the signature More... | |
Public Member Functions | |
| 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... | |
| std::size_t | maxLocalSize () const=delete |
| compute an upper bound for the local number of DOFs. More... | |
Static Public Member Functions | |
| static constexpr bool | fixedSize () |
FiniteElementMap for the Pk basis in 1d.
| D | Type to represent domain. |
| R | Type to represent range. |
|
inherited |
export type of the signature
|
inline |
|
inlineinherited |
get local basis functions for entity
|
inlinestaticconstexpr |
|
inline |
|
inline |
|
deleteinherited |
compute an upper bound for the local number of DOFs.
this upper bound is used to avoid reallocations in std::vectors used during the assembly.
|
inline |
1.8.17