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

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


The following commit has been merged in the upstream branch:
commit b047fc0b1bd4cde01c87106e547a82f29c50bce2
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Dec 2 13:11:13 2008 +1100

    Bug fix for BC of diffusion equation
    
    darcs-hash:20081202021113-d4795-2c60db91c4cc1fd6ef610d1b6c6e03ee95c95d8a.gz

diff --git a/src/poisson.c b/src/poisson.c
index d12e19a..79037ee 100644
--- a/src/poisson.c
+++ b/src/poisson.c
@@ -1084,6 +1084,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