[cig-commits] r9246 - short/3D/PyLith/trunk/pylith/materials

brad at geodynamics.org brad at geodynamics.org
Tue Feb 5 15:36:24 PST 2008


Author: brad
Date: 2008-02-05 15:36:24 -0800 (Tue, 05 Feb 2008)
New Revision: 9246

Modified:
   short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py
   short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py
   short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py
   short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py
   short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py
   short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py
Log:
Updated list of fields available for output.

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -38,7 +38,7 @@
            {'info': [],
             'data': []},
          'cell': \
-           {'info': ["vp", "vs", "density"],
+           {'info': ["Lame mu", "Lame lambda", "density"],
             'data': []}}
     return
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -40,7 +40,7 @@
            {'info': [],
             'data': []},
          'cell': \
-           {'info': ["vp", "vs", "density"],
+           {'info': ["Lame mu", "Lame lambda", "density"],
             'data': []}}
     return
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -39,7 +39,7 @@
            {'info': [],
             'data': []},
          'cell': \
-           {'info': ["vp", "density"],
+           {'info': ["Lame mu", "Lame lambda", "density"],
             'data': []}}
     return
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -39,7 +39,7 @@
            {'info': [],
             'data': []},
          'cell': \
-           {'info': ["vp", "density"],
+           {'info': ["Lame mu", "Lame lambda", "density"],
             'data': []}}
     return
 

Modified: short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -33,6 +33,13 @@
     Constructor.
     """
     ElasticMaterial.__init__(self, name)
+    self.availableFields = \
+        {'vertex': \
+           {'info': [],
+            'data': []},
+         'cell': \
+           {'info': ["Lame mu", "Lame lambda", "density"],
+            'data': []}}
     return
 
 

Modified: short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py	2008-02-05 23:33:53 UTC (rev 9245)
+++ short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py	2008-02-05 23:36:24 UTC (rev 9246)
@@ -33,6 +33,13 @@
     Constructor.
     """
     ElasticMaterial.__init__(self, name)
+    self.availableFields = \
+        {'vertex': \
+           {'info': [],
+            'data': []},
+         'cell': \
+           {'info': ["Lame mu", "Lame lambda", "density"],
+            'data': []}}
     return
 
 



More information about the cig-commits mailing list