From 159f8ee5b45f6dd1714fd5eea4afce393236e46b Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 8 Jun 2016 18:40:42 +0200 Subject: [PATCH] Remove nonsensical documentation The documentation was copied over from the AMGStep a long time ago. It documents parameters that aren't passed and refers to a matrix hierarchy that isn't built. --- dune/solvers/iterationsteps/istlseqilu0step.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dune/solvers/iterationsteps/istlseqilu0step.hh b/dune/solvers/iterationsteps/istlseqilu0step.hh index c6c49229..85c9caed 100644 --- a/dune/solvers/iterationsteps/istlseqilu0step.hh +++ b/dune/solvers/iterationsteps/istlseqilu0step.hh @@ -27,8 +27,6 @@ class ISTLSeqILU0Step public: /** \brief Constructor which initializes and sets up an algebraic hierarchy - \param smootherArgs Arguments for the smoother. See the dune-istl documentation for details - \param coarseningCriterion Arguments for the coarsening. See the dune-istl documentation for details */ ISTLSeqILU0Step (const MatrixType* stiffnessMatrix, VectorType& x, @@ -42,7 +40,7 @@ public: seqILU0_->pre(*this->x_,*this->rhs_); } - /** \brief Initialize the iteration step but don't actually build the matrix hierarchy yet */ + /** \brief Initialize the iteration step but not carry out any preprocessing */ ISTLSeqILU0Step (const MatrixType* stiffnessMatrix, VectorType& x, VectorType& rhs) -- GitLab