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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 17:18:06 PDT 2007


Author: brad
Date: 2007-06-01 17:18:06 -0700 (Fri, 01 Jun 2007)
New Revision: 7042

Modified:
   short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
Log:
Switched default formulation to implicit time stepping.

Modified: short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2007-06-01 23:57:34 UTC (rev 7041)
+++ short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2007-06-02 00:18:06 UTC (rev 7042)
@@ -61,10 +61,10 @@
                                    validator=pyre.inventory.choice([1,2,3]))
     dimension.meta['tip'] = "Spatial dimension of problem space."
 
-    from Explicit import Explicit
+    from Implicit import Implicit
     formulation = pyre.inventory.facility("formulation",
                                           family="pde_formulation",
-                                          factory=Explicit)
+                                          factory=Implicit)
     formulation.meta['tip'] = "Formulation for solving PDE."
 
     from pylith.utils.CheckpointTimer import CheckpointTimer



More information about the cig-commits mailing list