dune-pdelab
2.0.0
|
Global-valued finite element map for Q1 elements. More...
#include <dune/pdelab/finiteelementmap/q1fem.hh>
Public Types | |
typedef FiniteElementMapTraits < typename Q1FiniteElementFactory < Geometry, RF > ::FiniteElement > | Traits |
Public Member Functions | |
Q1FiniteElementMap () | |
bool | fixedSize () const |
std::size_t | size (GeometryType gt) const |
std::size_t | maxLocalSize () const |
Traits::FiniteElementType | find (const Element &e) const |
Return finite element for the given entity. More... | |
Global-valued finite element map for Q1 elements.
Geometry | Type of geometries of the elements. Only used to extract the dimension and the type for the domain field. |
RF | Range field type. |
|
inherited |
|
inline |
|
inlineinherited |
Return finite element for the given entity.
e | Grid element to create a finite element for. |
The returned value is valid for as long as both this finite element map as well as the reference to the grid element are valid.
|
inline |
|
inline |
|
inline |