[cig-commits] r16211 - short/3D/PyLith/trunk/unittests/libtests/faults/data

brad at geodynamics.org brad at geodynamics.org
Tue Feb 2 08:16:46 PST 2010


Author: brad
Date: 2010-02-02 08:16:46 -0800 (Tue, 02 Feb 2010)
New Revision: 16211

Added:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_2d.spatialdb
   short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_3d.spatialdb
Log:
Added missing files.

Added: short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_2d.spatialdb
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_2d.spatialdb	                        (rev 0)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_2d.spatialdb	2010-02-02 16:16:46 UTC (rev 16211)
@@ -0,0 +1,14 @@
+#SPATIAL.ascii 1
+SimpleDB {
+  num-values = 1
+  value-names =  friction-coefficient
+  value-units =  none
+  num-locs = 1
+  data-dim = 0
+  space-dim = 2
+  cs-data = cartesian {
+    to-meters = 1.0
+    space-dim = 2
+  }
+}
+0.0  0.0   0.6

Added: short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_3d.spatialdb
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_3d.spatialdb	                        (rev 0)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/static_friction_3d.spatialdb	2010-02-02 16:16:46 UTC (rev 16211)
@@ -0,0 +1,14 @@
+#SPATIAL.ascii 1
+SimpleDB {
+  num-values = 1
+  value-names =  friction-coefficient
+  value-units =  none
+  num-locs = 1
+  data-dim = 0
+  space-dim = 3
+  cs-data = cartesian {
+    to-meters = 1.0
+    space-dim = 3
+  }
+}
+0.0  0.0  0.0   0.6



More information about the CIG-COMMITS mailing list