[cig-commits] [commit] maint, williams/add-examples-grav2d: Small tweaks to tolerances. (5f0f568)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:42:07 PST 2014


Repository : https://github.com/geodynamics/pylith

On branches: maint,williams/add-examples-grav2d
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit 5f0f56865c2ba7cf247403ffdbc89541559c3ec3
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Sun Jun 22 13:23:41 2014 -0700

    Small tweaks to tolerances.


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

5f0f56865c2ba7cf247403ffdbc89541559c3ec3
 examples/2d/gravity/pylithapp.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/examples/2d/gravity/pylithapp.cfg b/examples/2d/gravity/pylithapp.cfg
index e0dc3bd..4302302 100644
--- a/examples/2d/gravity/pylithapp.cfg
+++ b/examples/2d/gravity/pylithapp.cfg
@@ -42,7 +42,7 @@ gravity_field.gravity_dir = [0.0, -1.0, 0.0]
 
 [pylithapp.timedependent.formulation.time_step]
 # Define the total time for the simulation and the time step size.
-total_time = 10.0*year
+total_time = 100.0*year
 dt = 1.0*year
 
 [pylithapp.timedependent.normalizer]
@@ -184,6 +184,7 @@ ksp_gmres_restart = 100
 
 # Linear solver monitoring options.
 ksp_monitor = true
+ksp_monitor_true_residual = true
 #ksp_view = true
 ksp_converged_reason = true
 ksp_error_if_not_converged = true
@@ -191,10 +192,12 @@ ksp_error_if_not_converged = true
 # Nonlinear solver monitoring options.
 snes_rtol = 1.0e-20
 snes_atol = 1.0e-13
+#snes_stol = 1.0e-20
 snes_max_it = 100
 snes_monitor = true
 #snes_view = true
 snes_converged_reason = true
+snes_linesearch_monitor = true
 snes_error_if_not_converged = true
 
 # PETSc summary -- useful for performance information.



More information about the CIG-COMMITS mailing list