[cig-commits] r16622 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d

brad at geodynamics.org brad at geodynamics.org
Tue May 4 11:51:02 PDT 2010


Author: brad
Date: 2010-05-04 11:51:01 -0700 (Tue, 04 May 2010)
New Revision: 16622

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m.cfg
Log:
Small cleanup of parameters and .cfg files.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2010-05-04 05:36:41 UTC (rev 16621)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2010-05-04 18:51:01 UTC (rev 16622)
@@ -151,6 +151,31 @@
 friction.db_properties.label = Slip weakening
 
 # ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+# Give basename for VTK domain output of solution over domain.
+[pylithapp.problem.formulation.output.output]
+vertex_data_fields=[displacement,velocity]
+output_freq = time_step
+time_step = 0.04999*s
+writer.time_format = %06.3f
+
+# Give basename for VTK fault output.
+[pylithapp.timedependent.interfaces.fault.output]
+vertex_info_fields = [strike_dir,normal_dir,initial_traction]
+vertex_data_fields = [slip,slip_rate,traction]
+output_freq = time_step
+time_step = 0.04999*s
+writer.time_format = %06.3f
+
+# Give basename for VTK output of state variables.
+[pylithapp.timedependent.materials.elastic.output]
+cell_filter = pylith.meshio.CellFilterAvgMesh
+output_freq = time_step
+time_step = 12.0*s
+writer.time_format = %06.3f
+
+# ----------------------------------------------------------------------
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m.cfg	2010-05-04 05:36:41 UTC (rev 16621)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m.cfg	2010-05-04 18:51:01 UTC (rev 16622)
@@ -1,5 +1,4 @@
 # -*- Python -*-
-
 [pylithapp]
 
 # ----------------------------------------------------------------------
@@ -9,29 +8,23 @@
 filename = quad4_100m.exo
 
 # ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.01*s
+
+
+# ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output]
-vertex_data_fields=[displacement,velocity]
-output_freq = time_step
-time_step = 0.04999*s
 writer.filename = output/quad4_100m.vtk
-writer.time_format = %05.2f
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
-vertex_info_fields = [strike_dir,normal_dir,initial_traction]
-vertex_data_fields = [slip,slip_rate,traction]
-output_freq = time_step
-time_step = 0.04999*s
 writer.filename = output/quad4_100m-fault.vtk
-writer.time_format = %05.2f
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
-cell_filter = pylith.meshio.CellFilterAvgMesh
-output_freq = time_step
-time_step = 12.0*s
 writer.filename = output/quad4_100m-elastic.vtk
-writer.time_format = %05.2f

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m.cfg	2010-05-04 05:36:41 UTC (rev 16621)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m.cfg	2010-05-04 18:51:01 UTC (rev 16622)
@@ -1,5 +1,4 @@
 # -*- Python -*-
-
 [pylithapp]
 
 # ----------------------------------------------------------------------
@@ -9,29 +8,23 @@
 filename = quad4_200m.exo
 
 # ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.01666666666666666666666667*s
+
+
+# ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output]
-vertex_data_fields=[displacement,velocity]
-output_freq = time_step
-time_step = 0.04999*s
 writer.filename = output/quad4_200m.vtk
-writer.time_format = %05.2f
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
-vertex_info_fields = [strike_dir,normal_dir,initial_traction]
-vertex_data_fields = [slip,slip_rate,traction]
-output_freq = time_step
-time_step = 0.04999*s
 writer.filename = output/quad4_200m-fault.vtk
-writer.time_format = %05.2f
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
-cell_filter = pylith.meshio.CellFilterAvgMesh
-output_freq = time_step
-time_step = 12.0*s
 writer.filename = output/quad4_200m-elastic.vtk
-writer.time_format = %05.2f



More information about the CIG-COMMITS mailing list