Tabulated1DFunction.hpp File Reference

Implements a linearly interpolated scalar function that depends on one variable. More...

#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/material/common/Unused.hpp>
#include <algorithm>
#include <cassert>
#include <iostream>
#include <tuple>
#include <vector>
Include dependency graph for Tabulated1DFunction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::Tabulated1DFunction< Scalar >
 Implements a linearly interpolated scalar function that depends on one variable. More...
 

Namespaces

 Opm
 

Detailed Description

Implements a linearly interpolated scalar function that depends on one variable.