- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Factory for global-valued Q1 elements. More...
#include <dune/localfunctions/lagrange/q1.hh>
Public Types | |
typedef ScalarLocalToGlobalFiniteElementAdaptor < Q1LocalFiniteElement < Geometry::ctype, RF, Geometry::mydimension > , Geometry > | FiniteElement |
Type of the finite element. | |
Public Member Functions | |
Q1FiniteElementFactory () | |
default constructor | |
const FiniteElement | make (const Geometry &geometry) |
construct ScalarLocalToGlobalFiniteElementAdaptor | |
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 Q1 elements.
Geometry | Type of the geometry. Used to extract the domain field type and the dimension. | |
RF | Range field type. |
typedef ScalarLocalToGlobalFiniteElementAdaptor<Q1LocalFiniteElement< Geometry::ctype, RF, Geometry::mydimension > , Geometry> Dune::ScalarLocalToGlobalFiniteElementAdaptorFactory< Q1LocalFiniteElement< Geometry::ctype, RF, Geometry::mydimension > , Geometry >::FiniteElement [inherited] |
Type of the finite element.
Should be an implementation of FiniteElementIterface
Reimplemented from Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >.
Dune::Q1FiniteElementFactory< Geometry, RF >::Q1FiniteElementFactory | ( | ) | [inline] |
default constructor
const FiniteElement Dune::ScalarLocalToGlobalFiniteElementAdaptorFactory< Q1LocalFiniteElement< Geometry::ctype, RF, Geometry::mydimension > , Geometry >::make | ( | const Geometry & | geometry | ) | [inline, inherited] |
construct ScalarLocalToGlobalFiniteElementAdaptor
geometry | The geometry object to use for adaption. |
const FiniteElement Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >::make | ( | ... | ) | [inherited] |
create a finite element
const FiniteElement Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >::make | ( | const GeometryType & | , | |
... | ||||
) | [inherited] |
create a finite element from a geometry type
const FiniteElement Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >::make | ( | const VertexOrder & | , | |
... | ||||
) | [inherited] |
create a finite element from a vertex ordering
const FiniteElement Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >::make | ( | const Geometry & | , | |
... | ||||
) | [inherited] |
create a finite element from a geometry
const FiniteElement Dune::FiniteElementFactoryInterface< Geometry, VertexOrder >::make | ( | const Geometry & | , | |
const VertexOrder & | , | |||
... | ||||
) | [inherited] |
create a finite element from a geometry and a vertex ordering
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].