[cig-commits] r14457 - in short/3D/PyLith/branches/pylith-swig/tests/1d: . line2

brad at geodynamics.org brad at geodynamics.org
Wed Mar 25 16:55:36 PDT 2009


Author: brad
Date: 2009-03-25 16:55:36 -0700 (Wed, 25 Mar 2009)
New Revision: 14457

Removed:
   short/3D/PyLith/branches/pylith-swig/tests/1d/line3/
Modified:
   short/3D/PyLith/branches/pylith-swig/tests/1d/line2/TestAxial.py
   short/3D/PyLith/branches/pylith-swig/tests/1d/line2/axialextension.cfg
Log:
Updated settings for full-scale test.

Modified: short/3D/PyLith/branches/pylith-swig/tests/1d/line2/TestAxial.py
===================================================================
--- short/3D/PyLith/branches/pylith-swig/tests/1d/line2/TestAxial.py	2009-03-25 23:41:57 UTC (rev 14456)
+++ short/3D/PyLith/branches/pylith-swig/tests/1d/line2/TestAxial.py	2009-03-25 23:55:36 UTC (rev 14457)
@@ -21,7 +21,7 @@
 
 
 # Local version of PyLithApp
-from pylith.PyLithApp import PyLithApp
+from pylith.apps.PyLithApp import PyLithApp
 class AxialPlaneStrainApp(PyLithApp):
   def __init__(self):
     PyLithApp.__init__(self, name="axialextension")

Modified: short/3D/PyLith/branches/pylith-swig/tests/1d/line2/axialextension.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/tests/1d/line2/axialextension.cfg	2009-03-25 23:41:57 UTC (rev 14456)
+++ short/3D/PyLith/branches/pylith-swig/tests/1d/line2/axialextension.cfg	2009-03-25 23:55:36 UTC (rev 14457)
@@ -20,7 +20,7 @@
 [axialextension.mesh_generator]
 #debug = 1
 
-[axialextension.mesh_generator.importer]
+[axialextension.mesh_generator.reader]
 filename = bar.mesh
 coordsys.space_dim = 1
 
@@ -44,8 +44,7 @@
 [axialextension.timedependent.materials.elastic]
 label = Elastic material
 id = 1
-db.iohandler.filename = matprops.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature1D
+properties_db.iohandler.filename = matprops.spatialdb
 quadrature.cell.shape = line
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list