|
dune-pdelab 2.9
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::P0LocalFiniteElementMap< D, R, d > Class Template Reference
#include <dune/pdelab/finiteelementmap/p0fem.hh>
Inheritance diagram for Dune::PDELab::P0LocalFiniteElementMap< D, R, d >:

Public Types | |
| typedef LocalFiniteElementMapTraits< Dune::P0LocalFiniteElement< D, R, d > > | Traits |
| export type of the signature | |
Public Member Functions | |
| P0LocalFiniteElementMap (const Dune::GeometryType &type) | |
| std::size_t | size (GeometryType gt) 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) |
| static constexpr std::size_t | maxLocalSize () |
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, int d>
class Dune::PDELab::P0LocalFiniteElementMap< D, R, d >
class Dune::PDELab::P0LocalFiniteElementMap< D, R, d >
wrap up element from local functions
- Examples
- recipe-operator-splitting.cc.
Member Typedef Documentation
◆ Traits
|
inherited |
export type of the signature
Constructor & Destructor Documentation
◆ P0LocalFiniteElementMap()
template<class D , class R , int d>
|
inline |
Member Function Documentation
◆ find()
|
inlineinherited |
get local basis functions for entity
◆ fixedSize()
template<class D , class R , int d>
|
inlinestaticconstexpr |
◆ hasDOFs()
template<class D , class R , int d>
|
inlinestaticconstexpr |
◆ maxLocalSize()
template<class D , class R , int d>
|
inlinestaticconstexpr |
◆ size() [1/2]
template<class D , class R , int d>
|
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