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

brad at geodynamics.org brad at geodynamics.org
Wed Apr 18 16:05:37 PDT 2007


Author: brad
Date: 2007-04-18 16:05:37 -0700 (Wed, 18 Apr 2007)
New Revision: 6598

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData1D.cc
Log:
Added description.

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData1D.cc	2007-04-18 22:53:04 UTC (rev 6597)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData1D.cc	2007-04-18 23:05:37 UTC (rev 6598)
@@ -10,6 +10,14 @@
 // ======================================================================
 //
 
+/* Original mesh
+ *
+ *   0 -------- 1 -------- 2
+ *
+ * After adding cohesive elements
+ *   0 -------- 1 -- 3 -------- 2
+ */
+
 #include "CohesiveData1D.hh"
 
 const int pylith::faults::CohesiveData1D::_numVertices = 3;
@@ -40,7 +48,7 @@
 
 const int pylith::faults::CohesiveData1D::_materialIds[] = {
   0,  0,
-  2
+  1
 };
 
 const int pylith::faults::CohesiveData1D::_numGroups = 2;



More information about the cig-commits mailing list