[cig-commits] r16643 - in short/3D/PyLith/benchmarks/trunk/dynamic: . performance performance/halfspace_strikeslip/parameters scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Wed May 5 09:15:10 PDT 2010


Author: brad
Date: 2010-05-05 09:15:10 -0700 (Wed, 05 May 2010)
New Revision: 16643

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/friction.spatialdb
Removed:
   short/3D/PyLith/benchmarks/trunk/dynamic/halfspace_strikeslip/
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/frictpars.spatialdb
Log:
Reorganization of benchmark directories.

Copied: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip (from rev 16635, short/3D/PyLith/benchmarks/trunk/dynamic/halfspace_strikeslip)

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/halfspace_strikeslip/parameters/pylithapp.cfg	2010-05-05 04:12:13 UTC (rev 16635)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg	2010-05-05 16:15:10 UTC (rev 16643)
@@ -1,116 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# journal
-# ----------------------------------------------------------------------
-[pylithapp.journal.info]
-timedependent = 1
-explicit = 1
-petsc = 1
-solverlinear = 1
-meshiolagrit = 1
-explicitelasticity = 1
-faultcohesivekin = 1
-fiatlagrange = 1
-
-[pylithapp.journal.debug]
-pylithapp = 1
-problem = 1
-explicit = 1
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent]
-dimension = 3
-
-formulation = pylith.problems.ExplicitLumped
-
-bc = [x_pos,x_neg,y_pos,y_neg,z_neg]
-bc.x_pos = pylith.bc.AbsorbingDampers
-bc.x_neg = pylith.bc.AbsorbingDampers
-bc.y_pos = pylith.bc.AbsorbingDampers
-bc.y_neg = pylith.bc.AbsorbingDampers
-bc.z_neg = pylith.bc.AbsorbingDampers
-bc.z_neg.up_dir = [1,0,0]
-
-interfaces = [fault]
-materials = [elastic]
-formulation.output = [domain,groundsurface]
-
-[pylithapp.timedependent.formulation.time_step]
-total_time = 0.25*s
-dt = 0.05*s
-
-# ----------------------------------------------------------------------
-# materials
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.elastic]
-
-label = Elastic material
-id = 1
-db_properties.iohandler.filename = mat_elastic.spatialdb
-
-# ----------------------------------------------------------------------
-# boundary conditions
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.bc.x_pos]
-db.label = Absorbing BC +x
-db.iohandler.filename = mat_elastic.spatialdb
-
-[pylithapp.timedependent.bc.x_neg]
-db.label = Absorbing BC -x
-db.iohandler.filename = mat_elastic.spatialdb
-
-[pylithapp.timedependent.bc.y_pos]
-db.label = Absorbing BC +y
-db.iohandler.filename = mat_elastic.spatialdb
-
-[pylithapp.timedependent.bc.y_neg]
-db.label = Absorbing BC -y
-db.iohandler.filename = mat_elastic.spatialdb
-
-[pylithapp.timedependent.bc.z_neg]
-db.label = Absorbing BC -z
-db.iohandler.filename = mat_elastic.spatialdb
-
-# ----------------------------------------------------------------------
-# faults
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.interfaces.fault]
-id = 100
-
-eq_srcs.rupture.slip_function = pylith.faults.LiuCosSlipFn
-
-[pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
-slip.iohandler.filename = slip.spatialdb
-rise_time.iohandler.filename = risesliptime.spatialdb
-slip_time.iohandler.filename = risesliptime.spatialdb
-
-# ----------------------------------------------------------------------
-# PETSc
-# ----------------------------------------------------------------------
-[pylithapp.petsc]
-log_summary = true
-
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-[pylithapp.problem.formulation.output.domain]
-writer.time_format = %05.2f
-vertex_data_fields = []
-
-[pylithapp.problem.formulation.output.groundsurface]
-skip = 1
-writer.time_format = %05.2f
-
-[pylithapp.timedependent.interfaces.fault.output]
-skip = 1
-writer.time_format = %05.2f
-
-[pylithapp.timedependent.materials.elastic.output]
-writer.time_format = %05.2f
-cell_filter = pylith.meshio.CellFilterAvgMesh
-cell_data_fields = []

Copied: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg (from rev 16636, short/3D/PyLith/benchmarks/trunk/dynamic/halfspace_strikeslip/parameters/pylithapp.cfg)
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg	2010-05-05 16:15:10 UTC (rev 16643)
@@ -0,0 +1,117 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# journal
+# ----------------------------------------------------------------------
+[pylithapp.journal.info]
+timedependent = 1
+explicit = 1
+petsc = 1
+solverlinear = 1
+meshiolagrit = 1
+explicitelasticity = 1
+faultcohesivekin = 1
+fiatlagrange = 1
+meshimporter = 1
+
+[pylithapp.journal.debug]
+pylithapp = 1
+problem = 1
+explicit = 1
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent]
+dimension = 3
+
+formulation = pylith.problems.ExplicitLumped
+
+bc = [x_pos,x_neg,y_pos,y_neg,z_neg]
+bc.x_pos = pylith.bc.AbsorbingDampers
+bc.x_neg = pylith.bc.AbsorbingDampers
+bc.y_pos = pylith.bc.AbsorbingDampers
+bc.y_neg = pylith.bc.AbsorbingDampers
+bc.z_neg = pylith.bc.AbsorbingDampers
+bc.z_neg.up_dir = [1,0,0]
+
+interfaces = [fault]
+materials = [elastic]
+formulation.output = [domain,groundsurface]
+
+[pylithapp.timedependent.formulation.time_step]
+total_time = 0.25*s
+dt = 0.05*s
+
+# ----------------------------------------------------------------------
+# materials
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.materials.elastic]
+
+label = Elastic material
+id = 1
+db_properties.iohandler.filename = mat_elastic.spatialdb
+
+# ----------------------------------------------------------------------
+# boundary conditions
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.bc.x_pos]
+db.label = Absorbing BC +x
+db.iohandler.filename = mat_elastic.spatialdb
+
+[pylithapp.timedependent.bc.x_neg]
+db.label = Absorbing BC -x
+db.iohandler.filename = mat_elastic.spatialdb
+
+[pylithapp.timedependent.bc.y_pos]
+db.label = Absorbing BC +y
+db.iohandler.filename = mat_elastic.spatialdb
+
+[pylithapp.timedependent.bc.y_neg]
+db.label = Absorbing BC -y
+db.iohandler.filename = mat_elastic.spatialdb
+
+[pylithapp.timedependent.bc.z_neg]
+db.label = Absorbing BC -z
+db.iohandler.filename = mat_elastic.spatialdb
+
+# ----------------------------------------------------------------------
+# faults
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.interfaces.fault]
+id = 100
+
+eq_srcs.rupture.slip_function = pylith.faults.LiuCosSlipFn
+
+[pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
+slip.iohandler.filename = slip.spatialdb
+rise_time.iohandler.filename = risesliptime.spatialdb
+slip_time.iohandler.filename = risesliptime.spatialdb
+
+# ----------------------------------------------------------------------
+# PETSc
+# ----------------------------------------------------------------------
+[pylithapp.petsc]
+log_summary = true
+
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.domain]
+writer.time_format = %05.2f
+vertex_data_fields = []
+
+[pylithapp.problem.formulation.output.groundsurface]
+skip = 1
+writer.time_format = %05.2f
+
+[pylithapp.timedependent.interfaces.fault.output]
+skip = 1
+writer.time_format = %05.2f
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.time_format = %05.2f
+cell_filter = pylith.meshio.CellFilterAvgMesh
+cell_data_fields = []

Copied: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/friction.spatialdb (from rev 16594, short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/frictpars.spatialdb)
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/friction.spatialdb	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/friction.spatialdb	2010-05-05 16:15:10 UTC (rev 16643)
@@ -0,0 +1,22 @@
+#SPATIAL.ascii 1
+SimpleDB {
+  num-values = 4
+  value-names = static-coefficient dynamic-coefficient slip-weakening-parameter cohesion
+  value-units =  none none m MPa
+  num-locs = 8  
+  data-dim = 2
+  space-dim = 3
+  cs-data = cartesian {
+    to-meters = 1.0e+3  // x, y, z are in km
+    space-dim = 3
+  }
+}
+-3.6		0.0		-5.4		1000.0	0.525	0.4		0.0
+-3.4		0.0		-5.4		0.677	0.525	0.4		0.0
++3.4	0.0		-5.4		0.677	0.525	0.4		0.0
++3.6	0.0		-5.4		1000.0	0.525	0.4		0.0
+
+-3.6		0.0		-5.6		1000.0	0.525	0.4		0.0
+-3.4		0.0		-5.6		1000.0	0.525	0.4		0.0
++3.4	0.0		-5.6		1000.0	0.525	0.4		0.0
++3.6	0.0		-5.6		1000.0	0.525	0.4		0.0

Deleted: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/frictpars.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/frictpars.spatialdb	2010-05-05 16:11:46 UTC (rev 16642)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/frictpars.spatialdb	2010-05-05 16:15:10 UTC (rev 16643)
@@ -1,22 +0,0 @@
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 4
-  value-names = static-coefficient dynamic-coefficient slip-weakening-parameter cohesion
-  value-units =  none none m MPa
-  num-locs = 8  
-  data-dim = 2
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3  // x, y, z are in km
-    space-dim = 3
-  }
-}
--3.6		0.0		-5.4		1000.0	0.525	0.4		0.0
--3.4		0.0		-5.4		0.677	0.525	0.4		0.0
-+3.4	0.0		-5.4		0.677	0.525	0.4		0.0
-+3.6	0.0		-5.4		1000.0	0.525	0.4		0.0
-
--3.6		0.0		-5.6		1000.0	0.525	0.4		0.0
--3.4		0.0		-5.6		1000.0	0.525	0.4		0.0
-+3.4	0.0		-5.6		1000.0	0.525	0.4		0.0
-+3.6	0.0		-5.6		1000.0	0.525	0.4		0.0



More information about the CIG-COMMITS mailing list