[cig-commits] r22705 - in short/3D/PyLith/trunk/unittests/libtests: bc/data faults/data

knepley at geodynamics.org knepley at geodynamics.org
Wed Aug 7 02:27:11 PDT 2013


Author: knepley
Date: 2013-08-07 02:27:10 -0700 (Wed, 07 Aug 2013)
New Revision: 22705

Modified:
   short/3D/PyLith/trunk/unittests/libtests/bc/data/tri3.mesh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3.mesh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3b.mesh
Log:
Added interpolated mesh comments

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/tri3.mesh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/tri3.mesh	2013-08-06 22:24:08 UTC (rev 22704)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/tri3.mesh	2013-08-07 09:27:10 UTC (rev 22705)
@@ -25,6 +25,17 @@
 //    \ |   | /
 //      7---4
 //
+// Interpolated mesh with fault
+//      8-16--5
+//     /|     |\
+//   11 |     | 13
+//   /  |     |  \
+//  3 0 14 2 10 1 6
+//   \  |     |  /
+//    9 |     | 12
+//     \|     |/
+//      7-15--4
+//
 mesh = {
   dimension = 2
   use-index-zero = true

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3.mesh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3.mesh	2013-08-06 22:24:08 UTC (rev 22704)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3.mesh	2013-08-07 09:27:10 UTC (rev 22705)
@@ -1,3 +1,32 @@
+// Original mesh
+//      1
+//    / | \
+//   /  |  \
+//  0 0 | 1 3
+//   \  |  /
+//    \ | /
+//      2
+//
+// Sieve mesh
+//      3
+//    / | \
+//   /  |  \
+//  2 0 | 1 5
+//   \  |  /
+//    \ | /
+//      4
+//
+// Interpolated mesh with fault
+//      7-15--4
+//     /|     |\
+//   11 |     | 13
+//   /  |     |  \
+//  3 0 14 2 10 1 6
+//   \  |     |  /
+//    9 |     | 12
+//     \|     |/
+//      8-16--5
+//
 mesh = {
   dimension = 2
   use-index-zero = true

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3b.mesh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3b.mesh	2013-08-06 22:24:08 UTC (rev 22704)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/tri3b.mesh	2013-08-07 09:27:10 UTC (rev 22705)
@@ -1,3 +1,43 @@
+// Original mesh
+//      1
+//    / | \
+//   /  |  \
+//  0 0 | 1 3
+//   \  |  /
+//    \ | /
+//      2
+//
+// Sieve mesh
+//      3
+//    / | \
+//   /  |  \
+//  2 0 | 1 5
+//   \  |  /
+//    \ | /
+//      4
+//
+// Non-Interpolated mesh with fault
+//      4-15--7
+//     /|     |\
+//    / |     | \
+//   /  |     |  \
+//  3 0 |  2  | 1 6
+//   \  |     |  /
+//    \ |     | /
+//     \|     |/
+//      5-16--8
+//
+// Interpolated mesh with fault
+//      7-15--4
+//     /|     |\
+//   10 |     | 13
+//   /  |     |  \
+//  3 0 14 2  9 1 6
+//   \  |     |  /
+//   11 |     | 12
+//     \|     |/
+//      8-16--5
+//
 mesh = {
   dimension = 2
   use-index-zero = true



More information about the CIG-COMMITS mailing list