Merge from upstream.

This commit is contained in:
Bård Skaflestad 2012-05-11 16:08:06 +02:00
commit 02d3601072

View File

@ -33,11 +33,13 @@ namespace Opm
class LinearSolverInterface;
/// Encapsulating a tpfa pressure solver for the incompressible case.
/// Supports gravity and simple sources as driving forces.
/// Encapsulating a tpfa pressure solver for the incompressible-fluid case.
/// Supports gravity, wells controlled by bhp or reservoir rates,
/// boundary conditions and simple sources as driving forces.
/// Rock compressibility can be included, but any nonlinear iterations
/// are not handled in this class.
/// Below we use the shortcuts D for the number of dimensions, N
/// for the number of cells and F for the number of faces.
/// Note: we intend to add wells in the future.
class IncompTpfa
{
public: