dune-localfunctions
2.2.1
|
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 More... | |
const Traits::Basis & | basis () const |
const Traits::Interpolation & | interpolation () const |
const Traits::Coefficients & | coefficients () const |
const GeometryType & | type () const |
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. |
|
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. |
|
inline |
|
inline |
|
inline |
|
inline |