My Project
|
This class encapsulates geometry for both vertices, intersections and cells. More...
#include <Geometry.hpp>
This class encapsulates geometry for both vertices, intersections and cells.
The main template is empty, the actual dim == 3 (cell), dim == 2 (intersection) and dim == 0 (vertex) cases have specializations. For vertices and cells we use the cube type, and provide constant (vertex) or trilinear (cell) mappings. For intersections, we use the singular geometry type (None), and provide no mappings.