[cig-commits] r20752 - in short/3D/PyLith/benchmarks/trunk/dynamic: performance/halfspace_strikeslip scecdynrup scecdynrup/tpv14 scecdynrup/tpv14-2d scecdynrup/tpv16 scecdynrup/tpv18 scecdynrup/tpv205 scecdynrup/tpv205-2d scecdynrup/tpv210 scecdynrup/tpv210-2d

brad at geodynamics.org brad at geodynamics.org
Thu Sep 20 14:44:49 PDT 2012


Author: brad
Date: 2012-09-20 14:44:49 -0700 (Thu, 20 Sep 2012)
New Revision: 20752

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/README
Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
Log:
Updated examples for PyLith 1.8.0 (ExplicitLumped -> Explicit).

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -32,7 +32,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 
 formulation.norm_viscosity = 0.3
 normalizer = spatialdata.units.NondimElasticDynamic

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -10,7 +10,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 [pylithapp.timedependent.formulation.time_step]
 #dt = 0.0588*s

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/README
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/README	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/README	2012-09-20 21:44:49 UTC (rev 20752)
@@ -0,0 +1 @@
+These examples are setup to be run with PyLith version 1.8.0.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -41,7 +41,7 @@
 
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.4
 normalizer = spatialdata.units.NondimElasticDynamic
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -10,7 +10,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 # ----------------------------------------------------------------------
 # materials

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -39,7 +39,7 @@
 [pylithapp.timedependent]
 dimension = 2
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.4
 normalizer = spatialdata.units.NondimElasticDynamic
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/tri3.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14-2d/tri3.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTri3
+formulation = pylith.problems.ExplicitTri3
 
 # ----------------------------------------------------------------------
 # materials

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -44,7 +44,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.3
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -42,7 +42,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.4
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -10,7 +10,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 # ----------------------------------------------------------------------
 # materials

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -39,7 +39,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.3
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -41,7 +41,7 @@
 [pylithapp.timedependent]
 dimension = 2
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.1
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTri3
+formulation = pylith.problems.ExplicitTri3
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -42,7 +42,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.4
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTet4
+formulation = pylith.problems.ExplicitTet4
 
 # ----------------------------------------------------------------------
 # materials

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/pylithapp.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/pylithapp.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -42,7 +42,7 @@
 [pylithapp.timedependent]
 dimension = 2
 
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
 formulation.norm_viscosity = 0.1
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 3333*m/s

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg	2012-09-20 21:37:41 UTC (rev 20751)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg	2012-09-20 21:44:49 UTC (rev 20752)
@@ -4,7 +4,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-formulation = pylith.problems.ExplicitLumpedTri3
+formulation = pylith.problems.ExplicitTri3
 
 # ----------------------------------------------------------------------
 # materials



More information about the CIG-COMMITS mailing list