[cig-commits] r20634 - short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/feassemble

brad at geodynamics.org brad at geodynamics.org
Mon Aug 27 13:07:52 PDT 2012


Author: brad
Date: 2012-08-27 13:07:51 -0700 (Mon, 27 Aug 2012)
New Revision: 20634

Modified:
   short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py
Log:
Fixed error in setup of Python unit test.

Modified: short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py	2012-08-27 13:44:58 UTC (rev 20633)
+++ short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py	2012-08-27 20:07:51 UTC (rev 20634)
@@ -289,6 +289,7 @@
     fields.add("disp(t+dt)", "displacement")
     fields.add("disp(t)", "displacement")
     fields.add("disp(t-dt)", "displacement")
+    fields.add("velocity(t)", "velocity")
     fields.add("acceleration(t)", "acceleration")
     fields.solutionName("disp(t+dt)")
 



More information about the CIG-COMMITS mailing list