Simulator programs and utilities for automatic differentiation.
Go to file
Atgeirr Flø Rasmussen 5b9e67518d Added solveMultiCell() interface and implementation.
- Added solveMultiCell() virtual method.
  - TransportModelInterface::reorderAndTransport() now calls solveMultiCell()
    instead of aborting if encountering multi-cell components.
  - Implemented solveMultiCell() in TransportModelTwophase by solving
    each cell individually with solveSingleCell() and repeating until
    saturation change is small (hardcoded 1e-9 for now).
2012-02-15 22:38:45 +01:00
opm/core Added solveMultiCell() interface and implementation. 2012-02-15 22:38:45 +01:00