[cig-commits] r12299 - short/3D/PyLith/trunk/examples/3d/hex8
brad at geodynamics.org
brad at geodynamics.org
Fri Jun 20 15:42:50 PDT 2008
Author: brad
Date: 2008-06-20 15:42:50 -0700 (Fri, 20 Jun 2008)
New Revision: 12299
Modified:
short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
Log:
Fixed skipping of time steps for volume and state variable output (skip=9 means once every 100 years).
Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg 2008-06-20 22:42:30 UTC (rev 12298)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg 2008-06-20 22:42:50 UTC (rev 12299)
@@ -119,7 +119,7 @@
# ----------------------------------------------------------------------
# Give basename for VTK domain output of solution over domain.
[pylithapp.problem.formulation.output.domain]
-skip = 10
+skip = 9
writer.filename = savageprescott.vtk
writer.time_format = %04.0f
writer.time_constant = 1.0*year
@@ -141,16 +141,15 @@
# Give basename for VTK output of state variables.
[pylithapp.timedependent.materials.elastic.output]
-skip = 10
+skip = 9
cell_filter = pylith.meshio.CellFilterAvg
writer.filename = savageprescott-statevars-elastic.vtk
writer.time_format = %04.0f
writer.time_constant = 1.0*year
[pylithapp.timedependent.materials.viscoelastic.output]
-skip = 10
+skip = 9
cell_filter = pylith.meshio.CellFilterAvg
writer.filename = savageprescott-statevars-viscoelastic.vtk
writer.time_format = %04.0f
writer.time_constant = 1.0*year
-
More information about the cig-commits
mailing list