My Project
|
Implements a function that depends on two variables. More...
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <vector>
#include <limits>
#include <sstream>
#include <cassert>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Opm::IntervalTabulated2DFunction< Scalar > |
Implements a function that depends on two variables. More... | |
Implements a function that depends on two variables.
The function is sampled in regular intervals in both directions, i.e., the interpolation cells are rectangles. The table can be extrapolated in either direction.