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

brad at geodynamics.org brad at geodynamics.org
Tue Oct 14 15:59:44 PDT 2008


Author: brad
Date: 2008-10-14 15:59:43 -0700 (Tue, 14 Oct 2008)
New Revision: 13030

Modified:
   short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
Log:
Removed debugging output.

Modified: short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2008-10-14 21:50:29 UTC (rev 13029)
+++ short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2008-10-14 22:59:43 UTC (rev 13030)
@@ -482,7 +482,7 @@
     indices         = new int[faceSize];
     numFaultCorners = ifault->getNumCellCorners(p, ifault->depth(p));
   }
-  ifault->view("Serial fault mesh");
+  //ifault->view("Serial fault mesh");
 
   // Add new shadow vertices and possibly Lagrange multipler vertices
   const Obj<Mesh::label_sequence>&   fVertices       = ifault->depthStratum(0);
@@ -945,7 +945,7 @@
     fCoordinates->updatePoint(fRenumbering[*v_iter], coordinates->restrictPoint(*v_iter));
   }
 #endif
-  (*ifault)->view("Parallel fault mesh");
+  //(*ifault)->view("Parallel fault mesh");
 
   // Create the parallel overlap
   //   Can I figure this out in a nicer way?
@@ -965,8 +965,8 @@
   ALE::SetFromMap<Mesh::renumbering_type> globalPoints(gRenumbering);
   ALE::OverlapBuilder<>::constructOverlap(globalPoints, gRenumbering, sendParallelMeshOverlap, recvParallelMeshOverlap);
   (*ifault)->setCalculatedOverlap(true);
-  sendParallelMeshOverlap->view("Send parallel fault overlap");
-  recvParallelMeshOverlap->view("Recv parallel fault overlap");
+  //sendParallelMeshOverlap->view("Send parallel fault overlap");
+  //recvParallelMeshOverlap->view("Recv parallel fault overlap");
 }
 
 // ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-14 21:50:29 UTC (rev 13029)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2008-10-14 22:59:43 UTC (rev 13030)
@@ -85,7 +85,7 @@
 
   CohesiveTopology::createParallel(&_faultMesh, &_cohesiveToFault, mesh, id(),
 				   _useLagrangeConstraints());
-  _faultMesh->getLabel("height")->view("Fault mesh height");
+  //_faultMesh->getLabel("height")->view("Fault mesh height");
 
   //_faultMesh->view("FAULT MESH");
 



More information about the cig-commits mailing list