[cig-commits] [commit] baagaard/fix-cubit-cellsize, baagaard/fix-fullscale-3d-tests, baagaard/fix-packaging, knepley/fix-parallel-mult-faults, knepley/upgrade-petsc-interface, master, next: Enable 3-D fault full-scale test. (59a6c78)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:02:24 PDT 2014


Repository : ssh://geoshell/pylith

On branches: baagaard/fix-cubit-cellsize,baagaard/fix-fullscale-3d-tests,baagaard/fix-packaging,knepley/fix-parallel-mult-faults,knepley/upgrade-petsc-interface,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

>---------------------------------------------------------------

commit 59a6c78b74c7958fb0a42246bd7c8bba7b94b6da
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Mar 11 07:46:25 2014 -0700

    Enable 3-D fault full-scale test.


>---------------------------------------------------------------

59a6c78b74c7958fb0a42246bd7c8bba7b94b6da
 tests_auto/3d/hex8/testpylith.py       |  4 ++--
 tests_auto/3d/tet4/sheardispnoslip.cfg | 24 ++++++++++++------------
 tests_auto/3d/tet4/testpylith.py       |  4 ++--
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/tests_auto/3d/hex8/testpylith.py b/tests_auto/3d/hex8/testpylith.py
index a6f6e7b..c0c77b6 100644
--- a/tests_auto/3d/hex8/testpylith.py
+++ b/tests_auto/3d/hex8/testpylith.py
@@ -30,8 +30,8 @@ def suite():
   from TestShearDisp import TestShearDisp
   suite.addTest(unittest.makeSuite(TestShearDisp))
 
-  #from TestShearDispNoSlip import TestShearDispNoSlip
-  #suite.addTest(unittest.makeSuite(TestShearDispNoSlip))
+  from TestShearDispNoSlip import TestShearDispNoSlip
+  suite.addTest(unittest.makeSuite(TestShearDispNoSlip))
 
   return suite
 
diff --git a/tests_auto/3d/tet4/sheardispnoslip.cfg b/tests_auto/3d/tet4/sheardispnoslip.cfg
index c37fbab..bc7a2c7 100644
--- a/tests_auto/3d/tet4/sheardispnoslip.cfg
+++ b/tests_auto/3d/tet4/sheardispnoslip.cfg
@@ -7,16 +7,16 @@ command = mpirun -np ${nodes}
 # journal
 # ----------------------------------------------------------------------
 [sheardispnoslip.journal.info]
-timedependent = 1
-implicit = 1
-petsc = 1
-solverlinear = 1
-meshimporter = 1
-meshiocubit = 1
-implicitelasticity = 1
-quadrature3d = 1
-faultcohesivekin = 1
-fiatsimplex = 1
+#timedependent = 1
+#implicit = 1
+#petsc = 1
+#solverlinear = 1
+#meshimporter = 1
+#meshiocubit = 1
+#implicitelasticity = 1
+#quadrature3d = 1
+#faultcohesivekin = 1
+#fiatsimplex = 1
 
 # ----------------------------------------------------------------------
 # mesh_generator
@@ -139,9 +139,9 @@ ksp_rtol = 1.0e-8
 ksp_max_it = 100
 ksp_gmres_restart = 50
 
-ksp_monitor = true
+#ksp_monitor = true
 #ksp_view = true
-ksp_converged_reason = true
+#ksp_converged_reason = true
 
 #log_summary = true
 # start_in_debugger = true
diff --git a/tests_auto/3d/tet4/testpylith.py b/tests_auto/3d/tet4/testpylith.py
index a6f6e7b..c0c77b6 100644
--- a/tests_auto/3d/tet4/testpylith.py
+++ b/tests_auto/3d/tet4/testpylith.py
@@ -30,8 +30,8 @@ def suite():
   from TestShearDisp import TestShearDisp
   suite.addTest(unittest.makeSuite(TestShearDisp))
 
-  #from TestShearDispNoSlip import TestShearDispNoSlip
-  #suite.addTest(unittest.makeSuite(TestShearDispNoSlip))
+  from TestShearDispNoSlip import TestShearDispNoSlip
+  suite.addTest(unittest.makeSuite(TestShearDispNoSlip))
 
   return suite
 



More information about the CIG-COMMITS mailing list