IntervalTabulated2DFunction.hpp File Reference
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <vector>
#include <limits>
#include <sstream>
#include <cassert>
#include <algorithm>
Include dependency graph for IntervalTabulated2DFunction.hpp:

Go to the source code of this file.

Classes

class  Opm::IntervalTabulated2DFunction< Scalar >
 Implements a function that depends on two variables. More...
 

Namespaces

namespace  Opm
 

Detailed Description

Implements a function that depends on two variables.

The function is sampled in regular intervals in both directions, i.e., the interpolation cells are rectangles. The table can be extrapolated in either direction.