[cig-commits] r16328 - in short/3D/PyLith/trunk/unittests/libtests: faults/data friction/data

surendra at geodynamics.org surendra at geodynamics.org
Tue Feb 23 13:29:28 PST 2010


Author: surendra
Date: 2010-02-23 13:29:27 -0800 (Tue, 23 Feb 2010)
New Revision: 16328

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc
Log:
Modified RateStateAgeing unittest to use time step from friction model (all tests pass)


Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc	2010-02-23 21:00:26 UTC (rev 16327)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc	2010-02-23 21:29:27 UTC (rev 16328)
@@ -1409,7 +1409,6 @@
 };
 
 // Output
-// :TODO: Update Lagrange multiplier values
 const double pylith::faults::CohesiveDynDataHex8::_fieldIncrSlipE[] = {
   5.1, 7.1, 9.1,
   5.2, 7.2, 9.2,
@@ -1433,7 +1432,6 @@
   -3.49677632, -4.95014952,  -10.0, // 21
 };
 
-// :TODO: Update slip values based on changes in Lagrange multiplier values
 const double pylith::faults::CohesiveDynDataHex8::_slipSlipE[] = {
   20.68227232,  27.69321209,  0.0,
   21.42498706,  28.44957298,  0.0,

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc	2010-02-23 21:00:26 UTC (rev 16327)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc	2010-02-23 21:29:27 UTC (rev 16328)
@@ -522,7 +522,6 @@
 };
 
 // Output
-// :TODO: Update Lagrange multiplier values
 const double pylith::faults::CohesiveDynDataTet4::_fieldIncrSlipE[] = {
   8.1, 9.1, 10.1,
   8.2, 9.2, 10.2, // 3
@@ -537,7 +536,6 @@
   -6.29211869, -7.18581852, -10.1, // 12
 };
 
-// :TODO: Update slip values based on changes in Lagrange multiplier values
 const double pylith::faults::CohesiveDynDataTet4::_slipSlipE[] = {
   31.17649592,  34.97850762,  0.0,
   31.9741524,  35.78059911,  0.0,

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc	2010-02-23 21:00:26 UTC (rev 16327)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc	2010-02-23 21:29:27 UTC (rev 16328)
@@ -135,8 +135,8 @@
 };
 
 const double pylith::friction::RateStateAgeingData::_stateVarsUpdated[] = {
-  92.7,
-  93.7,
+  92.682443150471812,
+  93.668141160483529,
 };
 
 pylith::friction::RateStateAgeingData::RateStateAgeingData(void)



More information about the CIG-COMMITS mailing list