[cig-commits] r15581 - short/3D/PyLith/trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Sun Aug 23 16:26:02 PDT 2009


Author: brad
Date: 2009-08-23 16:26:02 -0700 (Sun, 23 Aug 2009)
New Revision: 15581

Modified:
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
Log:
Removed temporary debugging stuff.

Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2009-08-23 23:25:11 UTC (rev 15580)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2009-08-23 23:26:02 UTC (rev 15581)
@@ -208,9 +208,9 @@
     self._info.log("Solving equations.")
     residual = self.fields.get("residual")
     self._eventLogger.stagePush("Solve")
-    self.jacobian.view() # TEMPORARY
+    #self.jacobian.view() # TEMPORARY
     self.solver.solve(dispIncr, self.jacobian, residual)
-    dispIncr.view("DISP INCR") # TEMPORARY
+    #dispIncr.view("DISP INCR") # TEMPORARY
 
     # DEBUGGING Verify solution makes residual 0
     #self._reformResidual(t+dt, dt)



More information about the CIG-COMMITS mailing list