[cig-commits] r6603 - short/3D/PyLith/trunk/libsrc/faults

knepley at geodynamics.org knepley at geodynamics.org
Wed Apr 18 18:01:53 PDT 2007


Author: knepley
Date: 2007-04-18 18:01:52 -0700 (Wed, 18 Apr 2007)
New Revision: 6603

Modified:
   short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
Log:
Needed to restratify mesh after adding cohesive elements


Modified: short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2007-04-19 00:29:40 UTC (rev 6602)
+++ short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2007-04-19 01:01:52 UTC (rev 6603)
@@ -186,6 +186,7 @@
       sieve->addArrow(vertexRenumber[*v_iter], newPoint, color++);
     }
   } // for
+  mesh->stratify();
   mesh->view("Mesh with Cohesive Elements");
 
   // Fix coordinates



More information about the cig-commits mailing list