8 #include "element-families.h"
9 #include "finite-element.h"
25 template <std::
floating_po
int T>
40 template <std::
floating_po
int T>
54 template <std::
floating_po
int T>
70 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_serendipity_curl(cell::type celltype, int degree, element::lagrange_variant lvariant, element::dpc_variant dvariant, bool discontinuous)
Definition: e-serendipity.cpp:1317
FiniteElement< T > create_serendipity(cell::type celltype, int degree, element::lagrange_variant lvariant, element::dpc_variant dvariant, bool discontinuous)
Definition: e-serendipity.cpp:953
dpc_variant
Definition: element-families.h:33
FiniteElement< T > create_serendipity_div(cell::type celltype, int degree, element::lagrange_variant lvariant, element::dpc_variant dvariant, bool discontinuous)
Definition: e-serendipity.cpp:1211
FiniteElement< T > create_dpc(cell::type celltype, int degree, element::dpc_variant variant, bool discontinuous)
Definition: e-serendipity.cpp:1120