[cig-commits] r17013 - short/3D/PyLith/branches/v1.5-stable/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Sat Jun 19 13:39:59 PDT 2010


Author: brad
Date: 2010-06-19 13:39:58 -0700 (Sat, 19 Jun 2010)
New Revision: 17013

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/topology/RefineUniform.cc
Log:
Disable refinement while Matt works on it. Interface with Sieve refined needs updating.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/topology/RefineUniform.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/topology/RefineUniform.cc	2010-06-17 04:09:49 UTC (rev 17012)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/topology/RefineUniform.cc	2010-06-19 20:39:58 UTC (rev 17013)
@@ -107,10 +107,12 @@
     new SieveMesh::sieve_type(mesh.comm(), mesh.debug());
 
   std::map<edge_type, point_type> edge2vertex;
-    
+   
+#if 0 // DON'T KNOW NEW INTERFACE 
   newSieveMesh->setSieve(newSieve);
   ALE::MeshBuilder<Mesh>::refineTetrahedra(*mesh.sieveMesh(), * newSieveMesh,
 					   edge2vertex);
+#endif
 
   // Fix material ids
   const int numCells = sieveMesh->heightStratum(0)->size();



More information about the CIG-COMMITS mailing list