|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Statistics about point location query performance. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/feature-kweiss-improve-python-sidre/src/axom/quest/Delaunay.hpp>
Public Member Functions | |
| double | mean_walk_steps () const |
| Average number of simplex traversals per walk. More... | |
Public Attributes | |
| std::uint64_t | walk_calls {0} |
| Number of walk attempts. More... | |
| std::uint64_t | walk_found {0} |
| Walks that successfully found containing element. More... | |
| std::uint64_t | walk_outside {0} |
| Walks that terminated outside boundary. More... | |
| std::uint64_t | walk_failed {0} |
| Walks that failed (should be rare with robust implementation) More... | |
| std::uint64_t | total_walk_steps {0} |
| Cumulative simplex-to-simplex steps across all walks. More... | |
| std::uint64_t | max_walk_steps {0} |
| Maximum steps in a single walk. More... | |
Statistics about point location query performance.
|
inline |
Average number of simplex traversals per walk.
References axom::quest::Delaunay< DIM >::PointLocationStats::total_walk_steps, and axom::quest::Delaunay< DIM >::PointLocationStats::walk_calls.
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::walk_calls {0} |
Number of walk attempts.
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::walk_found {0} |
Walks that successfully found containing element.
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::walk_outside {0} |
Walks that terminated outside boundary.
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::walk_failed {0} |
Walks that failed (should be rare with robust implementation)
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::total_walk_steps {0} |
Cumulative simplex-to-simplex steps across all walks.
| std::uint64_t axom::quest::Delaunay< DIM >::PointLocationStats::max_walk_steps {0} |
Maximum steps in a single walk.