opm-common
Loading...
Searching...
No Matches
UniformTabulated2DFunction.hpp File Reference

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 <opm/common/utility/gpuistl_if_available.hpp>
#include <opm/common/utility/VectorWithDefaultAllocator.hpp>
#include <algorithm>
#include <cassert>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Opm::UniformTabulated2DFunction< Scalar, Storage >
 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.

Detailed Description

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.