Flow123d  release_2.2.0-914-gf1a3a4f
Public Attributes | List of all members
InterpolantBase::EvalStatistics Struct Reference

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...
 

Detailed Description

Structure that keeps statistics of evaluation.

Definition at line 144 of file interpolant.hh.

Member Data Documentation

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 145 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 149 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 145 of file interpolant.hh.


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