|
dune-localfunctions 2.10
|
Langrange finite element of arbitrary order on triangles. More...
#include <dune/localfunctions/lagrange/pk1d.hh>

Classes | |
| struct | Traits |
Public Member Functions | |
| template<class VertexOrder> | |
| Pk1DFiniteElement (const Geometry &geometry, const VertexOrder &vertexOrder) | |
| construct a Pk1DFiniteElement | |
| 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 Pk1DFiniteElement
| 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 |