My Project
|
Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid. More...
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <iostream>
#include <vector>
#include <assert.h>
Go to the source code of this file.
Classes | |
class | Opm::UniformTabulated2DFunction< Scalar > |
Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid. More... | |
Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid.
This class can be used when the sampling points are calculated at run time.