|
My Project
|
Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid. More...
#include <opm/common/OpmLog/OpmLog.hpp>#include <opm/common/Exceptions.hpp>#include <opm/material/common/MathToolbox.hpp>#include <opm/common/utility/gpuDecorators.hpp>#include <algorithm>#include <cassert>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Opm::UniformTabulated2DFunction< Scalar, ContainerT > |
| Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid. More... | |
Namespaces | |
| namespace | Opm |
| This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Functions | |
| template<class ViewType , class ScalarT , class ContainerType > | |
| UniformTabulated2DFunction< ScalarT, ViewType > | Opm::gpuistl::make_view (UniformTabulated2DFunction< ScalarT, ContainerType > ¶ms) |
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.