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

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


The following commit has been merged in the upstream branch:
commit 490ed28ebf383b74a70b786e54f0ff02a8f701d7
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Mon Apr 3 08:25:13 2006 +1000

    Updated docs
    
    darcs-hash:20060402222513-d4795-53411119a97cc991f0112cdcaf3112f2487f4c2b.gz

diff --git a/NEWS b/NEWS
index 1bf7b3e..a99e3fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+03/04/2006: Release 0.9.2
+
+The most significant improvements in this release are:
+
+- Important bug fixes and improvements for the multilevel Poisson
+  solver can reduce the overall computational cost by a factor of five
+  or more depending on the problem.
+- Variable mesh resolution along solid boundaries is now allowed and
+  has been well tested (note however that time-adaptive variable
+  resolution is not allowed on solid boundaries yet).
+- The robustness of the solution procedure has been much improved in
+  the case of very complex solid boundaries.
+
+Other improvements include:
+
+- Debian package snapshots.
+- Adaptive refinement of VOF-advected tracers.
+- Preliminary implementation of CSF surface tension using Renardy et
+  al. "proper discretisation".
+- Solid boundaries can be refined according to the local curvature.
+- Implicit Coriolis terms work with the Navier-Stokes solver.
+- Support for "thin" 3D domains.
+
+Bug fixes:
+
+- Several bug fixes for special cases of solid boundaries.
+- Bug fixes for "GfsAdapt" events.
+
 17/10/2005: Release 0.8.0
 
 Quite a lot of important new features and bug fixes in this release. I
diff --git a/doc/tmpl/fluid.sgml b/doc/tmpl/fluid.sgml
index 5d3d530..efe0f3f 100644
--- a/doc/tmpl/fluid.sgml
+++ b/doc/tmpl/fluid.sgml
@@ -58,14 +58,6 @@ Evaluates to the value of variable @index in @cell.
 @fa: 
 
 
-<!-- ##### MACRO GFS_IS_SMALL ##### -->
-<para>
-
-</para>
-
- at cell: 
-
-
 <!-- ##### MACRO GFS_CELL_IS_BOUNDARY ##### -->
 <para>
 
@@ -101,6 +93,7 @@ The fluid variables associated with a fluid cell.
 @name: 
 @centered: 
 @fine_coarse: 
+ at coarse_fine: 
 @sources: 
 @surface_bc: 
 @domain: 
diff --git a/doc/tmpl/gfs-unused.sgml b/doc/tmpl/gfs-unused.sgml
index c869aac..1f81fb4 100644
--- a/doc/tmpl/gfs-unused.sgml
+++ b/doc/tmpl/gfs-unused.sgml
@@ -274,6 +274,13 @@ Evaluates to the index of the neighboring direction opposite to @i.
 
 @obj: 
 
+<!-- ##### MACRO GFS_IS_SMALL ##### -->
+<para>
+
+</para>
+
+ at cell: 
+
 <!-- ##### MACRO GFS_IS_SOURCE_CONSTANT ##### -->
 <para>
 
diff --git a/doc/tmpl/output_simulation.sgml b/doc/tmpl/output_simulation.sgml
index ec31807..24d2544 100644
--- a/doc/tmpl/output_simulation.sgml
+++ b/doc/tmpl/output_simulation.sgml
@@ -87,6 +87,7 @@ with
 @var: 
 @binary: 
 @surface: 
+ at format: 
 
 <!-- ##### FUNCTION gfs_output_simulation_class ##### -->
 <para>
diff --git a/doc/tmpl/poisson.sgml b/doc/tmpl/poisson.sgml
index 25a3e6c..42bfd81 100644
--- a/doc/tmpl/poisson.sgml
+++ b/doc/tmpl/poisson.sgml
@@ -27,6 +27,7 @@ Poisson solver
 @erelax: 
 @minlevel: 
 @nitermax: 
+ at nitermin: 
 @dimension: 
 @niter: 
 @depth: 
@@ -136,6 +137,7 @@ Poisson solver
 @p: 
 @g: 
 @dt: 
+ at w: 
 <!-- # Unused Parameters # -->
 @face: 
 @par: 
diff --git a/doc/tmpl/simulation.sgml b/doc/tmpl/simulation.sgml
index 7258b50..f9aa05f 100644
--- a/doc/tmpl/simulation.sgml
+++ b/doc/tmpl/simulation.sgml
@@ -61,10 +61,8 @@ Simulations
 @approx_projection_params: 
 @advection_params: 
 @surface: 
+ at thin: 
 @output_surface: 
- at interface: 
- at itree: 
- at i_is_open: 
 @refines: 
 @adapts: 
 @adapts_stats: 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list