Flow123d
master-f44eb46
|
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 144 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::interval_miss_a |
counts left misses of the interval
Definition at line 145 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::interval_miss_b |
counts right misses of the interval
Definition at line 146 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 150 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 149 of file interpolant.hh.
unsigned int InterpolantBase::EvalStatistics::total_calls |
counts total calls of evaluation
Definition at line 147 of file interpolant.hh.