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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:32 UTC 2009


The following commit has been merged in the upstream branch:
commit 7230ace13c890be379d57462bce4ded6a13f1548
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sat Jun 7 18:08:55 2008 +1000

    Maximum timestep is not limited
    
    darcs-hash:20080607080855-d4795-1cd851ddd2af55b767392d5d2fb7929cffd8658f.gz

diff --git a/src/domain.c b/src/domain.c
index 6caa042..d133170 100644
--- a/src/domain.c
+++ b/src/domain.c
@@ -2225,7 +2225,7 @@ gdouble gfs_domain_cfl (GfsDomain * domain,
 
   g_return_val_if_fail (domain != NULL, 0.);
 
-  p.cfl = 1.;
+  p.cfl = G_MAXDOUBLE;
   gfs_domain_face_traverse (domain, FTT_XYZ, FTT_PRE_ORDER, flags, max_depth, 
 			    (FttFaceTraverseFunc) minimum_mac_cfl, &p.cfl);
   p.v = gfs_domain_velocity (domain);

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list