Geometry Module module
Mesh data structures, geometric operations, and computational geometry utilities.
The Geometry module provides comprehensive support for mesh generation, manipulation, and geometric computations in finite element analysis. It includes data structures for representing meshes, connectivity information, geometric transformations, and algorithms for mesh processing.
Key Components
- Mesh Data Structures: Efficient storage and access to mesh topology and geometry
- Connectivity Management: Automatic computation of incidence relations
- Geometric Transformations: Reference-to-physical element mappings
- Mesh Generation: Tools for mesh creation and refinement
- Partitioning: Support for mesh decomposition in parallel computing
Classes
- class Rodin::Geometry::MeshBase
- Abstract base class for all mesh implementations.
- class Rodin::Geometry::Polytope
- Base class for all geometric elements in finite element meshes.