7 #include "finite-element.h"
17 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_nedelec2(cell::type celltype, int degree, const std::string &name=std::string())
Definition: nedelec.cpp:698
FiniteElement create_nedelec(cell::type celltype, int degree, const std::string &name=std::string())
Definition: nedelec.cpp:655
int degree(int handle)
Degree.
Definition: basix.cpp:50