8 #include "element-families.h"
9 #include "finite-element.h"
21 template <std::
floating_po
int T>
24 std::vector<int> dof_ordering = {});
32 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_lagrange(cell::type celltype, int degree, lagrange_variant variant, bool discontinuous, std::vector< int > dof_ordering={})
Create a Lagrange(-like) element on cell with given degree.
Definition: e-lagrange.cpp:1276
FiniteElement< T > create_iso(cell::type celltype, int degree, lagrange_variant variant, bool discontinuous)
Create an iso macro element on cell with given degree.
Definition: e-lagrange.cpp:1453