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

brad at geodynamics.org brad at geodynamics.org
Sat Nov 1 16:15:07 PDT 2008


Author: brad
Date: 2008-11-01 16:15:07 -0700 (Sat, 01 Nov 2008)
New Revision: 13215

Modified:
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
Log:
Removed old commented out code.

Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2008-11-01 23:14:34 UTC (rev 13214)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2008-11-01 23:15:07 UTC (rev 13215)
@@ -220,19 +220,7 @@
 
     Formulation.poststep(self, t, dt)
 
-    # If finishing first time step, then switch from solving for total
-    # displacements to solving for incremental displacements
-    #if self._step0 and (t + dt) < self.timeStep.totalTime:
-    #  self._info.log("Switching from total field solution to incremental " \
-    #                 "field solution.")
-    #  for constraint in self.constraints:
-    #    constraint.useSolnIncr(True)
-    #  for integrator in self.integrators:
-    #    integrator.useSolnIncr(True)
-    #  self._reformJacobian(t, dt)
-    #  self._step0 = False
     self._stepCount += 1
-
     self._logger.eventEnd(logEvent)
     return
 



More information about the CIG-COMMITS mailing list