|
Classes | |
| class | GrAL::cartesian2d::dimension_dependend_extensions2d< BASE, GEOM, 2 > |
| Dimension specific functionality for 2D. More... | |
| class | GrAL::cartesian2d::mapped_geometry< CM > |
| geometry for RegGrid2D with explicit mapping.
This class implements a straight-line geometry for the grid class RegGrid2D. The coordinates of the vertices are given by a mapping from the unit-square [0,1]x[0,1] to R^2 (or R^3, in principle. There are some problems, however. See below). More... | |
| class | GrAL::cartesian2d::stored_geometry< COORD > |
| "Classical" geometry for RegGrid2D with stored coordinate values More... | |
Functions | |
| template<class GEOM > | |
| void | GrAL::test_cartesian2d_geometry (GEOM &Geo,::std::ostream &out) |
| Test a Cartesian geometry. | |
| void GrAL::test_cartesian2d_geometry | ( | GEOM & | Geo, | |
| ::std::ostream & | out | |||
| ) | [inline] |
Test a Cartesian geometry.
This test function assumes a 2-dimensional geometry, because facet normals are tested, which are defined only for 2D embeddings.
Definition at line 33 of file test-cartesian-geometry2d.h.
1.5.8