opm-simulators/opm/simulators
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
..
timestepping flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
vtk Add writeVtkData(), including version for UnstructuredGrid. 2016-12-06 09:26:45 +01:00
ensureDirectoryExists.cpp Create ensureDirectoryExists() free function. 2017-04-06 12:14:06 +02:00
ensureDirectoryExists.hpp Create ensureDirectoryExists() free function. 2017-04-06 12:14:06 +02:00
ParallelFileMerger.hpp Do not throw for unrecognized file when merging log files. 2016-11-11 12:00:49 +01:00
SimulatorCompressibleTwophase.cpp Use ensureDirectoryExists() instead of boost::filesystem directly. 2017-04-06 12:14:54 +02:00
SimulatorCompressibleTwophase.hpp replace boost::scoped_ptr by std::unique_ptr 2013-08-08 15:21:38 +02:00
SimulatorIncompTwophase.cpp Use ensureDirectoryExists() instead of boost::filesystem directly. 2017-04-06 12:14:54 +02:00
SimulatorIncompTwophase.hpp fix headers 2013-09-11 13:11:47 +02:00
thresholdPressures.hpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
WellSwitchingLogger.cpp Fix minor output bug and refine output. 2017-04-06 14:54:08 +02:00
WellSwitchingLogger.hpp Fix minor output bug and refine output. 2017-04-06 14:54:08 +02:00