[cig-commits] commit: Update UPGRADE

Mercurial hg at geodynamics.org
Mon Mar 1 15:43:49 PST 2010


changeset:   260:fb941ed58ed5
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Mar 01 15:42:21 2010 -0800
files:       UPGRADE
description:
Update UPGRADE


diff -r 92c2d5172691 -r fb941ed58ed5 UPGRADE
--- a/UPGRADE	Mon Mar 01 15:41:57 2010 -0800
+++ b/UPGRADE	Mon Mar 01 15:42:21 2010 -0800
@@ -266,6 +266,26 @@ what the SurfaceAdaptor covers.  Only th
 what the SurfaceAdaptor covers.  Only the region specified by
 SurfaceAdaptor will get filled.  In previous releases, a shape created
 with a SurfaceAdaptor was implicitly filled.
+
+---------------
+
+If you used the Gale_SurfaceProcess plugin, it has been renamed to
+Underworld_SurfaceProcess.  You need to specify it at the beginning
+like all of the other plugins
+
+    <struct>
+      <param name="Type">Underworld_SurfaceProcess</param>
+      <param name="Context">context</param>
+    </struct>
+
+Also, you need to put the diffusionCoefficient into the SurfaceProcess
+struct.  An example would be
+
+  <struct name="SurfaceProcess">
+    <param name="mesh">mesh-linear</param>
+    <param name="VelocityField">VelocityField</param>
+    <param name="diffusionCoefficient">1.0e1</param>
+  </struct>
 
 ---------------
 



More information about the CIG-COMMITS mailing list