[cig-commits] r14830 - short/3D/PyLith/branches/pylith-swig/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Thu Apr 30 17:43:05 PDT 2009


Author: brad
Date: 2009-04-30 17:43:04 -0700 (Thu, 30 Apr 2009)
New Revision: 14830

Modified:
   short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/shearxy.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/pylithapp.cfg	2009-05-01 00:34:23 UTC (rev 14829)
+++ short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/pylithapp.cfg	2009-05-01 00:43:04 UTC (rev 14830)
@@ -27,10 +27,10 @@
 [pylithapp.mesh_generator]
 #debug = 1   ; uncomment to get very verbose mesh information
 
-# Change the default mesh importer to the CUBIT importer.
-importer = pylith.meshio.MeshIOCubit
+# Change the default mesh reader to the CUBIT reader.
+reader = pylith.meshio.MeshIOCubit
 
-[pylithapp.mesh_generator.importer]
+[pylithapp.mesh_generator.reader]
 # Set filename of mesh to import.
 filename = box_hex8_1000m.exo
 
@@ -60,16 +60,14 @@
 [pylithapp.timedependent.materials.elastic]
 label = Elastic material
 id = 1
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
+properties_db.iohandler.filename = mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic]
 label = Viscoelastic material
 id = 2
-db.iohandler.filename = mat_viscoelastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
+properties_db.iohandler.filename = mat_viscoelastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 

Modified: short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/shearxy.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/shearxy.cfg	2009-05-01 00:34:23 UTC (rev 14829)
+++ short/3D/PyLith/branches/pylith-swig/examples/3d/hex8/shearxy.cfg	2009-05-01 00:43:04 UTC (rev 14830)
@@ -75,10 +75,10 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = shearxy-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
 cell_info_fields = [density,mu,lambda,maxwell_time]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = shearxy-statevars-viscoelastic.vtk



More information about the CIG-COMMITS mailing list