DUNE PDELab (git)
Dune::PDELab::P0LocalFiniteElementMap< D, R, d > Class Template Reference
#include <dune/pdelab/finiteelementmap/p0fem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< Dune::P0LocalFiniteElement< D, R, d > > | Traits |
export type of the signature | |
Public Member Functions | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity | |
Static Public Member Functions | |
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
const Traits::FiniteElementType & find(const EntityType &e) const get local basis functions for entity Definition: finiteelementmap.hh:116 bool gt(const T &first, const T &second, typename EpsilonType< T >::Type epsilon) test if first greater than second Definition: float_cmp.cc:158 | |
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. | |
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.
The documentation for this class was generated from the following file:
- dune/pdelab/finiteelementmap/p0fem.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)