- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Langrange finite element of arbitrary order on triangles. More...
#include <dune/localfunctions/lagrange/pk2d.hh>
Classes | |
struct | Traits |
Public Member Functions | |
template<class VertexOrder > | |
Pk2DFiniteElement (const Geometry &geometry, const VertexOrder &vertexOrder) | |
construct a Pk2DFiniteElement | |
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. | |
const GeometryType & | type () const |
Extract geometry type of this finite element. |
Langrange finite element of arbitrary order on triangles.
Geometry | Geometry for the local to global transformation. | |
RF | Field type of the range. | |
k | Maximum polynomial order of the base functions. |
Dune::Pk2DFiniteElement< Geometry, RF, k >::Pk2DFiniteElement | ( | const Geometry & | geometry, | |
const VertexOrder & | vertexOrder | |||
) | [inline] |
construct a Pk2DFiniteElement
geometry | The geometry object to use for adaption. | |
vertexOrder | The global ordering of the vertices within the grid, used to determine orientation of the edges. This vertexOrder object must support codim=0. |
const Traits::Basis& Dune::Pk2DFiniteElement< Geometry, RF, k >::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::Pk2DFiniteElement< Geometry, RF, k >::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::Pk2DFiniteElement< Geometry, RF, k >::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.
const GeometryType& Dune::Pk2DFiniteElement< Geometry, RF, k >::type | ( | ) | const [inline] |
Extract geometry type of this finite element.
Reimplemented from Dune::FiniteElementInterface.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].