[SCM] Gerris Flow Solver branch, upstream,	updated. b3aa46814a06c9cb2912790b23916ffb44f1f203
    Stephane Popinet 
    s.popinet at niwa.co.nz
       
    Fri May 15 02:52:33 UTC 2009
    
    
  
The following commit has been merged in the upstream branch:
commit be996e6090002b4cf63a2e641b9fc29fc36a53ac
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Wed Sep 7 15:56:08 2005 +1000
    'erelax' is one by default (rather than 2)
    
    In most cases this is more efficient.
    
    darcs-hash:20050907055608-fbd8f-7ce6c4ba4b85a8f0dc97061fea8934887f54c6da.gz
diff --git a/src/poisson.c b/src/poisson.c
index 7296a12..b71f777 100644
--- a/src/poisson.c
+++ b/src/poisson.c
@@ -56,7 +56,7 @@ void gfs_multilevel_params_init (GfsMultilevelParams * par)
 
   par->tolerance = 1e-3;
   par->nrelax    = 4;
-  par->erelax    = 2;
+  par->erelax    = 1;
   par->minlevel  = 0;
   par->nitermax  = 100;
 
-- 
Gerris Flow Solver
    
    
More information about the debian-science-commits
mailing list