8 #include "finite-element.h"
17 const std::string& = std::string());
type
Cell type.
Definition: cell.h:21
Eigen::MatrixXd triangle_rt_rotation(int degree)
Definition: raviart-thomas.cpp:157
Eigen::MatrixXd triangle_rt_reflection(int degree)
Definition: raviart-thomas.cpp:190
basix
Definition: basix.h:7
FiniteElement create_rt(cell::type celltype, int degree, const std::string &=std::string())
Definition: raviart-thomas.cpp:18
int degree(int handle)
Degree.
Definition: basix.cpp:50