#include <dune/pdelab/finiteelementmap/mimeticfem.hh>
|
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...
|
|
|
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):
sum(FEM. size(gt)*GridView. size(gt) for gt in GeometryTypes)
else
sum(FEM. find(E).basis(). size() for E in GridView.entities<0>())
|
static constexpr int | dimension |
| dimension of the domain this FEM is defined on. More...
|
|
static constexpr bool | fixedSize ()=delete |
| a FiniteElementMap is fixedSize iif the size of the local functions space for each GeometryType is fixed. More...
|
|
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...
|
|
◆ Traits
template<typename IIS , typename D , typename R , int dim>
export type of the signature
◆ MimeticLocalFiniteElementMap()
template<typename IIS , typename D , typename R , int dim>
Use when Imp has a standard constructor.
◆ find()
template<typename IIS , typename D , typename R , int dim>
template<class EntityType >
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.
◆ dimension
dimension of the domain this FEM is defined on.
The documentation for this class was generated from the following file: