|
dune-localfunctions
2.7.0
|
Factory for global-valued MonomFiniteElement objects. More...
#include <dune/localfunctions/monomial.hh>

Public Types | |
| typedef ScalarLocalToGlobalFiniteElementAdaptor< LocalFE, Geometry > | FiniteElement |
Public Member Functions | |
| template<class ForwardIterator > | |
| MonomialFiniteElementFactory (const ForwardIterator &begin, const ForwardIterator &end) | |
| construct a MonomialFiniteElementFactory from a list of GeometryType's More... | |
| MonomialFiniteElementFactory (const GeometryType >) | |
| construct a MonomialFiniteElementFactory from a single GeometryType More... | |
| MonomialFiniteElementFactory () | |
| construct a MonomFiniteElementFactory for all applicable GeometryType's More... | |
| const FiniteElement | make (const Geometry &geometry) |
| construct a global-valued MonomFiniteElement More... | |
Factory for global-valued MonomFiniteElement objects.
Constructs MonomialFiniteElement objects given a geometry.
| Geometry | Geometry for the local to global transformation. |
| RF | Field type of the range. |
| p | Order of the basis. |
| typedef ScalarLocalToGlobalFiniteElementAdaptor<LocalFE, Geometry> Dune::MonomialFiniteElementFactory< Geometry, RF, p >::FiniteElement |
|
inline |
construct a MonomialFiniteElementFactory from a list of GeometryType's
| begin | Begin of a range of geometry types. |
| end | End of a range of geometry types. |
|
inline |
construct a MonomialFiniteElementFactory from a single GeometryType
| gt | GeometryType to construct elements with |
|
inline |
construct a MonomFiniteElementFactory for all applicable GeometryType's
|
inherited |
create a finite element
|
inherited |
create a finite element from a geometry and a vertex ordering
|
inherited |
create a finite element from a geometry
|
inline |
construct a global-valued MonomFiniteElement
| geometry | The geometry object to use for adaption. |
|
inherited |
create a finite element from a geometry type
|
inherited |
create a finite element from a vertex ordering
1.8.17