Supported finite elements module
List of finite elements already implemented.
Classes
-
template<size_t K, class Scalar>class Rodin::Variational::H1Element
- Degree k H1-conforming Lagrange element.
-
template<size_t K, class Scalar>class Rodin::Variational::H1Element<K, Math::Vector<Scalar>>
- Continuous H1-conforming piecewise polynomial (degree k) vector Lagrange element.
-
template<class Scalar>class Rodin::Variational::P0Element
- Degree 0 Lagrange element.
-
template<class Scalar>class Rodin::Variational::P0Element<Math::Vector<Scalar>>
- Piecewise constant (degree 0) vector Lagrange element.
-
template<class Scalar>class Rodin::Variational::P1Element
- Degree 1 Lagrange element.
-
template<class Scalar>class Rodin::Variational::P1Element<Math::Vector<Scalar>>
- Continuous piecewise linear (degree 1) vector Lagrange element.