Atgeirr Flø Rasmussen c8e0d59611 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
2011-12-21 11:21:09 +00:00
2012-02-10 14:59:40 +01:00
Description
Collection of utilities, solvers and other components.
15 MiB
Languages
C++ 83%
C 15.9%
CMake 1%