opm-simulators/opm/simulators/timestepping
Andreas Lauser ef2a560fb3 flow_ebos: print statistics about failed time steps
the performance summary at the end of a Norne run which are printed by
`flow_ebos` now looks like this on my machine:

```
Total time (seconds):         773.757
Solver time (seconds):        753.349
 Assembly time (seconds):     377.218 (Failed: 23.537; 6.23965%)
 Linear solve time (seconds): 352.022 (Failed: 23.2757; 6.61201%)
 Update time (seconds):       16.3658 (Failed: 1.13149; 6.91375%)
 Output write time (seconds): 22.5991
Overall Well Iterations:      870 (Failed: 35; 4.02299%)
Overall Linearizations:       2098 (Failed: 136; 6.48236%)
Overall Newton Iterations:    1756 (Failed: 136; 7.74487%)
Overall Linear Iterations:    26572 (Failed: 1786; 6.72136%)
```

for the flow_legacy family, nothing changes.
2017-04-11 11:12:11 +02:00
..
AdaptiveSimulatorTimer.cpp adjustments for imported files 2017-02-10 13:02:00 +01:00
AdaptiveSimulatorTimer.hpp adjustments for imported files 2017-02-10 13:02:00 +01:00
AdaptiveTimeStepping_impl.hpp flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
AdaptiveTimeStepping.hpp flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
SimulatorTimer.cpp Change include paths for moved headers. 2017-02-10 16:07:25 +01:00
SimulatorTimer.hpp adjustments for imported files 2017-02-10 13:02:00 +01:00
SimulatorTimerInterface.hpp Store whether timestep failed or not 2016-12-19 10:52:59 +01:00
TimeStepControl.cpp Set timesteps after events 2017-03-09 08:54:44 +01:00
TimeStepControl.hpp adjustments for imported files 2017-02-10 13:02:00 +01:00
TimeStepControlInterface.hpp Timestepper based on userInput 2016-09-21 09:39:36 +02:00