[cig-commits] commit: Make the sinker inputs use more cycles

Mercurial hg at geodynamics.org
Fri Apr 29 20:53:24 PDT 2011


changeset:   224:b15cee1e4985
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Apr 29 20:52:07 2011 -0700
files:       input/sinker.input input/sinker3D.input
description:
Make the sinker inputs use more cycles


diff -r 5be0cf262822 -r b15cee1e4985 input/sinker.input
--- a/input/sinker.input	Fri Apr 29 20:47:59 2011 -0700
+++ b/input/sinker.input	Fri Apr 29 20:52:07 2011 -0700
@@ -33,7 +33,7 @@ FACStokes {
         // This is the input for the cell-centered Stokes FAC solver
         // class in the SAMRAI library.
         enable_logging = TRUE   // Bool flag to switch logging on/off
-        max_cycles = 5         // Max number of FAC cycles to use
+        max_cycles = 100         // Max number of FAC cycles to use
         residual_tol = 1e-3     // Residual tolerance to solve for
         num_pre_sweeps = 5      // Number of presmoothing sweeps to use
         num_post_sweeps = 5     // Number of postsmoothing sweeps to use
diff -r 5be0cf262822 -r b15cee1e4985 input/sinker3D.input
--- a/input/sinker3D.input	Fri Apr 29 20:47:59 2011 -0700
+++ b/input/sinker3D.input	Fri Apr 29 20:52:07 2011 -0700
@@ -33,7 +33,7 @@ FACStokes {
         // This is the input for the cell-centered Stokes FAC solver
         // class in the SAMRAI library.
         enable_logging = TRUE   // Bool flag to switch logging on/off
-        max_cycles = 10         // Max number of FAC cycles to use
+        max_cycles = 100         // Max number of FAC cycles to use
         residual_tol = 1e-3     // Residual tolerance to solve for
         num_pre_sweeps = 5      // Number of presmoothing sweeps to use
         num_post_sweeps = 5     // Number of postsmoothing sweeps to use



More information about the CIG-COMMITS mailing list