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

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


The following commit has been merged in the upstream branch:
commit 69a1aa0d19f0a9cbd5d8f3420334a28ffc84c393
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Mar 1 14:53:23 2007 +1100

    Fixed face_bc() for GfsBcDirichlet
    
    darcs-hash:20070301035323-d4795-e204ea279c80ca67477e2ba7222b60a4b4ed3db2.gz

diff --git a/src/boundary.c b/src/boundary.c
index 10d83b2..d29eb18 100644
--- a/src/boundary.c
+++ b/src/boundary.c
@@ -236,7 +236,7 @@ static void homogeneous_dirichlet (FttCellFace * f, GfsBc * b)
 
 static void face_dirichlet (FttCellFace * f, GfsBc * b)
 {
-  GFS_STATE (f->cell)->f[f->d].v = 
+  GFS_STATE (f->cell)->f[f->d].v = GFS_STATE (f->neighbor)->f[FTT_OPPOSITE_DIRECTION (f->d)].v = 
     gfs_function_face_value (GFS_BC_VALUE (b)->val, f);
 }
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list