Flow123d
last_with_con_2.0.0-663-gd0e2296
|
Structure that keeps statistics of evaluation. More...
#include <interpolant.hh>
Public Attributes | |
unsigned int | interval_miss_a |
counts left misses of the interval More... | |
unsigned int | interval_miss_b |
counts right misses of the interval More... | |
unsigned int | total_calls |
counts total calls of evaluation More... | |
double | min |
minimal x for which the evaluation was called outside the interval (initially is equal the left boundary) More... | |
double | max |
maximal x for which the evaluation was called outside the interval ((initially is equal the right boundary) More... | |
Structure that keeps statistics of evaluation.
Definition at line 139 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::interval_miss_a |
counts left misses of the interval
Definition at line 140 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::interval_miss_b |
counts right misses of the interval
Definition at line 140 of file interpolant.hh.
double InterpolantBase::EvalStatistics::max |
maximal x for which the evaluation was called outside the interval ((initially is equal the right boundary)
Definition at line 144 of file interpolant.hh.
double InterpolantBase::EvalStatistics::min |
minimal x for which the evaluation was called outside the interval (initially is equal the left boundary)
Definition at line 144 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::total_calls |
counts total calls of evaluation
Definition at line 140 of file interpolant.hh.