[cig-commits] r19412 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16

brad at geodynamics.org brad at geodynamics.org
Fri Jan 20 18:11:01 PST 2012


Author: brad
Date: 2012-01-20 18:11:00 -0800 (Fri, 20 Jan 2012)
New Revision: 19412

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py
Log:
Cleanup of pylithapp.cfg.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-01-21 02:10:54 UTC (rev 19411)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-01-21 02:11:00 UTC (rev 19412)
@@ -10,10 +10,11 @@
 explicitlumped = 1
 petsc = 1
 meshiocubit = 1
+distributor = 1
 elasticityexplicit = 1
 elasticityexplicittet4 = 1
 meshimporter = 1
-#quadrature2d = 1
+#quadrature3d = 1
 #fiatlagrange = 1
 faultcohesivedyn = 1
 
@@ -129,15 +130,9 @@
 # output
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.formulation]
-output = [domain,subdomain]
+output = [subdomain]
 output.subdomain = pylith.meshio.OutputSolnSubset
 
-[pylithapp.problem.formulation.output.domain]
-vertex_data_fields=[displacement,velocity]
-output_freq = time_step
-time_step = 15.0*s
-writer = pylith.meshio.DataWriterHDF5ExtMesh
-
 [pylithapp.problem.formulation.output.subdomain]
 label = face_zpos
 vertex_data_fields=[displacement,velocity]
@@ -155,8 +150,6 @@
 [pylithapp.timedependent.materials.elastic.output]
 cell_data_fields = []
 cell_filter = pylith.meshio.CellFilterAvgMesh
-output_freq = time_step
-time_step = 15.0*s
 writer = pylith.meshio.DataWriterHDF5ExtMesh
 
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py	2012-01-21 02:10:54 UTC (rev 19411)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py	2012-01-21 02:11:00 UTC (rev 19412)
@@ -8,7 +8,7 @@
 # ----------------------------------------------------------------------
 #
 
-sim = "tpv16"
+sim = "tpv17"
 cell = "tet4"
 dx = 150
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py	2012-01-21 02:10:54 UTC (rev 19411)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py	2012-01-21 02:11:00 UTC (rev 19412)
@@ -8,7 +8,7 @@
 # ----------------------------------------------------------------------
 #
 
-sim = "tpv16"
+sim = "tpv17"
 cell = "tet4"
 dx = 150
 



More information about the CIG-COMMITS mailing list