[SCM] Gerris Flow Solver branch, upstream,	updated. b3aa46814a06c9cb2912790b23916ffb44f1f203
    Stephane Popinet 
    popinet at users.sf.net
       
    Fri May 15 02:54:07 UTC 2009
    
    
  
The following commit has been merged in the upstream branch:
commit 7e98062b210e8eec083059edff7548eb3081b6c2
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Mar 16 12:32:20 2007 +1100
    Initial timestep is set to zero (not one)
    
    darcs-hash:20070316013220-d4795-4b93e0004cc986b423821b9d1f3c3e47074f83b2.gz
diff --git a/src/advection.c b/src/advection.c
index cfa136d..65002ad 100644
--- a/src/advection.c
+++ b/src/advection.c
@@ -890,7 +890,7 @@ void gfs_advection_params_init (GfsAdvectionParams * par)
   par->u = NULL;
   par->g = NULL;
   par->cfl = 0.8;
-  par->dt = 1.;
+  par->dt = 0.;
   par->gradient = gfs_center_gradient;
   par->upwinding = GFS_FACE_UPWINDING;
   par->use_centered_velocity = TRUE;
-- 
Gerris Flow Solver
    
    
More information about the debian-science-commits
mailing list