Cell class
#include <Rodin/Geometry/Polytope.h>
Represents a cell (highest-dimensional element) in a mesh.
Cells are polytopes of maximal dimension in the mesh:
- Tetrahedra in 3D meshes
- Triangles or quadrilaterals in 2D meshes
- Segments in 1D meshes
Cells form the basis for finite element computations and define the computational domain.
Base classes
- class Polytope
- Base class for all geometric elements in finite element meshes.