|
dune-localfunctions 2.10
|
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 |
| const Traits::Interpolation & | interpolation () const |
| const Traits::Coefficients & | coefficients () const |
| GeometryType | type () const |
Convert a simple scalar local finite element into a global finite element.
The local finite element 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 |
|
inline |
|
inline |
|
inline |