[cig-commits] r20794 - in short/3D/PyLith/branches/v1.7-trunk/tests: 2d/frictionslide 3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Fri Sep 28 15:49:17 PDT 2012


Author: brad
Date: 2012-09-28 15:49:17 -0700 (Fri, 28 Sep 2012)
New Revision: 20794

Modified:
   short/3D/PyLith/branches/v1.7-trunk/tests/2d/frictionslide/pylithapp.cfg
   short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Fixed snes_linesearch_monitor setting.

Modified: short/3D/PyLith/branches/v1.7-trunk/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/tests/2d/frictionslide/pylithapp.cfg	2012-09-28 19:56:44 UTC (rev 20793)
+++ short/3D/PyLith/branches/v1.7-trunk/tests/2d/frictionslide/pylithapp.cfg	2012-09-28 22:49:17 UTC (rev 20794)
@@ -111,12 +111,11 @@
 snes_max_it = 100
 
 snes_monitor = true
-snes_ls_monitor = true
+snes_linesearch_monitor = true
 #snes_view = true
 snes_converged_reason = true
 
-#log_summary = true
-#info =
+log_summary = true
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-09-28 19:56:44 UTC (rev 20793)
+++ short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-09-28 22:49:17 UTC (rev 20794)
@@ -188,7 +188,7 @@
 snes_atol = 1.0e-10
 snes_max_it = 100
 snes_monitor = true
-snes_ls_monitor = true
+#snes_linesearch_monitor = true
 #snes_steptol = 1.0e-20
 #snes_view = true
 snes_converged_reason = true



More information about the CIG-COMMITS mailing list