8 #include "finite-element.h"
19 const std::string& name = std::string());
27 const std::string& name = std::string());
type
Cell type.
Definition: cell.h:21
basix
Definition: basix.h:7
FiniteElement create_dlagrange(cell::type celltype, int degree, const std::string &name=std::string())
Definition: lagrange.cpp:186
int degree(int handle)
Degree.
Definition: basix.cpp:50
FiniteElement create_lagrange(cell::type celltype, int degree, const std::string &name=std::string())
Definition: lagrange.cpp:16