dune-pdelab
2.0.0
|
#include <dune/pdelab/finiteelementmap/q12dfem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits < Dune::Q1LocalFiniteElement < D, R, 2 > > | Traits |
export type of the signature More... | |
Public Member Functions | |
bool | fixedSize () const |
std::size_t | size (const GeometryType >) const |
std::size_t | maxLocalSize () const |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity More... | |
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): | |
std::size_t | size (GeometryType gt) const |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType. More... | |
wrap up element from local functions
|
inherited |
export type of the signature
|
inlineinherited |
get local basis functions for entity
|
inline |
|
inline |
|
inline |
|
inlineinherited |
if the FiniteElementMap is fixedSize, the size methods computes the number of DOFs for given GeometryType.