[cig-commits] r7012 - short/3D/PyLith/trunk/libsrc/materials

willic3 at geodynamics.org willic3 at geodynamics.org
Thu May 31 09:46:50 PDT 2007


Author: willic3
Date: 2007-05-31 09:46:49 -0700 (Thu, 31 May 2007)
New Revision: 7012

Modified:
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
Log:
Switch to turn off elastic behavior.


Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2007-05-31 15:35:21 UTC (rev 7011)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2007-05-31 16:46:49 UTC (rev 7012)
@@ -389,6 +389,7 @@
       parameters[_MaxwellIsotropic3D::pidVisStrain][iComp] =
 	totalStrain[iComp] - diag[iComp]*meanStrainTpdt;
     } // for
+    useElasticBehavior(false);
   } else {
     const double meanStrainT = parameters[_MaxwellIsotropic3D::pidStrainT][0] +
       parameters[_MaxwellIsotropic3D::pidStrainT][1] +



More information about the cig-commits mailing list