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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:52:31 UTC 2009


The following commit has been merged in the upstream branch:
commit bd4474009d48f316af512c81bcf5972af8d1b67d
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Tue Aug 30 14:22:58 2005 +1000

    Fix for missing params following changes in gfs_poisson_cycle
    
    darcs-hash:20050830042258-fbd8f-d9f78aa61464396578b5807cf67c03b78c9a6bd4.gz

diff --git a/src/event.c b/src/event.c
index 798730f..abd2b3a 100644
--- a/src/event.c
+++ b/src/event.c
@@ -726,6 +726,7 @@ static void stream_from_vorticity (GfsDomain * domain,
   par.depth = gfs_domain_depth (domain);
   par.minlevel = 0;
   par.nrelax = 4;
+  par.erelax = 1;
   par.dimension = FTT_DIMENSION;
   while (norm.infty > tolerance && maxit) {
     gfs_poisson_cycle (domain, &par, stream, vorticity, dia, res);

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list