Go to the source code of this file.
|
| void | Opm::RestartIO::save (EclIO::OutputStream::Restart &rstFile, int report_step, double seconds_elapsed, RestartValue value, const EclipseState &es, const EclipseGrid &grid, const Schedule &schedule, const SummaryState &sumState, bool write_double=false) |
| |
| RestartValue | Opm::RestartIO::load (const std::string &filename, int report_step, SummaryState &summary_state, const std::vector< RestartKey > &solution_keys, const EclipseState &es, const EclipseGrid &grid, const Schedule &schedule, const std::vector< RestartKey > &extra_keys={}) |
| |