template<size_t K, class Range, class Mesh>
Rodin::Variational::H1 class

Degree K H1-conforming Lagrange finite element space.

Template parameters
K Polynomial degree
Range Range value type (Scalar or Math::Vector<Scalar>)
Mesh Mesh type

H1 provides a high-order H1-conforming finite element space built from H1Element. The space consists of continuous piecewise polynomial functions of degree K.