[cig-commits] r21283 - short/3D/PyLith/trunk/unittests/pytests/feassemble

brad at geodynamics.org brad at geodynamics.org
Mon Jan 21 10:42:47 PST 2013


Author: brad
Date: 2013-01-21 10:42:46 -0800 (Mon, 21 Jan 2013)
New Revision: 21283

Modified:
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py
Log:
Updated unit test (remove obsolete useSolnIncr test).

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py	2013-01-19 18:05:34 UTC (rev 21282)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py	2013-01-21 18:42:46 UTC (rev 21283)
@@ -121,22 +121,6 @@
     return
 
 
-  def test_useSolnIncr(self):
-    """
-    Test useSolnIncr().
-
-    WARNING: This is not a rigorous test of useSolnIncr() because we
-    neither set the input fields or verify the results.
-    """
-    (mesh, integrator) = self._preinitialize()
-    fields = self._initialize(mesh, integrator)
-
-    integrator.useSolnIncr(True)
-
-    # No test of result.
-    return
-
-
   def test_integrateResidual(self):
     """
     Test integrateResidual().

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py	2013-01-19 18:05:34 UTC (rev 21282)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py	2013-01-21 18:42:46 UTC (rev 21283)
@@ -121,22 +121,6 @@
     return
 
 
-  def test_useSolnIncr(self):
-    """
-    Test useSolnIncr().
-
-    WARNING: This is not a rigorous test of useSolnIncr() because we
-    neither set the input fields or verify the results.
-    """
-    (mesh, integrator) = self._preinitialize()
-    fields = self._initialize(mesh, integrator)
-
-    integrator.useSolnIncr(True)
-
-    # No test of result.
-    return
-
-
   def test_integrateResidual(self):
     """
     Test integrateResidual().



More information about the CIG-COMMITS mailing list