mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
First, the stepReport variable was not used with adaptive timestepping. Second, even when properly updating stepReport, solver_time is still 0. It just happens that lots of other timing variables are updated, but not solver_time (nor total_time, pressure_time and transport_time). Simplest way to handle is to just report the solver_timer seconds (which are still added to the "full sim report"'s solver_time).