|
SpECTRE
v2026.06.30
|
Identifies an observation by its value (e.g. the time), selecting the observation whose value is closest to value within epsilon. This is the same selection as a bare double, but with a configurable tolerance. More...
#include <Exporter.hpp>
Public Member Functions | |
| ObservationValue (double local_value, double local_epsilon=1e-12) | |
Public Attributes | |
| double | value = std::numeric_limits<double>::signaling_NaN() |
| double | epsilon = 1e-12 |
Identifies an observation by its value (e.g. the time), selecting the observation whose value is closest to value within epsilon. This is the same selection as a bare double, but with a configurable tolerance.