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/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <vector>
#include <assert.h>
Include dependency graph for UniformTabulated2DFunction.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Namespaces

 Opm
 

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.