dune-pdelab 2.7-git
|
#include <dune/pdelab/finiteelementmap/monomfem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< Dune::MonomialLocalFiniteElement< D, R, d, p > > | Traits |
export type of the signature More... | |
Public Member Functions | |
MonomLocalFiniteElementMap (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 More... | |
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
Dune::PDELab::SimpleLocalFiniteElementMap< Dune::MonomialLocalFiniteElement< D, R, d, p >, d >::find const Traits::FiniteElementType & find(const EntityType &e) const get local basis functions for entity Definition: finiteelementmap.hh:116 std::size_t size(GeometryType gt) const Definition: monomfem.hh:42 static constexpr bool fixedSize() Definition: monomfem.hh:32 | |
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... | |
Static Public Attributes | |
static constexpr int | dimension |
wrap up element from local functions
|
inherited |
export type of the signature
|
inline |
|
inlineinherited |
get local basis functions for entity
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inline |
|
staticconstexprdeleteinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.
|
staticconstexprinherited |