[cig-commits] r14851 - short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4

brad at geodynamics.org brad at geodynamics.org
Sun May 3 17:02:56 PDT 2009


Author: brad
Date: 2009-05-03 17:02:55 -0700 (Sun, 03 May 2009)
New Revision: 14851

Modified:
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialdisp.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialtract.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/dislocation.cfg
Log:
Updated example settings.

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialdisp.cfg	2009-05-03 22:07:00 UTC (rev 14850)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialdisp.cfg	2009-05-04 00:02:55 UTC (rev 14851)
@@ -116,5 +116,5 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = axialdisp-statevars.vtk

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialtract.cfg	2009-05-03 22:07:00 UTC (rev 14850)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/axialtract.cfg	2009-05-04 00:02:55 UTC (rev 14851)
@@ -104,7 +104,6 @@
 db.iohandler.filename = axialtract.spatialdb
 db.query_type = nearest
 
-quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
@@ -148,7 +147,6 @@
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 2D fault is 1D with a linear shape.
-quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 
@@ -170,7 +168,7 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = axialtract-statevars.vtk
 
 # Give basename for VTK output of traction BC information.

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/dislocation.cfg	2009-05-03 22:07:00 UTC (rev 14850)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twoquad4/dislocation.cfg	2009-05-04 00:02:55 UTC (rev 14851)
@@ -99,7 +99,6 @@
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 2D fault is 1D with a linear shape.
-quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 
@@ -125,5 +124,5 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = dislocation-statevars.vtk



More information about the CIG-COMMITS mailing list