|
My Project
|
Implements a scalar function that depends on two variables and which is sampled uniformly in the X direction, but non-uniformly on the Y axis-. More...
#include <opm/material/common/Valgrind.hpp>#include <opm/material/common/Exceptions.hpp>#include <opm/material/common/Unused.hpp>#include <opm/material/common/MathToolbox.hpp>#include <iostream>#include <vector>#include <limits>#include <tuple>#include <sstream>#include <cassert>#include <cmath>Go to the source code of this file.
Classes | |
| class | Opm::UniformXTabulated2DFunction< Scalar > |
| Implements a scalar function that depends on two variables and which is sampled uniformly in the X direction, but non-uniformly on the Y axis-. More... | |
Implements a scalar function that depends on two variables and which is sampled uniformly in the X direction, but non-uniformly on the Y axis-.
"Uniform on the X-axis" means that all Y sampling points must be located along a line for this value. This class can be used when the sampling points are calculated at run time.