opm-simulators/opm/polymer
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
..
fullyimplicit flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
CompressibleTpfaPolymer.cpp correcting buggy visc pointer usage in effective viscosity calculation 2016-04-14 14:52:00 +02:00
CompressibleTpfaPolymer.hpp Fixed/Added documentation comments. 2012-09-05 11:45:54 +02:00
GravityColumnSolverPolymer_impl.hpp use the error macros from opm-common 2015-10-12 15:24:59 +02:00
GravityColumnSolverPolymer.hpp Added bound checks to Newton column solver. 2012-05-23 16:22:48 +02:00
IncompPropertiesDefaultPolymer.hpp use the error macros from opm-common 2015-10-12 15:24:59 +02:00
IncompTpfaPolymer.cpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
IncompTpfaPolymer.hpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
Point2D.hpp Remove const on return type. 2015-06-23 13:25:52 +02:00
PolymerBlackoilState.cpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
PolymerBlackoilState.hpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
PolymerInflow.cpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
PolymerInflow.hpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
PolymerProperties.cpp renaming visc parameters to mu_w for better readability 2016-04-14 15:09:03 +02:00
PolymerProperties.hpp Update to shared_ptr-less parser interface. 2016-10-20 14:08:04 +02:00
PolymerState.cpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
PolymerState.hpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
polymerUtilities.cpp Replaced SimulatorState -> SimulationDataContainer 2016-03-29 10:48:36 +02:00
polymerUtilities.hpp allow temperature dependent PVT properties 2014-11-20 19:25:18 +01:00
SimulatorCompressiblePolymer.cpp Use ensureDirectoryExists() instead of boost::filesystem directly. 2017-04-06 12:14:54 +02:00
SimulatorCompressiblePolymer.hpp flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
SimulatorPolymer.cpp Use ensureDirectoryExists() instead of boost::filesystem directly. 2017-04-06 12:14:54 +02:00
SimulatorPolymer.hpp flow_ebos: print statistics about failed time steps 2017-04-11 11:12:11 +02:00
SinglePointUpwindTwoPhasePolymer.hpp Added default concentration if guess_old_solution is false. 2012-05-22 17:21:12 +02:00
TransportSolverTwophaseCompressiblePolymer.cpp use the error macros from opm-common 2015-10-12 15:24:59 +02:00
TransportSolverTwophaseCompressiblePolymer.hpp allow temperature dependent PVT properties 2014-11-20 19:25:18 +01:00
TransportSolverTwophasePolymer.cpp use the error macros from opm-common 2015-10-12 15:24:59 +02:00
TransportSolverTwophasePolymer.hpp make headers autonomously includable and fix a few harmless clang warnings 2013-09-10 19:41:49 +02:00