[cig-commits] r12483 - in short/3D/PyLith/benchmarks/trunk/quasistatic: reversenog/parameters strikeslipnog/parameters

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Jul 29 06:01:39 PDT 2008


Author: willic3
Date: 2008-07-29 06:01:39 -0700 (Tue, 29 Jul 2008)
New Revision: 12483

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/timedep.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
Log:
Updated .cfg files for new time stepping methods and put in some of the
new output file format stuff for time steps.



Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-07-28 23:19:50 UTC (rev 12482)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-07-29 13:01:39 UTC (rev 12483)
@@ -35,8 +35,6 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s
-default_dt = 1.0*s
 dimension = 3
 formulation = pylith.problems.Implicit
 
@@ -52,6 +50,13 @@
 output.subdomain = pylith.meshio.OutputSolnSubset
 
 # ----------------------------------------------------------------------
+# time stepping
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+total_time = 0.0*s
+dt = 1.0*s
+
+# ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/timedep.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/timedep.cfg	2008-07-28 23:19:50 UTC (rev 12482)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/timedep.cfg	2008-07-29 13:01:39 UTC (rev 12483)
@@ -4,9 +4,9 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
-[pylithapp.timedependent]
+[pylithapp.timedependent.formulation.time_step]
 total_time = 10.0*year
-default_dt = 0.1*year
+dt = 0.1*year
 
 # ----------------------------------------------------------------------
 # output
@@ -14,3 +14,23 @@
 [pylithapp.problem.formulation.output.solutioniovtk]
 output_freq = time_step
 time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
+
+[pylithapp.problem.interfaces.fault.output]
+output_freq = time_step
+time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
+
+[pylithapp.problem.materials.elastic.output]
+output_freq = time_step
+time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
+
+[pylithapp.problem.materials.viscoelastic.output]
+output_freq = time_step
+time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2008-07-28 23:19:50 UTC (rev 12482)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2008-07-29 13:01:39 UTC (rev 12483)
@@ -35,14 +35,19 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s
-default_dt = 1.0*s
 dimension = 3
 formulation = pylith.problems.Implicit
 bc = [x_neg,x_pos,y_neg,y_pos,z_neg]
 interfaces = [fault]
 
 # ----------------------------------------------------------------------
+# time stepping
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+total_time = 0.0*s
+dt = 1.0*s
+
+# ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2008-07-28 23:19:50 UTC (rev 12482)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2008-07-29 13:01:39 UTC (rev 12483)
@@ -4,9 +4,9 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
-[pylithapp.timedependent]
+[pylithapp.timedependent.formulation.time_step]
 total_time = 10.0*year
-default_dt = 0.1*year
+dt = 0.1*year
 
 # ----------------------------------------------------------------------
 # output
@@ -14,15 +14,35 @@
 [pylithapp.problem.formulation.output.output]
 output_freq = time_step
 time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
 
 [pylithapp.problem.interfaces.fault.output]
 output_freq = time_step
 time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
 
-[pylithapp.problem.materials.elastic.output]
+[pylithapp.problem.materials.elastic_pos.output]
 output_freq = time_step
 time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
 
-[pylithapp.problem.materials.viscoelastic.output]
+[pylithapp.problem.materials.viscoelastic_pos.output]
 output_freq = time_step
 time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
+
+[pylithapp.problem.materials.elastic_neg.output]
+output_freq = time_step
+time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year
+
+[pylithapp.problem.materials.viscoelastic_neg.output]
+output_freq = time_step
+time_step = 1.0*year
+writer.time_format = %04.0f
+writer.time_constant = 0.1*year



More information about the cig-commits mailing list