[cig-commits] r15063 - short/3D/PyLith/trunk/examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Tue May 26 15:57:36 PDT 2009


Author: brad
Date: 2009-05-26 15:57:36 -0700 (Tue, 26 May 2009)
New Revision: 15063

Modified:
   short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2009-05-26 22:29:50 UTC (rev 15062)
+++ short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2009-05-26 22:57:36 UTC (rev 15063)
@@ -66,10 +66,8 @@
 
 [pylithapp.timedependent.interfaces.fault]
 label = fault
-quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
-mat_db.iohandler.filename = mat_elastic.spatialdb
 
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 slip.iohandler.filename = finalslip.spatialdb
@@ -94,9 +92,9 @@
 
 # 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 = dislocation-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = dislocation-statevars-viscoelastic.vtk

Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2009-05-26 22:29:50 UTC (rev 15062)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2009-05-26 22:57:36 UTC (rev 15063)
@@ -24,9 +24,9 @@
 #debug = 1   ; uncomment to get very verbose mesh information
 
 # Change the default mesh importer to the LaGriT importer.
-importer = pylith.meshio.MeshIOLagrit
+reader = pylith.meshio.MeshIOLagrit
 
-[pylithapp.mesh_generator.importer]
+[pylithapp.mesh_generator.reader]
 # Set filenames of mesh and pset files to import.
 filename_gmv = tet4_1000m_binary.gmv
 filename_pset = tet4_1000m_binary.pset
@@ -66,7 +66,6 @@
 label = Elastic material
 id = 1
 db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 
@@ -74,7 +73,6 @@
 label = Viscoelastic material
 id = 2
 db.iohandler.filename = mat_viscoelastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 

Modified: short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2009-05-26 22:29:50 UTC (rev 15062)
+++ short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2009-05-26 22:57:36 UTC (rev 15063)
@@ -75,9 +75,9 @@
 
 # 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_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = shearxy-statevars-viscoelastic.vtk



More information about the CIG-COMMITS mailing list