[cig-commits] r17274 - short/3D/PyLith/trunk/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Thu Oct 14 14:04:13 PDT 2010


Author: brad
Date: 2010-10-14 14:04:13 -0700 (Thu, 14 Oct 2010)
New Revision: 17274

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc
Log:
Removed unnecessary scatter for cell fields.

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc	2010-10-14 19:52:43 UTC (rev 17273)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc	2010-10-14 21:04:13 UTC (rev 17274)
@@ -218,9 +218,6 @@
     std::cout << "GLOBAL ORDER LOCAL SIZE: " << globalOrder->getLocalSize() << std::endl;
 
 #endif
-    // TODO: Create scatter only if necessary
-    field.createScatter();
-    field.scatterSectionToVector();
 
     PetscErrorCode err = 0;
     err = VecView(vector, _viewer);



More information about the CIG-COMMITS mailing list