#include <string>
#include <vector>
Go to the source code of this file.
 | 
| std::string  | Opm::humanReadableTime (double timeInSeconds, bool isAmendment=true) | 
|   | Given a time step size in seconds, return it in a format which is more easily parsable by humans.  More...
  | 
|   | 
| std::string  | Opm::simulatorOutputDir () | 
|   | Determine and check the configured directory for simulation output.  More...
  | 
|   | 
| template<class Scalar >  | 
| std::vector< Scalar >  | Opm::readTimeStepFile (const std::string &file) | 
|   | Read explicitly defined time steps from file.  More...
  | 
|   |