#include <interpolant.hh>
Enumerates possible kinds of extrapolation.
Definition at line 18 of file interpolant.hh.
| Enumerator |
|---|
| constant |
means that the values at the boundary points will be used outside the interval_miss_a
|
| linear |
means that the linear approximation on the first and last subintervals will be used outside the interval
|
| functor |
means that the original functor will be called outside interpolation interval
|
Definition at line 20 of file interpolant.hh.
The documentation for this struct was generated from the following file:
- /home/cygwin32/F123-windows32-release/flow123d/src/tools/interpolant.hh