Merge pull request #1068 from babrodtk/initial_restart

Added writing initial timestep data to restart
This commit is contained in:
Atgeirr Flø Rasmussen
2017-02-24 09:17:30 +01:00
committed by GitHub
3 changed files with 41 additions and 13 deletions

View File

@@ -532,6 +532,8 @@ namespace Opm
/**
* Returns the data requested in the restartConfig
* NOTE: Since this function steals data from the SimulationDataContainer (std::move),
* the variable sd becomes "invalid" after calling this function.
*/
template<class Model>
void getRestartData(data::Solution& output,