[cig-commits] r7155 - short/3D/PyLith/trunk/unittests/libtests/faults/data

brad at geodynamics.org brad at geodynamics.org
Tue Jun 12 08:01:06 PDT 2007


Author: brad
Date: 2007-06-12 08:01:05 -0700 (Tue, 12 Jun 2007)
New Revision: 7155

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc
Log:
Updated to expected orientation of edges in cohesive cells for quad4 (consistent with edge order in cohesive cells for tri3).

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc	2007-06-12 12:39:48 UTC (rev 7154)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc	2007-06-12 15:01:05 UTC (rev 7155)
@@ -71,7 +71,7 @@
 const int pylith::faults::CohesiveDataQuad4::_cells[] = {
   2,  4,  5,  3,
   6,  7,  9,  8,
-  5,  4,  9,  8,
+  4,  5,  8,  9,
 };
 
 const int pylith::faults::CohesiveDataQuad4::_materialIds[] = {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc	2007-06-12 12:39:48 UTC (rev 7154)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc	2007-06-12 15:01:05 UTC (rev 7155)
@@ -71,7 +71,7 @@
 const int pylith::faults::CohesiveDataQuad4b::_cells[] = {
   4,  5,  3,  2,
   7,  9,  8,  6,
-  5,  4,  9,  8,
+  4,  5,  8,  9,
 };
 
 const int pylith::faults::CohesiveDataQuad4b::_materialIds[] = {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc	2007-06-12 12:39:48 UTC (rev 7154)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc	2007-06-12 15:01:05 UTC (rev 7155)
@@ -71,7 +71,7 @@
 const int pylith::faults::CohesiveDataQuad4c::_cells[] = {
   5,  3,  2,  4,
   9,  8,  6,  7,
-  5,  4,  9,  8,
+  4,  5,  8,  9,
 };
 
 const int pylith::faults::CohesiveDataQuad4c::_materialIds[] = {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc	2007-06-12 12:39:48 UTC (rev 7154)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc	2007-06-12 15:01:05 UTC (rev 7155)
@@ -71,7 +71,7 @@
 const int pylith::faults::CohesiveDataQuad4d::_cells[] = {
   3,  2,  4,  5,
   8,  6,  7,  9,
-  5,  4,  9,  8,
+  4,  5,  8,  9,
 };
 
 const int pylith::faults::CohesiveDataQuad4d::_materialIds[] = {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc	2007-06-12 12:39:48 UTC (rev 7154)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc	2007-06-12 15:01:05 UTC (rev 7155)
@@ -98,8 +98,8 @@
  13,  8,  9, 14,
   5,  7, 11, 10,
  14,  9, 12, 15,
-  7,  6, 14, 13,
- 11,  7, 15, 14,
+  6,  7, 13, 14,
+  7, 11, 14, 15,
 };
 
 const int pylith::faults::CohesiveDataQuad4e::_materialIds[] = {



More information about the cig-commits mailing list