[cig-commits] r14958 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters

brad at geodynamics.org brad at geodynamics.org
Sun May 10 09:31:02 PDT 2009


Author: brad
Date: 2009-05-10 09:31:02 -0700 (Sun, 10 May 2009)
New Revision: 14958

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
Log:
Fixed output settings for hex8 (2 materials).

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg	2009-05-10 14:01:57 UTC (rev 14957)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg	2009-05-10 16:31:02 UTC (rev 14958)
@@ -58,3 +58,30 @@
 label = 10
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[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]
+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/strikeslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg	2009-05-10 14:01:57 UTC (rev 14957)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg	2009-05-10 16:31:02 UTC (rev 14958)
@@ -73,3 +73,42 @@
 label = fault
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[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_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_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

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2009-05-10 14:01:57 UTC (rev 14957)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2009-05-10 16:31:02 UTC (rev 14958)
@@ -8,41 +8,3 @@
 total_time = 10.0*year
 dt = 0.1*year
 
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-[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_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_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