[cig-commits] r17151 - in short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults: . data

brad at geodynamics.org brad at geodynamics.org
Mon Aug 30 13:27:52 PDT 2010


Author: brad
Date: 2010-08-30 13:27:52 -0700 (Mon, 30 Aug 2010)
New Revision: 17151

Modified:
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/TestFaultCohesive.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8b.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8d.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8e.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8f.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8g.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8h.cc
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8i.cc
Log:
Updated for adjustment of vertex order on hex faces.

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/TestFaultCohesive.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/TestFaultCohesive.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/TestFaultCohesive.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -418,7 +418,7 @@
 { // testAdjustTopologyHex8h
   CohesiveDataHex8h data;
   FaultCohesiveTract fault;
-  _testAdjustTopology(&fault, data, false);
+  _testAdjustTopology(&fault, data, true);
 } // testAdjustTopologyHex8h
 
 // ----------------------------------------------------------------------
@@ -551,6 +551,8 @@
 				   tolerance);
   } // for
 
+  mesh.view("MESH");
+
   // check cells
   const ALE::Obj<SieveMesh::sieve_type>& sieve = sieveMesh->getSieve();
   CPPUNIT_ASSERT(!sieve.isNull());

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8b.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8b.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8b.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -72,7 +72,7 @@
 const int pylith::faults::CohesiveDataHex8b::_cells[] = {
   2, 14, 15,  3,  4, 16, 17,  5,
   6, 10, 11,  7,  8, 12, 13,  9,
-  8,  9,  7,  6, 16, 17, 15, 14,
+  7,  6, 8, 9, 15, 14, 16, 17,
 };
 
 const int pylith::faults::CohesiveDataHex8b::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8d.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8d.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8d.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -72,7 +72,7 @@
 const int pylith::faults::CohesiveDataHex8d::_cells[] = {
   4,  8,  6,  2,  5,  9,  7,  3,
  16, 12, 10, 14, 17, 13, 11, 15,
-  6,  7,  9,  8, 14, 15, 17, 16,
+  8, 6,  7,  9,  16, 14, 15, 17,
 };
 
 const int pylith::faults::CohesiveDataHex8d::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8e.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8e.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8e.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -72,7 +72,7 @@
 const int pylith::faults::CohesiveDataHex8e::_cells[] = {
   5,  9,  8,  4,  3,  7,  6,  2,
  17, 13, 12, 16, 15, 11, 10, 14,
-  8,  6,  7,  9, 16, 14, 15, 17,
+  9, 8,  6,  7,  17, 16, 14, 15,
 };
 
 const int pylith::faults::CohesiveDataHex8e::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8f.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8f.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8f.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -72,7 +72,7 @@
 const int pylith::faults::CohesiveDataHex8f::_cells[] = {
   3, 15, 17,  5,  2, 14, 16,  4,
   7, 11, 13,  9,  6, 10, 12,  8,
-  6,  8,  9,  7, 14, 16, 17, 15,
+  9, 7, 6,  8,  17, 15, 14, 16,
 };
 
 const int pylith::faults::CohesiveDataHex8f::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8g.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8g.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8g.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -98,8 +98,8 @@
    6, 24, 25,  7,  8, 26, 27,  9,
   10, 16, 17, 11, 12, 18, 19, 13,
   12, 18, 19, 13, 14, 20, 21, 15,
-  12, 13, 11, 10, 24, 25, 23, 22,
-  14, 15, 13, 12, 26, 27, 25, 24,
+  11, 10, 12, 13, 23, 22, 24, 25,
+  13, 12, 14, 15, 25, 24, 26, 27,
 };
 
 const int pylith::faults::CohesiveDataHex8g::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8h.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8h.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8h.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -97,8 +97,8 @@
   19, 18, 20, 21, 13, 12, 14, 15,
   11, 17, 19, 13, 10, 16, 18, 12,
   27, 26,  8,  9, 25, 24,  6,  7,
-  11, 10, 12, 13, 23, 22, 24, 25,
-  12, 14, 15, 13, 24, 26, 27, 25, 
+  13, 11, 10, 12, 25, 23, 22, 24,
+  15, 13, 12, 14, 27, 25, 24, 26,
 };
 
 const int pylith::faults::CohesiveDataHex8h::_materialIds[] = {

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8i.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8i.cc	2010-08-30 20:27:41 UTC (rev 17150)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/faults/data/CohesiveDataHex8i.cc	2010-08-30 20:27:52 UTC (rev 17151)
@@ -90,8 +90,8 @@
    41, 35, 30, 38, 42, 36, 31, 39,
    27, 28, 38, 37, 32, 33, 41, 40,
    15, 14, 13, 24, 19, 18, 17, 26,
-   24, 23, 20, 21, 41, 40, 37, 38,
-   21, 22, 25, 24, 38, 39, 42, 41,
+   20, 21, 24, 23, 37, 38, 41, 40,
+   24, 21, 22, 25, 41, 38, 39, 42,
 };
 
 const int pylith::faults::CohesiveDataHex8i::_materialIds[] = {



More information about the CIG-COMMITS mailing list