Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include "functors.hh"
Go to the source code of this file.
Classes | |
struct | Extrapolation |
struct | ErrorNorm |
struct | IFixVariable |
class | InterpolantBase |
Base class for interpolation. More... | |
struct | InterpolantBase::EvalStatistics |
Structure that keeps statistics of evaluation. More... | |
struct | InterpolantBase::Check |
class | Interpolant |
The main class for interpolation of functors. More... | |
class | InterpolantImplicit |
class | InterpolantImplicit::FuncExplicit< Type > |
class FuncExplicit. More... | |
Typedefs | |
typedef std::pair< double, double > | DiffValue |
typedef std::pair<double,double> DiffValue |
This pair contains both the function and the first derivative values and is used to as return value for functions of interpolation objects. The reason is that the FADBAD++ library computes both function value and derivative value at the same time. So when we use FADBAD++ in interpolant classes to compute derivates, we also return both values and we stick to it in interpolation evaluation also. We use the form
pair<function_value, derivative_value>
.
Definition at line 13 of file interpolant.hh.