version 3.11-dev
Loading...
Searching...
No Matches
Dumux::GeometryTraits< Geometry > Struct Template Reference

Traits telling the bounding box tree algorithms about a leaf geometry. More...

#include <dumux/geometry/geometrytraits.hh>

Inheritance diagram for Dumux::GeometryTraits< Geometry >:

Description

template<class Geometry>
struct Dumux::GeometryTraits< Geometry >

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

Member Data Documentation

◆ axisAligned

template<class Geometry>
bool Dumux::GeometryTraits< Geometry >::axisAligned = false
staticconstexpr

The documentation for this struct was generated from the following file: