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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Feb 25 17:49:09 PST 2010


Author: willic3
Date: 2010-02-25 17:49:09 -0800 (Thu, 25 Feb 2010)
New Revision: 16345

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
Log:
Changed checking for stable time step to avoid a bunch of very small steps
at the beginning of the simulation.
Widened the timestamp to prevent the earliest output files from being
overwritten.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2010-02-26 00:45:50 UTC (rev 16344)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2010-02-26 01:49:09 UTC (rev 16345)
@@ -56,6 +56,7 @@
 [pylithapp.timedependent]
 implicit.solver = pylith.problems.SolverNonlinear
 implicit.time_step.max_dt = 10.0*year
+implicit.time_step.adapt_skip = 0
 materials.viscoelastic = pylith.materials.PowerLaw3D
 
 [pylithapp.timedependent.materials.viscoelastic]
@@ -161,7 +162,7 @@
 output_freq = time_step
 time_step = 5.0*year
 writer.filename = savageprescott.vtk
-writer.time_format = %06.1f
+writer.time_format = %09.4f
 writer.time_constant = 1.0*year
 
 # Give basename for VTK domain output of solution over ground surface.
@@ -169,14 +170,14 @@
 label = 17 ; nodeset for subdomain
 skip = 0
 writer.filename = savageprescott-groundsurf.vtk
-writer.time_format = %06.1f
+writer.time_format = %09.4f
 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 = %06.1f
+writer.time_format = %09.4f
 writer.time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
@@ -185,7 +186,7 @@
 time_step = 5.0*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = savageprescott-elastic.vtk
-writer.time_format = %06.1f
+writer.time_format = %09.4f
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.viscoelastic.output]
@@ -193,5 +194,5 @@
 time_step = 5.0*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = savageprescott-viscoelastic.vtk
-writer.time_format = %06.1f
+writer.time_format = %09.4f
 writer.time_constant = 1.0*year



More information about the CIG-COMMITS mailing list