Traits telling the bounding box tree algorithms about a leaf geometry. More...
#include <dumux/geometry/geometrytraits.hh>
The member axisAligned indicates whether a geometry coincides with its axis-aligned bounding box. If so, the cheap bounding box test is already exact and the more expensive primitive test (point-in-geometry, geometry intersection) can be skipped during queries. Specialize this for any geometry that is axis-aligned.
Static Public Attributes | |
| static constexpr bool | axisAligned = false |
|
staticconstexpr |