Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 6e478f6f18 use finishInit() properly for all problems
this means that all code which could potentially throw an exception is
moved to this method(). (In particular FluidSystem::init() proved
troublesome in the past.) Besides avoiding segmentation the faults
which stem from exceptions thrown in constructors, this also has the
advantage that simulations which spend a noticable amount of time to
initialize stop at the "correct" place, i.e. after the "Finish init of
the problem" message was printed by the simulator...
2014-08-06 16:31:48 +02:00
ewoms Black Oil model: implement support for multi-region PVT tables 2014-08-05 16:52:52 +02:00
tests/problems use finishInit() properly for all problems 2014-08-06 16:31:48 +02:00