[cig-commits] r15060 - in short/3D/PyLith/trunk/examples: bar_shearwave/hex8 bar_shearwave/quad4 bar_shearwave/tet4 bar_shearwave/tri3 greensfns/hex8 twocells/twohex8 twocells/twoquad4 twocells/twotet4 twocells/twotet4-geoproj twocells/twotri3

brad at geodynamics.org brad at geodynamics.org
Tue May 26 15:12:19 PDT 2009


Author: brad
Date: 2009-05-26 15:12:18 -0700 (Tue, 26 May 2009)
New Revision: 15060

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg
   short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
Log:
Updated examples. Removed fault conditioning settings.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -157,10 +157,6 @@
 quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
-# Set the physical properties for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # Switch to Brune slip time function
 eq_srcs.rupture.slip_function = pylith.faults.BruneSlipFn
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -161,10 +161,6 @@
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
-# Set the physical properties for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # Switch to Brune slip time function
 eq_srcs.rupture.slip_function = pylith.faults.BruneSlipFn
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -174,10 +174,6 @@
 quadrature.cell.shape = triangle
 quadrature.cell.quad_order = 2
 
-# Set the physical properties for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # Switch to Brune slip time function
 eq_srcs.rupture.slip_function = pylith.faults.BruneSlipFn
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -161,10 +161,6 @@
 quadrature.cell.shape = line
 quadrature.cell.quad_order = 2
 
-# Set the physical properties for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # Switch to Brune slip time function
 eq_srcs.rupture.slip_function = pylith.faults.BruneSlipFn
 

Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gftest.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -72,7 +72,6 @@
 quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
-mat_db.iohandler.filename = mat_elastic.spatialdb
 
 output.vertex_info_fields = [normal_dir,strike_dir,dip_dir,final_slip_00,final_slip_01,final_slip_02,final_slip_03,final_slip_04,final_slip_05,final_slip_06,final_slip_07,final_slip_08,final_slip_09,final_slip_10,final_slip_11,final_slip_12,final_slip_13,slip_time_00,slip_time_01,slip_time_02,slip_time_03,slip_time_04,slip_time_05,slip_time_06,slip_time_07,slip_time_08,slip_time_09,slip_time_10,slip_time_11,slip_time_12,slip_time_13]
 

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -92,11 +92,6 @@
 # 2.  If you use the default fault ID, make sure that none of your
 #     material ID's are equal to 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations.
-
-mat_db.iohandler.filename = matprops.spatialdb
-
 # The quadrature for a 3D fault is 2D.
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -141,11 +141,6 @@
 # 2.  If you use the default fault ID, make sure that none of your
 #     material ID's are equal to 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations.
-
-mat_db.iohandler.filename = matprops.spatialdb
-
 # The quadrature for a 2D fault is 1D with a linear shape.
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -93,11 +93,6 @@
 # 2.  If you use the default fault ID, make sure that none of your
 #     material ID's are equal to 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations.
-
-mat_db.iohandler.filename = matprops.spatialdb
-
 # The quadrature for a 2D fault is 1D with a linear shape.
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -78,10 +78,6 @@
 # 2.  If you use the default fault ID, make sure that none of your
 #     material ID's are equal to 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # The quadrature for a 3D fault is 2D.
 quadrature.cell.shape = triangle
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -78,12 +78,6 @@
 # 2.  If you use the default fault ID, make sure that none of your
 #     material ID's are equal to 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations. This is using the same spatial database as used in
-# the computations.
-mat_db = spatialdata.spatialdb.SCECCVMH
-mat_db.data_dir = /home/brad/data/sceccvm-h/vx53/bin
-
 # Using this spatial database should give approximately the same results,
 # since the properties aren't that different from SCEC CVM-H.
 # matprops.spatialdb:  lambda = mu = 30 GPa

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2009-05-26 21:59:31 UTC (rev 15059)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2009-05-26 22:12:18 UTC (rev 15060)
@@ -79,10 +79,6 @@
 # unique across all faults as well as all materials. The default 'id'
 # for a fault is 100.
 
-# We need the material database for the fault to properly condition the
-# system of equations.
-mat_db.iohandler.filename = matprops.spatialdb
-
 # The quadrature for a 2D fault is 1D with a linear shape.
 quadrature.cell.shape = line
 



More information about the CIG-COMMITS mailing list