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

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


The following commit has been merged in the upstream branch:
commit 7b92a3820330c70f11f72252f2622a4383808b71
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Dec 6 14:21:25 2006 +1100

    Default boundary conditions for velocity diffusion were not applied properly
    
    darcs-hash:20061206032125-d4795-36e479b3364346398d85c15bec925b209ceac523.gz

diff --git a/src/poisson.c b/src/poisson.c
index 0c1b2e7..8442152 100644
--- a/src/poisson.c
+++ b/src/poisson.c
@@ -878,6 +878,7 @@ void gfs_diffusion_cycle (GfsDomain * domain,
   g_return_if_fail (res != NULL);
 
   dp = gfs_temporary_variable (domain);
+  dp->component = u->component;
 
   /* compute residual on non-leafs cells */
   gfs_domain_cell_traverse (domain, 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list