dune-localfunctions 2.10
|
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 | |
MonomialFiniteElementFactory (const GeometryType >) | |
construct a MonomialFiniteElementFactory from a single GeometryType | |
MonomialFiniteElementFactory () | |
construct a MonomFiniteElementFactory for all applicable GeometryType's | |
const FiniteElement | make (const Geometry &geometry) |
construct a global-valued MonomFiniteElement | |
Finite element creation methods | |
Each finite element factory implementation must provide at least one of these methods. The signatures may be extended by additional parameters, but the parameters that are specified here should be given first and in the order specified here. The return value of these functions is suitable for binding to a const reference – it will either be an rvalue (in which case binding to a const reference will create a copy whose lifetime is the same as the reference itself), or it will be an lvalue (in which case the factory must guarantee that it will be valid until the factory is destroyed or something else happens that explicitly invalidates all created finite elements). In any case, since global-valued finite element objects are copy-constructible, it is also possible to use the returned value to initialize a finite element object instead of a const reference. | |
const FiniteElement | make (const Geometry &, const VertexOrder &,...) |
create a finite element from a geometry and a vertex ordering | |
const FiniteElement | make (const Geometry &,...) |
create a finite element from a geometry | |
const FiniteElement | make (const VertexOrder &,...) |
create a finite element from a vertex ordering | |
const FiniteElement | make (const GeometryType &,...) |
create a finite element from a geometry type | |
const FiniteElement | make (...) |
create a finite element | |
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