[cig-commits] [commit] williams/add-examples-grav2d: Small tweaks to tolerances. (5f0f568)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Sun Jun 22 13:23:42 PDT 2014
Repository : https://github.com/geodynamics/pylith
On branch : williams/add-examples-grav2d
Link : https://github.com/geodynamics/pylith/compare/30251f1086fafccbd91b57175f0ed6986ba2802a...5f0f56865c2ba7cf247403ffdbc89541559c3ec3
>---------------------------------------------------------------
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