|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::Pk1dLocalFiniteElementMap< D, R > Class Template Reference
FiniteElementMap for the Pk basis in 1d. More...
#include <dune/pdelab/finiteelementmap/pk1d.hh>
Inheritance diagram for Dune::PDELab::Pk1dLocalFiniteElementMap< D, R >:

Public Types | |
| typedef LocalFiniteElementMapTraits< LagrangeLocalFiniteElement< EquidistantPointSet, 1, D, R > > | Traits |
| export type of the signature | |
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 | |
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 | |
| static constexpr std::size_t | maxLocalSize ()=delete |
| compute an upper bound for the local number of DOFs. | |
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): computeNumberOfDofs(GridView, FEM):
if(FEM.fixedSize()):
else
int size() const static constexpr bool fixedSize()=delete a FiniteElementMap is fixedSize iif the size of the local functions space for each GeometryType is fi... const Traits::FiniteElementType & find(const EntityType &e) const =delete Return local basis for the given entity. | |
| 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. | |
Static Public Attributes | |
| static constexpr int | dimension |
Detailed Description
template<class D, class R>
class Dune::PDELab::Pk1dLocalFiniteElementMap< D, 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.
Member Typedef Documentation
◆ Traits
|
inherited |
export type of the signature
Constructor & Destructor Documentation
◆ Pk1dLocalFiniteElementMap()
template<class D , class R >
|
inline |
Member Function Documentation
◆ find()
|
inlineinherited |
get local basis functions for entity
◆ fixedSize()
template<class D , class R >
|
inlinestaticconstexpr |
◆ hasDOFs() [1/2]
template<class D , class R >
|
inline |
◆ hasDOFs() [2/2]
template<class T , class Imp >
|
staticconstexprdeleteinherited |
return if FiniteElementMap has degrees of freedom for given codimension
◆ maxLocalSize() [1/2]
template<class D , class R >
|
inline |
◆ maxLocalSize() [2/2]
template<class T , class Imp >
|
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.
◆ size() [1/2]
template<class D , class R >
|
inline |
◆ size() [2/2]
template<class T , class Imp >
|
staticconstexprdeleteinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.
Member Data Documentation
◆ dimension
|
staticconstexprinherited |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8