opm-simulators/opm
Andreas Lauser d329547463 EclProblem: clean up the time management code
- when an episode/report step is over, the next is started by endEpisode()
- the problem does not deal with updating the simulation time anymore
- rename `episodeIdx` in to `reportStepIdx` the 'EclWriter' because
  this variable is -- and always has been -- the report step number
  used by some parts of `opm-output`'s ECL writing code (the report
  step number is equivalent to the episode index plus 1). IMO, the
  output and parser code should be made more consistent in regard of
  whether it expects 0-based or 1-based indices, but this is a story
  for another day.
2019-05-03 14:07:15 +02:00
..
autodiff EclProblem: clean up the time management code 2019-05-03 14:07:15 +02:00
core Removes unused function parameter warnings. 2019-04-25 10:00:59 +02:00
simulators Clear DeferredLogger's message container after logging. 2019-04-30 12:24:31 +02:00