[cig-commits] r19119 - short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Thu Oct 27 09:25:41 PDT 2011


Author: brad
Date: 2011-10-27 09:25:40 -0700 (Thu, 27 Oct 2011)
New Revision: 19119

Modified:
   short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/faults/FaultCohesiveDyn.cc
Log:
Fixed bug in initial fault ractions. Vertex-based fields should not be assembled across processors using Field::complete().

Modified: short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/faults/FaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/faults/FaultCohesiveDyn.cc	2011-10-27 00:57:07 UTC (rev 19118)
+++ short/3D/PyLith/branches/v1.6-stable/libsrc/pylith/faults/FaultCohesiveDyn.cc	2011-10-27 16:25:40 UTC (rev 19119)
@@ -1406,8 +1406,6 @@
   // Close properties database
   _dbInitialTract->close();
 
-  initialTractions.complete(); // Assemble contributions
-
   //initialTractions.view("INITIAL TRACTIONS"); // DEBUGGING
 } // _setupInitialTractions
 



More information about the CIG-COMMITS mailing list