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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:39 UTC 2009


The following commit has been merged in the upstream branch:
commit 5a90f97ab25d8168f6c9576aefab2e0573f243bf
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Sep 7 14:33:50 2007 +1000

    Minor maintenance (comments, valgrind stuff etc...)
    
    darcs-hash:20070907043350-d4795-61a60c8c445a2d76e7fec6c65a9c0ab2151c60df.gz

diff --git a/src/advection.c b/src/advection.c
index 0ea86eb..cb3d0b0 100644
--- a/src/advection.c
+++ b/src/advection.c
@@ -891,7 +891,8 @@ fprintf (stderr, "%g %g %g\n",
     i = merged;
     while (i) {
       FttCell * cell = i->data;
-
+      /* fixme: small cells should be excluded here?? 
+	 (with corresponding modification in total_vol) */
       GFS_VARIABLE (cell, par->v->i) += w;
       i = i->next;
     }
diff --git a/src/ld-2.3.6.supp b/src/ld-2.3.6.supp
new file mode 100644
index 0000000..e9d1939
--- /dev/null
+++ b/src/ld-2.3.6.supp
@@ -0,0 +1,30 @@
+#
+# Valgrind suppresion for ld-2.3.6.so dl_open()
+#
+
+{
+   ld-2.3.6.so/dl_open(Addr4)
+   Memcheck:Addr4
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/tls/i686/cmov/libc-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   fun:_dl_open
+   obj:/lib/tls/i686/cmov/libdl-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/tls/i686/cmov/libdl-2.3.6.so
+   fun:dlopen
+}
+
+{
+   ld-2.3.6.so/dl_open(Cond)
+   Memcheck:Cond
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/tls/i686/cmov/libc-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   fun:_dl_open
+   obj:/lib/tls/i686/cmov/libdl-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/tls/i686/cmov/libdl-2.3.6.so
+   fun:dlopen
+}
diff --git a/src/simulation.c b/src/simulation.c
index 7bf8f85..91479f9 100644
--- a/src/simulation.c
+++ b/src/simulation.c
@@ -628,6 +628,8 @@ static gdouble cell_2nd_principal_invariant (FttCell * cell, FttCellFace * face,
 static void simulation_init (GfsSimulation * object)
 {
   GfsDomain * domain = GFS_DOMAIN (object);
+  /* Please update http://gfs.sourceforge.net/wiki/index.php/Domain_variables 
+     when changing this list */
   static GfsDerivedVariableInfo derived_variable[] = {
     { "x", "x-coordinate of the center of mass of the cell", cell_x },
     { "y", "y-coordinate of the center of mass of the cell", cell_y },

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list