Base.h file
Base class for Euclidean geometric objects using CRTP pattern.
Namespaces
- namespace Rodin
- The Rodin library for finite element methods and shape optimization.
- namespace Rodin::Geometry
- Module for dealing with meshes, polytopes, and geometric operations.
- namespace Rodin::Geometry::Euclidean
- Module for dealing with Euclidean geometries.
Classes
-
template<class Derived, class T>class Rodin::Geometry::Euclidean::Base
- Base class for Euclidean geometric objects using CRTP.