[cig-commits] r8624 - short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj

willic3 at geodynamics.org willic3 at geodynamics.org
Sat Dec 8 17:50:51 PST 2007


Author: willic3
Date: 2007-12-08 17:50:50 -0800 (Sat, 08 Dec 2007)
New Revision: 8624

Modified:
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation_slip.spatialdb
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/twotet4.mesh
Log:
Updated example so that slip varies on fault.  This should test whether
slip is being obtained correctly from the spatial database.



Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation_slip.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation_slip.spatialdb	2007-12-08 06:09:39 UTC (rev 8623)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation_slip.spatialdb	2007-12-09 01:50:50 UTC (rev 8624)
@@ -16,9 +16,9 @@
   // The values are specified at one spatial location.
   num-locs = 1
 
-  // The dimension of the spatial distribution is 0, since the same data
-  // is specified for all points in the set.
-  data-dim = 0
+  // The dimension of the spatial distribution is 2, since the same data
+  // is specified on a plane.
+  data-dim = 2
 
   // The spatial dimension of the database is 3.
   space-dim = 3
@@ -39,7 +39,9 @@
 
 // This is where the data is specified.
 // As described in dislocation.cfg, this database will be used to specify
-// uniform data for a fault (pylith.faults.SingleFault).
+// varying data for a fault (pylith.faults.SingleFault).
 // The entries are:
 // X-Coord, Y-Coord, Z-Coord, left-lateral slip, reverse-slip, fault-opening slip
-500000.0  3.7e6  0.0   0.01  0.0  0.0
+500000.0  3699900.0  -100.0   0.01  0.0  0.0
+500000.0  3700000.0  0.0   0.02  0.0  0.0
+500000.0  3700100.0  -100.0   0.03  0.0  0.0

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg	2007-12-08 06:09:39 UTC (rev 8623)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg	2007-12-09 01:50:50 UTC (rev 8624)
@@ -108,5 +108,5 @@
 log_summary = true
 ksp_max_it = 2000
 ksp_gmres_restart = 100
-# start_in_debugger = true
-# debugger_timeout = 100
+start_in_debugger = true
+debugger_timeout = 100

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/twotet4.mesh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/twotet4.mesh	2007-12-08 06:09:39 UTC (rev 8623)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/twotet4.mesh	2007-12-09 01:50:50 UTC (rev 8624)
@@ -21,11 +21,11 @@
     // Vertex number (starting from zero), x-coord, y-coord, z-coord
     // Use coordinate units that are consistent with the other units used.
     coordinates = {
-             0     499999.0  3700000.0   -1.0
-             1     500000.0  3699999.0   -1.0
+             0     499900.0  3700000.0   -100.0
+             1     500000.0  3699900.0   -100.0
              2     500000.0  3700000.0    0.0
-             3     500000.0  3700001.0   -1.0
-             4     500001.0  3700000.0   -1.0
+             3     500000.0  3700100.0   -100.0
+             4     500100.0  3700000.0   -100.0
     }
   }
 



More information about the cig-commits mailing list