My Project
|
Implements a linearly interpolated scalar function that depends on one variable. More...
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <algorithm>
#include <cassert>
#include <iostream>
#include <tuple>
#include <vector>
#include <sstream>
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... | |
Implements a linearly interpolated scalar function that depends on one variable.