8 #include "element-families.h"
9 #include "finite-element.h"
type
Cell type.
Definition: cell.h:20
Interfaces for creating finite elements.
Definition: e-brezzi-douglas-marini.h:12
FiniteElement create_nedelec(cell::type celltype, int degree, lagrange_variant lvariant, bool discontinuous)
Definition: e-nedelec.cpp:159
lagrange_variant
Variants of a Lagrange space that can be created.
Definition: element-families.h:12
FiniteElement create_nedelec2(cell::type celltype, int degree, lagrange_variant lvariant, bool discontinuous)
Definition: e-nedelec.cpp:281