8 #include "finite-element.h"
21 template <std::
floating_po
int T>
34 template <std::
floating_po
int T>
type
Cell type.
Definition: cell.h:21
Interfaces for creating finite elements.
Definition: e-brezzi-douglas-marini.h:13
lagrange_variant
Variants of a Lagrange space that can be created.
Definition: element-families.h:12
FiniteElement< T > create_nce(cell::type celltype, int degree, element::lagrange_variant lvariant, bool discontinuous)
Definition: e-nce-rtc.cpp:161
FiniteElement< T > create_rtc(cell::type celltype, int degree, element::lagrange_variant lvariant, bool discontinuous)
Definition: e-nce-rtc.cpp:20