[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:17 UTC 2009


The following commit has been merged in the upstream branch:
commit 69bd29011ca4f9310875f5de35defb67fa8d452a
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Aug 8 09:30:06 2006 +1000

    Set the default minimum of iterations for multilevel solvers to one
    
    darcs-hash:20060807233006-d4795-d01af165fcf63fb121bb4a119f615fbe3e167fee.gz

diff --git a/src/poisson.c b/src/poisson.c
index a55104c..0c1b2e7 100644
--- a/src/poisson.c
+++ b/src/poisson.c
@@ -65,7 +65,7 @@ void gfs_multilevel_params_init (GfsMultilevelParams * par)
   par->erelax    = 1;
   par->minlevel  = 0;
   par->nitermax  = 100;
-  par->nitermin  = 0;
+  par->nitermin  = 1;
 
   par->dimension = FTT_DIMENSION;
   par->weighted = FALSE;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list