[cig-commits] r7339 - short/3D/PyLith/trunk/unittests/libtests/materials/data

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Jun 20 20:25:56 PDT 2007


Author: willic3
Date: 2007-06-20 20:25:55 -0700 (Wed, 20 Jun 2007)
New Revision: 7339

Modified:
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc
Log:
Fixed unit test for calcElasticConstsTimeDep to correspond to fixes
in MaxwellIsotropic3D.cc.



Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py	2007-06-21 02:59:17 UTC (rev 7338)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py	2007-06-21 03:25:55 UTC (rev 7339)
@@ -157,7 +157,7 @@
     C3312 = 0.0
     C3323 = 0.0
     C3313 = 0.0
-    C1212 = 3.0*visFac
+    C1212 = 6.0*visFac
     C1223 = 0.0
     C1213 = 0.0
     C2323 = C1212

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc	2007-06-21 02:59:17 UTC (rev 7338)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc	2007-06-21 03:25:55 UTC (rev 7339)
@@ -145,12 +145,12 @@
   0.00000000e+00,
   0.00000000e+00,
   0.00000000e+00,
-  2.24494509e+10,
+  4.48989017e+10,
   0.00000000e+00,
   0.00000000e+00,
-  2.24494509e+10,
+  4.48989017e+10,
   0.00000000e+00,
-  2.24494509e+10,
+  4.48989017e+10,
   8.63988941e+09,
   2.88005529e+09,
   2.88005529e+09,
@@ -166,12 +166,12 @@
   0.00000000e+00,
   0.00000000e+00,
   0.00000000e+00,
-  2.87991706e+09,
+  5.75983412e+09,
   0.00000000e+00,
   0.00000000e+00,
-  2.87991706e+09,
+  5.75983412e+09,
   0.00000000e+00,
-  2.87991706e+09,
+  5.75983412e+09,
 };
 
 pylith::materials::MaxwellIsotropic3DTimeDepData::MaxwellIsotropic3DTimeDepData(void)



More information about the cig-commits mailing list