[cig-commits] r17132 - short/3D/PyLith/trunk/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Thu Aug 26 23:54:59 PDT 2010


Author: brad
Date: 2010-08-26 23:54:59 -0700 (Thu, 26 Aug 2010)
New Revision: 17132

Modified:
   short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
Log:
Updated interface to Sieve uniform global refinement.

Modified: short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-08-27 05:27:00 UTC (rev 17131)
+++ short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-08-27 06:54:59 UTC (rev 17132)
@@ -119,14 +119,12 @@
   ALE::MeshBuilder<Mesh>::refineTetrahedra(*mesh.sieveMesh(), * newSieveMesh,
 					   edge2vertex);
 #else
-#if 0 // DON'T KNOW NEW INTERFACE 
   // Is arg to CellRefiner constructor the new mesh or the old mesh?
   ALE::MeshBuilder<SieveMesh>::CellRefiner<SieveMesh,edge_type> refiner(*newSieveMesh);
 
   ALE::MeshBuilder<SieveMesh>::refineGeneral< SieveMesh,
     ALE::MeshBuilder<SieveMesh>::CellRefiner<SieveMesh,edge_type> >(*sieveMesh, *newSieveMesh, refiner);
 #endif
-#endif
 
   // Fix material ids
   const int numCells = sieveMesh->heightStratum(0)->size();



More information about the CIG-COMMITS mailing list