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

willic3 at geodynamics.org willic3 at geodynamics.org
Fri May 18 08:56:01 PDT 2007


Author: willic3
Date: 2007-05-18 08:55:56 -0700 (Fri, 18 May 2007)
New Revision: 6920

Modified:
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
Log:
Minor changes.



Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2007-05-18 04:20:53 UTC (rev 6919)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2007-05-18 15:55:56 UTC (rev 6920)
@@ -22,7 +22,7 @@
 # Implicit class
 class Implicit(Formulation):
   """
-  Python Implicit object for solving equations using an explicit
+  Python Implicit object for solving equations using an implicit
   formulation.
 
   The formulation has the general form, [A(t+dt)] {u(t+dt)} = {b(t+dt)},
@@ -162,7 +162,7 @@
 
 def pde_formulation():
   """
-  Factory associated with Explicit.
+  Factory associated with Implicit.
   """
   return Implicit()
 



More information about the cig-commits mailing list