[cig-commits] r5265 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Nov 14 13:22:04 PST 2006


Author: willic3
Date: 2006-11-14 13:22:04 -0800 (Tue, 14 Nov 2006)
New Revision: 5265

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py
Log:
Added generalized Maxwell model to list.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py	2006-11-14 21:21:34 UTC (rev 5264)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py	2006-11-14 21:22:04 UTC (rev 5265)
@@ -34,7 +34,8 @@
 __all__ = ["MaterialModel",
 	   "IsotropicLinearElastic",
 	   "IsotropicLinearMaxwellViscoelastic",
-	   "IsotropicPowerLawMaxwellViscoelastic"]
+	   "IsotropicPowerLawMaxwellViscoelastic",
+	   "IsotropicLinearGenMaxwellViscoelastic"]
 
 def copyright():
     return "pylith3d pyre module: Copyright (c) 1998-2003 California Institute of Technology";



More information about the cig-commits mailing list