dune-localfunctions
2.3.1
|
Convert a simple scalar local finite element into a global finite element. More...
#include <dune/localfunctions/common/localtoglobaladaptors.hh>
Classes | |
struct | Traits |
Public Member Functions | |
ScalarLocalToGlobalFiniteElementAdaptor (const LocalFiniteElement &localFE_, const Geometry &geometry) | |
construct a ScalarLocalToGlobalFiniteElementAdaptor | |
const Traits::Basis & | basis () const |
Extract basis of this finite element. | |
const Traits::Interpolation & | interpolation () const |
Extract interpolation of this finite element. | |
const Traits::Coefficients & | coefficients () const |
Extract coefficients of this finite element. | |
GeometryType | type () const |
Extract geometry type of this finite element. |
Convert a simple scalar local finite element into a global finite element.
The local finite elememt must be scalar, i.e. LocalBasis::Traits::dimRange must be 1. It's values are not transformed, but the Jacobian is (see ScalarLocalToGlobalBasisAdaptor).
LocalFiniteElement | Type of the local finite element to adapt. |
Geometry | Type of the local-to-global transformation. |
|
inline |
construct a ScalarLocalToGlobalFiniteElementAdaptor
localFE_ | The local finite element object to adapt. |
geometry | The geometry object to use for adaption. |
|
inline |
Extract basis of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object is was aquired from.
Reimplemented from Dune::FiniteElementInterface.
|
inline |
Extract coefficients of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object is was aquired from.
Reimplemented from Dune::FiniteElementInterface.
|
inline |
Extract interpolation of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object is was aquired from.
Reimplemented from Dune::FiniteElementInterface.
|
inline |
Extract geometry type of this finite element.
Reimplemented from Dune::FiniteElementInterface.
Referenced by Dune::MonomFiniteElementFactory< Geometry, RF, p >::make().