Cite CPR article by Gries, Stuben et al.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-05-20 14:23:49 +02:00
parent 307cd6ef33
commit b823324e59

View File

@ -32,6 +32,9 @@ namespace Opm
/// This class solves the fully implicit black-oil system by
/// applying a Constrained Pressure Residual preconditioning
/// strategy.
/// The approach is similar to the one described in
/// "Preconditioning for Efficiently Applying Algebraic Multigrid
/// in Fully Implicit Reservoir Simulations" by Gries et al (SPE 163608).
class NewtonIterationBlackoilCPR : public NewtonIterationBlackoilInterface
{
public: