[cig-commits] commit: Change the adaption threshold of sinker so that we still get some adaptivity

Mercurial hg at geodynamics.org
Wed Apr 27 01:39:26 PDT 2011


changeset:   218:1cf36349d166
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Apr 27 01:38:11 2011 -0700
files:       input/sinker.input
description:
Change the adaption threshold of sinker so that we still get some adaptivity


diff -r 457cd2684b09 -r 1cf36349d166 input/sinker.input
--- a/input/sinker.input	Wed Apr 27 01:13:50 2011 -0700
+++ b/input/sinker.input	Wed Apr 27 01:38:11 2011 -0700
@@ -28,7 +28,7 @@ FACStokes {
     // It owns the solver and contains the code to set up the solver.
     // The inputs for FACStokes is simply the inputs for the individual
     // parts owned by the FACStokes class.
-    adaption_threshold = 2.0e-3
+    adaption_threshold = 1.0e-4
     fac_solver {
         // This is the input for the cell-centered Stokes FAC solver
         // class in the SAMRAI library.



More information about the CIG-COMMITS mailing list