Skip to content
Snippets Groups Projects
Verified Commit c4dce77e authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

fix documentation of SeqILU and SeqILUn

parent ec60f0da
No related branches found
No related tags found
1 merge request!313fix documentation of SeqILU and SeqILUn
......@@ -538,7 +538,7 @@ namespace Dune {
Constructor invoking ILU(n).
\param A The matrix to operate on.
\param n The number of iterations to perform.
\param n The order of the ILU decomposition.
\param w The relaxation factor.
\param resort true if a resort of the computed ILU for improved performance should be done.
*/
......@@ -758,7 +758,7 @@ namespace Dune {
Constructor gets all parameters to operate the prec.
\param A The matrix to operate on.
\param n The number of iterations to perform.
\param n The order of the ILU decomposition.
\param w The relaxation factor.
*/
SeqILUn (const M& A, int n, scalar_field_type w)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment