[cig-commits] r11895 - short/3D/PyLith/trunk/examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Thu May 1 19:32:20 PDT 2008


Author: brad
Date: 2008-05-01 19:32:20 -0700 (Thu, 01 May 2008)
New Revision: 11895

Modified:
   short/3D/PyLith/trunk/examples/3d/tet4/mat_elastic.spatialdb
Log:
Removed scaled material properties.

Modified: short/3D/PyLith/trunk/examples/3d/tet4/mat_elastic.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/mat_elastic.spatialdb	2008-05-02 02:31:32 UTC (rev 11894)
+++ short/3D/PyLith/trunk/examples/3d/tet4/mat_elastic.spatialdb	2008-05-02 02:32:20 UTC (rev 11895)
@@ -1,9 +1,14 @@
+// -*- C++ -*- (tell Emacs to use C++ mode for syntax highlighting)
+//
+// This spatial database specifies the distribution of material
+// properties. In this case, the material properties are uniform.
+//
 #SPATIAL.ascii 1
 SimpleDB {
-  num-values = 3
-  value-names =  density vs vp
-  value-units =  kg/m^3  m/s  m/s
-  num-locs = 1
+  num-values = 3 // number of material property values
+  value-names =  density vs vp // names of the material property values
+  value-units =  kg/m^3  m/s  m/s // units (conversions not supported)
+  num-locs = 1 // number of locations
   data-dim = 0
   space-dim = 3
   cs-data = cartesian {
@@ -11,4 +16,11 @@
     space-dim = 3
   }
 }
-0.0  0.0  0.0   2500.0e-5  3000.0e-5  5291.502622129181e-5
+// Columns are
+// (1) x coordinate (m)
+// (2) y coordinate (m)
+// (3) z coordinate (m)
+// (4) density (kg/m^3)
+// (5) vs (m/s)
+// (6) vp (m/s)
+0.0  0.0  0.0   2500.0  3000.0  5291.502622129181



More information about the cig-commits mailing list