8#include "element-families.h"
9#include "finite-element.h"
22template <std::
floating_po
int T>
A finite element.
Definition finite-element.h:139
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_bdm(cell::type celltype, int degree, lagrange_variant lvariant, bool discontinuous)
Definition e-brezzi-douglas-marini.cpp:21