[cig-commits] r17074 - short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Aug 9 20:09:41 PDT 2010


Author: willic3
Date: 2010-08-09 20:09:40 -0700 (Mon, 09 Aug 2010)
New Revision: 17074

Removed:
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse00.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse01.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse02.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse03.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse04.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse05.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse06.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse07.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse08.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse09.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse10.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse11.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse12.spatialdb
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse13.spatialdb
Log:
Removed existing impulse spatialdb files.
These will now be generated with the gfgen.py application.



Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse00.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse00.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse00.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     1.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse01.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse01.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse01.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00    -1.0  0.0  0.0
-0.0 -2.0   0.00     1.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse02.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse02.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse02.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00    -1.0  0.0  0.0
-0.0 -1.0   0.00     1.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse03.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse03.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse03.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00    -1.0  0.0  0.0
-0.0  0.0   0.00     1.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse04.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse04.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse04.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00    -1.0  0.0  0.0
-0.0  1.0   0.00     1.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse05.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse05.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse05.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00    -1.0  0.0  0.0
-0.0  2.0   0.00     1.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse06.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse06.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse06.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00    -1.0  0.0  0.0
-0.0  3.0   0.00     1.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse07.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse07.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse07.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00    -1.0  0.0  0.0
-0.0 -3.0  -1.00     1.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse08.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse08.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse08.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00    -1.0  0.0  0.0
-0.0 -2.0  -1.00     1.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse09.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse09.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse09.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00    -1.0  0.0  0.0
-0.0 -1.0  -1.00     1.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse10.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse10.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse10.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00    -1.0  0.0  0.0
-0.0  0.0  -1.00     1.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse11.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse11.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse11.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00    -1.0  0.0  0.0
-0.0  1.0  -1.00     1.0  0.0  0.0
-0.0  2.0  -1.00     0.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse12.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse12.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse12.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00    -1.0  0.0  0.0
-0.0  2.0  -1.00     1.0  0.0  0.0
-0.0  3.0  -1.00     0.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0

Deleted: short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse13.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse13.spatialdb	2010-08-07 23:59:00 UTC (rev 17073)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfspatialdb/gfimpulse13.spatialdb	2010-08-10 03:09:40 UTC (rev 17074)
@@ -1,48 +0,0 @@
-// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
-//
-// This spatial database specifies the distribution of slip on the
-// fault surface. In this case we impose 4.0 m of right-lateral slip
-// for z >= -2.0 km with zero slip for z < -2.0 km. There is no reverse
-// slip or fault opening.
-//
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 3
-  value-names =  left-lateral-slip  reverse-slip  fault-opening
-  value-units =  m  m  m
-  num-locs = 21
-  data-dim = 2 // Data is specified on a plane.
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0e+3 // Specify coordinates in km for convenience.
-    space-dim = 3
-  } // cs-data
-} // SimpleDB
-// Columns are
-// (1) x coordinate (km)
-// (2) y coordinate (km)
-// (3) z coordinate (km)
-// (4) left-lateral-slip (m) (right-lateral is negative)
-// (5) reverse-slip (m)
-// (6) fault-opening (m)
-0.0 -3.0   0.00     0.0  0.0  0.0
-0.0 -2.0   0.00     0.0  0.0  0.0
-0.0 -1.0   0.00     0.0  0.0  0.0
-0.0  0.0   0.00     0.0  0.0  0.0
-0.0  1.0   0.00     0.0  0.0  0.0
-0.0  2.0   0.00     0.0  0.0  0.0
-0.0  3.0   0.00     0.0  0.0  0.0
-0.0 -3.0  -1.00     0.0  0.0  0.0
-0.0 -2.0  -1.00     0.0  0.0  0.0
-0.0 -1.0  -1.00     0.0  0.0  0.0
-0.0  0.0  -1.00     0.0  0.0  0.0
-0.0  1.0  -1.00     0.0  0.0  0.0
-0.0  2.0  -1.00    -1.0  0.0  0.0
-0.0  3.0  -1.00     1.0  0.0  0.0
-0.0 -3.0  -2.00     0.0  0.0  0.0
-0.0 -2.0  -2.00     0.0  0.0  0.0
-0.0 -1.0  -2.00     0.0  0.0  0.0
-0.0  0.0  -2.00     0.0  0.0  0.0
-0.0  1.0  -2.00     0.0  0.0  0.0
-0.0  2.0  -2.00     0.0  0.0  0.0
-0.0  3.0  -2.00     0.0  0.0  0.0



More information about the CIG-COMMITS mailing list