[cig-commits] r12267 - short/2.5D/benchmarks/savageprescott/parameters
willic3 at geodynamics.org
willic3 at geodynamics.org
Wed Jun 18 11:24:35 PDT 2008
Author: willic3
Date: 2008-06-18 11:24:35 -0700 (Wed, 18 Jun 2008)
New Revision: 12267
Modified:
short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_8000m.cfg
Log:
Another change to time format.
Modified: short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_8000m.cfg
===================================================================
--- short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_8000m.cfg 2008-06-18 17:47:55 UTC (rev 12266)
+++ short/2.5D/benchmarks/savageprescott/parameters/spbm_hex8_unif_8000m.cfg 2008-06-18 18:24:35 UTC (rev 12267)
@@ -96,27 +96,27 @@
# Give basename for VTK domain output of solution over domain.
[pylithapp.problem.formulation.output.domain.writer]
filename = ../results/spbm_hex8_unif_8000m.vtk
-time_format = %012.1f
+time_format = %014.1f
# Give basename for VTK domain output of solution over ground surface.
[pylithapp.problem.formulation.output.subdomain]
label = 17 ; nodeset for subdomain
writer.filename = ../results/spbm_hex8_unif_8000m-groundsurf.vtk
-writer.time_format = %012.1f
+writer.time_format = %014.1f
# Give basename for vtk fault rupture output.
[pylithapp.timedependent.interfaces.fault.output.writer]
filename = ../results/spbm_hex8_unif_8000m-fault.vtk
-time_format = %012.1f
+time_format = %014.1f
# Give basename for VTK output of state variables.
[pylithapp.timedependent.materials.elastic.output]
cell_filter = pylith.meshio.CellFilterAvg
writer.filename = ../results/spbm_hex8_unif_8000m-statevars-elastic.vtk
-writer.time_format = %012.1f
+writer.time_format = %014.1f
[pylithapp.timedependent.materials.maxwell.output]
cell_filter = pylith.meshio.CellFilterAvg
writer.filename = ../results/spbm_hex8_unif_8000m-statevars-maxwell.vtk
-writer.time_format = %012.1f
+writer.time_format = %014.1f
More information about the cig-commits
mailing list