[cig-commits] r13949 - short/3D/PyLith/branches/pylith-swig/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Sun Jan 25 15:09:49 PST 2009


Author: brad
Date: 2009-01-25 15:09:49 -0800 (Sun, 25 Jan 2009)
New Revision: 13949

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/meshio/MeshBuilder.cc
Log:
Improved Mesh object- added communicator and debug flag as members; added createSieveMesh().

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/meshio/MeshBuilder.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/meshio/MeshBuilder.cc	2009-01-25 23:09:37 UTC (rev 13948)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/meshio/MeshBuilder.cc	2009-01-25 23:09:49 UTC (rev 13949)
@@ -65,6 +65,7 @@
   } // check
 
   MPI_Bcast(&dim, 1, MPI_INT, 0, comm);
+  mesh->createSieveMesh(dim);
   const ALE::Obj<SieveMesh>& sieveMesh = mesh->sieveMesh();
   assert(!sieveMesh.isNull());
 



More information about the CIG-COMMITS mailing list