opm-simulators/opm/simulators
Markus Blatt a927f8e23b Unify parallel try-catch clauses with Macros and catch everything.
Not a big fan of Macros but here at least they seem ot be the only
option. The problem is that the catch clauses must all catch the same
exceptions that have a entry in ExceptionType, because they might be
nested. In addition we did not have a catch all clause, which is added
now and is needed in case a called method throws an unexpected exception.
2021-09-24 09:25:44 +02:00
..
aquifers support aquct and co2store 2021-09-21 11:08:10 +02:00
flow Include <stdexcept> header to use std::logic_error() 2021-09-23 13:13:23 +02:00
linalg Fixes ILU for Dune 2.8 2021-09-13 12:25:49 +02:00
timestepping use .empty() instead of .size() comparisons 2021-08-04 09:19:03 +02:00
utils Unify parallel try-catch clauses with Macros and catch everything. 2021-09-24 09:25:44 +02:00
wells Unify parallel try-catch clauses with Macros and catch everything. 2021-09-24 09:25:44 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00