[cig-commits] r4469 - short/3D/PyLith/branches/pylith-0.8/pylith3d/module

knepley at geodynamics.org knepley at geodynamics.org
Tue Sep 5 06:38:26 PDT 2006


Author: knepley
Date: 2006-09-05 06:38:26 -0700 (Tue, 05 Sep 2006)
New Revision: 4469

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc
Log:
Looks like parallel bm1b is working


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-09-05 03:24:42 UTC (rev 4468)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/scanner.cc	2006-09-05 13:38:26 UTC (rev 4469)
@@ -284,7 +284,7 @@
   const Obj<section_type>&                  section  = mesh->getSection("displacement");
   const Obj<topology_type::label_sequence>& vertices = section->getTopology()->depthStratum(0, 0);
 
-  section->setDebug(1);
+  //section->setDebug(1);
   section->setFiberDimensionByDepth(0, 0, 3);
   for(topology_type::label_sequence::iterator v_iter = vertices->begin(); v_iter != vertices->end(); ++v_iter) {
     int numConstraints = boundaries->getFiberDimension(patch, *v_iter);



More information about the cig-commits mailing list