#include <opm/upscaling/SteadyStateUpscalerImplicit.hpp>
#include <opm/upscaling/UpscalingTraits.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/core/utility/SparseTable.hpp>
#include <cmath>
#include <fstream>
#include <iostream>
 
Go to the source code of this file.
 | 
| template<class Istream >  | 
| void  | Opm::readControl (Istream &is, std::vector< double > &saturations, Opm::SparseTable< double > &all_pdrops) | 
|   | Reads saturation and pressure drop data from an input stream.  More...
  | 
|   | 
| template<class Ostream >  | 
| void  | Opm::writeControl (Ostream &os, const std::vector< double > &saturations, const Opm::SparseTable< double > &all_pdrops) | 
|   | Writes saturation and pressure drop data to an output stream.  More...
  | 
|   | 
| template<class Ostream , class Tensor >  | 
| void  | Opm::writeRelPerm (Ostream &os, const Tensor &K, double sat, double pdrop, bool success) | 
|   |