Flow123d  master-f44eb46
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

◆ interval_miss_a

unsigned int InterpolantBase::EvalStatistics::interval_miss_a

counts left misses of the interval

Definition at line 145 of file interpolant.hh.

◆ interval_miss_b

unsigned int InterpolantBase::EvalStatistics::interval_miss_b

counts right misses of the interval

Definition at line 146 of file interpolant.hh.

◆ max

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.

◆ min

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.

◆ total_calls

unsigned int InterpolantBase::EvalStatistics::total_calls

counts total calls of evaluation

Definition at line 147 of file interpolant.hh.


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