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

brad at geodynamics.org brad at geodynamics.org
Wed Feb 1 13:30:38 PST 2012


Author: brad
Date: 2012-02-01 13:30:38 -0800 (Wed, 01 Feb 2012)
New Revision: 19557

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_050m_gradient.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m_gradient.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_gradient.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_offfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_050m_gradient.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_100m_gradient.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_200m_gradient.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -1,5 +1,4 @@
 # -*- Python -*-
-
 [pylithapp]
 
 # ----------------------------------------------------------------------
@@ -7,19 +6,20 @@
 # ----------------------------------------------------------------------
 [pylithapp.journal.info]
 timedependent = 1
-explicitlumped = 1
 petsc = 1
+meshimporter = 1
 meshiocubit = 1
+explicitlumped = 1
+explicitlumpedtri3 = 1
 elasticityexplicit = 1
-meshimporter = 1
-#quadrature2d = 1
-#fiatlagrange = 1
+elasticityexplicittri3 = 1
 faultcohesivedyn = 1
 
 [pylithapp.journal.debug]
-pylithapp = 1
+#pylithapp = 1
 #problem = 1
-#explicit = 1
+#explicitlumped = 1
+#explicitlumpedtri3 = 1
 
 # ----------------------------------------------------------------------
 # mesh_generator
@@ -45,6 +45,7 @@
 formulation = pylith.problems.ExplicitLumped
 formulation.norm_viscosity = 0.1
 normalizer = spatialdata.units.NondimElasticDynamic
+normalizer.shear_wave_speed = 3333*m/s
  
 [pylithapp.timedependent.formulation.time_step]
 total_time = 12.001*s
@@ -132,6 +133,7 @@
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
 
 [pylithapp.timedependent.materials.elastic.output]
+cell_info_fields = []
 cell_data_fields = []
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_050m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_050m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_050m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,6 +10,9 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.15*s
+
 [pylithapp.timedependent.formulation.time_step]
 dt = 0.005*s
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_100m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,6 +10,9 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.3*s
+
 [pylithapp.timedependent.formulation.time_step]
 dt = 0.01*s
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,6 +10,9 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.6*s
+
 [pylithapp.timedependent.formulation.time_step]
 dt = 0.02*s
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_offfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_offfaultdata.py	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_offfaultdata.py	2012-02-01 21:30:38 UTC (rev 19557)
@@ -11,7 +11,7 @@
 #
 
 cell = "quad4"
-dx = 200
+dx = 50
 
 inputRoot = "output/%s_%03dm_%s" % (cell,dx,"gradient")
 outdir = "scecfiles/%s_%03dm_%s/" % (cell,dx,"gradient")
@@ -60,8 +60,8 @@
     "# author = Brad Aagaard\n" + \
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \
-    "# code_version = 1.6.2\n" + \
-    "# element_size = %s\n" % dx
+    "# code_version = 1.7.0a (scecdynrup branch)\n" + \
+    "# element_size = %s m\n" % dx
 headerB = \
     "# Time series in 7 columns of E14.6:\n" + \
     "# Column #1 = time (s)\n" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_onfaultdata.py	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tabulate_onfaultdata.py	2012-02-01 21:30:38 UTC (rev 19557)
@@ -77,8 +77,8 @@
     "# author = Brad Aagaard\n" + \
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \
-    "# code_version = 1.6.2\n" + \
-    "# element_size = %s\n" % dx
+    "# code_version = 1.7.0a (scecdynrup branch)\n" + \
+    "# element_size = %s m\n" % dx
 headerB = \
     "# Time series in 7 columns of E14.6:\n" + \
     "# Column #1 = time (s)\n" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -23,22 +23,22 @@
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
-quadrature.cell.quad_order = 2
+quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
-quadrature.cell.quad_order = 2
+quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
-quadrature.cell.quad_order = 2
+quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
-quadrature.cell.quad_order = 2
+quadrature.cell.quad_order = 1
 
 
 # ----------------------------------------------------------------------
@@ -47,7 +47,6 @@
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
-quadrature.cell.quad_order = 2
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_050m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_050m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_050m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,21 +10,21 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.15*s
+
 [pylithapp.timedependent.formulation.time_step]
 dt = 0.005*s
 
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output]
 writer.filename = output/tri3_050m_gradient.h5
 
-# Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = output/tri3_050m_gradient-fault.h5
 
-# Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 writer.filename = output/tri3_050m_gradient-elastic.h5
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_100m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_100m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_100m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,21 +10,21 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.3*s
+
 [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]
 writer.filename = output/tri3_100m_gradient.h5
 
-# Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = output/tri3_100m_gradient-fault.h5
 
-# Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 writer.filename = output/tri3_100m_gradient-elastic.h5
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_200m_gradient.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_200m_gradient.cfg	2012-02-01 21:18:28 UTC (rev 19556)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3_200m_gradient.cfg	2012-02-01 21:30:38 UTC (rev 19557)
@@ -10,21 +10,21 @@
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.6*s
+
 [pylithapp.timedependent.formulation.time_step]
 dt = 0.02*s
 
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-# Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output]
 writer.filename = output/tri3_200m_gradient.h5
 
-# Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 writer.filename = output/tri3_200m_gradient-fault.h5
 
-# Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 writer.filename = output/tri3_200m_gradient-elastic.h5
 



More information about the CIG-COMMITS mailing list