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

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Oct 23 09:55:11 PDT 2006


Author: willic3
Date: 2006-10-23 09:55:10 -0700 (Mon, 23 Oct 2006)
New Revision: 5079

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py
Log:
Added power-law rheology.



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-10-23 16:25:15 UTC (rev 5078)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/__init__.py	2006-10-23 16:55:10 UTC (rev 5079)
@@ -33,7 +33,8 @@
 
 __all__ = ["MaterialModel",
 	   "IsotropicLinearElastic",
-	   "IsotropicLinearMaxwellViscoelastic"]
+	   "IsotropicLinearMaxwellViscoelastic",
+	   "IsotropicPowerLawMaxwellViscoelastic"]
 
 def copyright():
     return "pylith3d pyre module: Copyright (c) 1998-2003 California Institute of Technology";



More information about the cig-commits mailing list