opm-core/opm/core/transport
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
..
reorder Added solveMultiCell() interface and implementation. 2012-02-15 22:38:45 +01:00
CSRMatrixBlockAssembler.hpp Minor bugfix: avoid accessing empty (but non-zero capacity) vector. 2011-12-13 11:18:38 +01:00
CSRMatrixUmfpackSolver.hpp Changed code to use new include path: <opm/core/...> 2011-12-12 11:28:09 +01:00
ImplicitAssembly.hpp Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
ImplicitTransport.hpp Refined output of NRReport. 2012-01-19 16:58:20 +01:00
JacobianSystem.hpp Convert Tabs to spaces where appropriate. 2012-01-26 10:41:58 +01:00
NormSupport.hpp Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
SimpleFluid2pWrapper.hpp Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
SinglePointUpwindTwoPhase.hpp A few changes to out-of-range warning and clamping: 2012-01-19 23:49:45 +01:00
spu_explicit.c 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
spu_explicit.h 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
spu_implicit.c 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
spu_implicit.h 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
transport_source.c Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
transport_source.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00