|
dune-pdelab 2.9
|
#include <dune/pdelab/finiteelementmap/mimeticfem.hh>

Public Types | |
| typedef Dune::PDELab::LocalFiniteElementMapTraits< FE > | Traits |
| export type of the signature | |
Public Member Functions | |
| MimeticLocalFiniteElementMap (const IIS &iis_, Dune::GeometryType::BasicType basicType) | |
| Use when Imp has a standard constructor. | |
| template<class EntityType > | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity | |
Static Public Member Functions | |
| 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 get local basis functions for entity Definition mimeticfem.hh:36 | |
| static constexpr int | dimension |
| dimension of the domain this FEM is defined on. | |
| static constexpr bool | fixedSize ()=delete |
| a FiniteElementMap is fixedSize iif the size of the local functions space for each GeometryType is fixed. | |
| 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. | |
Member Typedef Documentation
◆ Traits
| typedef Dune::PDELab::LocalFiniteElementMapTraits<FE> Dune::PDELab::MimeticLocalFiniteElementMap< IIS, D, R, dim >::Traits |
export type of the signature
Constructor & Destructor Documentation
◆ MimeticLocalFiniteElementMap()
|
inline |
Use when Imp has a standard constructor.
Member Function Documentation
◆ find()
|
inline |
get local basis functions for entity
◆ fixedSize()
|
staticconstexprdeleteinherited |
a FiniteElementMap is fixedSize iif the size of the local functions space for each GeometryType is fixed.
◆ hasDOFs()
|
staticconstexprdeleteinherited |
return if FiniteElementMap has degrees of freedom for given codimension
◆ maxLocalSize()
|
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()
|
staticconstexprdeleteinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.
Member Data Documentation
◆ dimension
|
staticconstexprinherited |
dimension of the domain this FEM is defined on.
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