mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1068 from babrodtk/initial_restart
Added writing initial timestep data to restart
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user