10 #include <dolfinx/mesh/cell_types.h>
20 static Eigen::Array<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>
Tabulates the vertex positions for the reference cell.
Definition: ReferenceCellGeometry.h:17
static Eigen::Array< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > get_vertices(mesh::CellType cell_type)
Get geometric points for all vertices.
Definition: ReferenceCellGeometry.cpp:16
Finite element method functionality.
Definition: assemble_matrix_impl.h:23
CellType
Cell type identifier.
Definition: cell_types.h:21