dune-pdelab
2.7-git
|
FiniteElementMap for the Pk basis in 1d. More...
#include <dune/pdelab/finiteelementmap/pk1d.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< LagrangeLocalFiniteElement< EquidistantPointSet, 1, 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... | |
Static Public Member Functions | |
static constexpr bool | fixedSize () |
static constexpr bool | hasDOFs (int codim)=delete |
return if FiniteElementMap has degrees of freedom for given codimension More... | |
static constexpr std::size_t | maxLocalSize ()=delete |
compute an upper bound for the local number of DOFs. 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): | |
static constexpr std::size_t | size (GeometryType gt)=delete |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType. More... | |
Static Public Attributes | |
static constexpr int | dimension |
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 |
|
staticconstexprdeleteinherited |
return if FiniteElementMap has degrees of freedom for given codimension
|
inline |
|
staticconstexprdeleteinherited |
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 |
|
staticconstexprdeleteinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.
|
staticconstexprinherited |