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

knepley at geodynamics.org knepley at geodynamics.org
Sat Sep 6 07:18:58 PDT 2008


Author: knepley
Date: 2008-09-06 07:18:44 -0700 (Sat, 06 Sep 2008)
New Revision: 12825

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc
Log:
Put coordinates into fault mesh


Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc	2008-09-06 00:38:51 UTC (rev 12824)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc	2008-09-06 14:18:44 UTC (rev 12825)
@@ -75,6 +75,7 @@
     // Get group of vertices associated with fault
     const ALE::Obj<int_section_type>& groupField = 
       mesh->getIntSection(label());
+    faultMesh->setRealSection("coordinates", mesh->getRealSection("coordinates"));
 
     CohesiveTopology::create(faultMesh, faultBd, mesh, groupField, id(), _useLagrangeConstraints());
   } else {



More information about the cig-commits mailing list