[cig-commits] r19839 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210

brad at geodynamics.org brad at geodynamics.org
Wed Mar 21 13:29:12 PDT 2012


Author: brad
Date: 2012-03-21 13:29:12 -0700 (Wed, 21 Mar 2012)
New Revision: 19839

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10_tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11_tet4_100m.cfg
Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_ruptime.py
Log:
Added 100m cfg files.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_onfaultdata.py	2012-03-21 19:37:34 UTC (rev 19838)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_onfaultdata.py	2012-03-21 20:29:12 UTC (rev 19839)
@@ -10,7 +10,7 @@
 # ----------------------------------------------------------------------
 #
 
-sim = "tpv10"
+sim = "tpv11"
 cell = "tet4"
 dx = 200
 
@@ -24,15 +24,16 @@
 
 # ----------------------------------------------------------------------
 targets = numpy.array([[     0.0,     0.0,      0.0      ],
-                       [     0.0,  4500.0,      0.0      ],
-                       [     0.0, 12000.0,      0.0      ],
                        [  -750.0,     0.0,  -1299.0381057],
                        [ -1500.0,     0.0,  -2598.0762114],
                        [ -2250.0,     0.0,  -3897.1143170],
                        [ -3750.0,     0.0,  -6495.1905284],
+                       [ -6000.0,     0.0, -10392.3048454],
+                       [     0.0,  4500.0,      0.0      ],
                        [ -3750.0,  4500.0,  -6495.1905284],
+                       [     0.0, 12000.0,      0.0      ],
                        [ -3750.0, 12000.0,  -6495.1905284],
-                       [ -6000.0,     0.0, -10392.3048454]])
+                       ])
     
 
 tolerance = 1.0e-6

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_ruptime.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_ruptime.py	2012-03-21 19:37:34 UTC (rev 19838)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tabulate_ruptime.py	2012-03-21 20:29:12 UTC (rev 19839)
@@ -8,7 +8,7 @@
 # ----------------------------------------------------------------------
 #
 
-sim = "tpv10"
+sim = "tpv11"
 cell = "tet4"
 dx = 200
 

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10_tet4_100m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10_tet4_100m.cfg	2012-03-21 20:29:12 UTC (rev 19839)
@@ -0,0 +1,29 @@
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+reader.filename = tet4_200m.exo
+refiner = pylith.topology.RefineUniform
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.3*s
+
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.005*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+writer.filename = output/tpv10_tet4_100m.h5
+
+[pylithapp.timedependent.interfaces.fault.output]
+writer.filename = output/tpv10_tet4_100m-fault.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv10_tet4_100m-elastic.h5

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11_tet4_100m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11_tet4_100m.cfg	2012-03-21 20:29:12 UTC (rev 19839)
@@ -0,0 +1,29 @@
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+reader.filename = tet4_200m.exo
+refiner = pylith.topology.RefineUniform
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.3*s
+
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.005*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+writer.filename = output/tpv11_tet4_100m.h5
+
+[pylithapp.timedependent.interfaces.fault.output]
+writer.filename = output/tpv11_tet4_100m-fault.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv11_tet4_100m-elastic.h5



More information about the CIG-COMMITS mailing list