[cig-commits] r16644 - short/3D/PyLith/trunk/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Wed May 5 12:16:18 PDT 2010


Author: brad
Date: 2010-05-05 12:16:17 -0700 (Wed, 05 May 2010)
New Revision: 16644

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
Log:
Adjusted output settings.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2010-05-05 16:15:10 UTC (rev 16643)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2010-05-05 19:16:17 UTC (rev 16644)
@@ -160,9 +160,9 @@
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.domain]
 output_freq = time_step
-time_step = 5.0*year
+time_step = 50.0*year
 writer.filename = savageprescott.vtk
-writer.time_format = %09.4f
+writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 # Give basename for VTK domain output of solution over ground surface.
@@ -170,29 +170,29 @@
 label = 17 ; nodeset for subdomain
 skip = 0
 writer.filename = savageprescott-groundsurf.vtk
-writer.time_format = %09.4f
+writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 # Give basename for vtk fault rupture output.
 [pylithapp.timedependent.interfaces.fault.output]
 skip = 0
 writer.filename = savageprescott-fault.vtk
-writer.time_format = %09.4f
+writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 output_freq = time_step
-time_step = 5.0*year
+time_step = 50.0*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = savageprescott-elastic.vtk
-writer.time_format = %09.4f
+writer.time_format = %04.0f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.viscoelastic.output]
 output_freq = time_step
-time_step = 5.0*year
+time_step = 50.0*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = savageprescott-viscoelastic.vtk
-writer.time_format = %09.4f
+writer.time_format = %04.0f
 writer.time_constant = 1.0*year



More information about the CIG-COMMITS mailing list