[cig-commits] r22175 - short/3D/PyLith/trunk/examples/2d/greensfns/reverse

brad at geodynamics.org brad at geodynamics.org
Wed Jun 5 11:29:05 PDT 2013


Author: brad
Date: 2013-06-05 11:29:04 -0700 (Wed, 05 Jun 2013)
New Revision: 22175

Modified:
   short/3D/PyLith/trunk/examples/2d/greensfns/reverse/output_points.txt
Log:
Move output points just below ground surface.

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/reverse/output_points.txt
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/reverse/output_points.txt	2013-06-05 03:58:17 UTC (rev 22174)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/reverse/output_points.txt	2013-06-05 18:29:04 UTC (rev 22175)
@@ -6,16 +6,18 @@
 # Cartesian). To specify points in another coordinate system, use the
 # coordsys component of the OutputSolnPoints object. The points will
 # be transformed into the coordinate system of the mesh before
-# interpolation.
- -55.0  0.0
- -45.0  0.0
- -35.0  0.0
- -25.0  0.0
- -15.0  0.0
-  -5.0  0.0
-  +5.0  0.0
- +15.0  0.0
- +25.0  0.0
- +35.0  0.0
- +45.0  0.0
- +55.0  0.0
+# interpolation. Note that we place the points a small distance below
+# the ground surface to avoid placing the points exactly on the
+# boundary of the mesh.
+ -55.0  -1.0e-6
+ -45.0  -1.0e-6
+ -35.0  -1.0e-6
+ -25.0  -1.0e-6
+ -15.0  -1.0e-6
+  -5.0  -1.0e-6
+  +5.0  -1.0e-6
+ +15.0  -1.0e-6
+ +25.0  -1.0e-6
+ +35.0  -1.0e-6
+ +45.0  -1.0e-6
+ +55.0  -1.0e-6



More information about the CIG-COMMITS mailing list