From 107ce5cb9f92876b5baa003c36941219c9d2af7f Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Wed, 9 Jan 2013 14:30:19 +0000 Subject: [PATCH] Updated docs --- src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H index 5aec38af868..1afcdd64194 100644 --- a/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H +++ b/src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H @@ -27,9 +27,6 @@ Class Description Simplified diagonal-based incomplete LU smoother for asymmetric matrices. - To improve efficiency, the residual is evaluated after every nSweeps - sweeps. - SourceFiles DILUSmoother.C -- GitLab