- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. |
Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::ScalarLocalToGlobalFiniteElementAdaptor | ( | const LocalFiniteElement & | localFE_, | |
const Geometry & | geometry | |||
) | [inline] |
construct a ScalarLocalToGlobalFiniteElementAdaptor
localFE_ | The local finite element object to adapt. | |
geometry_ | The geometry object to use for adaption. |
const Traits::Basis& Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::basis | ( | ) | const [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.
const Traits::Coefficients& Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::coefficients | ( | ) | const [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.
const Traits::Interpolation& Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::interpolation | ( | ) | const [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.
GeometryType Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::type | ( | ) | const [inline] |
Extract geometry type of this finite element.
Reimplemented from Dune::FiniteElementInterface.
Referenced by Dune::MonomFiniteElementFactory< Geometry, RF, p >::make().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].