[cig-commits] commit: Set adaption threshold low enough so that sinker works up to 6 levels

Mercurial hg at geodynamics.org
Fri Apr 15 06:01:44 PDT 2011


changeset:   153:8da365284e39
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Apr 14 13:03:05 2011 -0700
files:       FACStokes/FACStokes.C
description:
Set adaption threshold low enough so that sinker works up to 6 levels


diff -r db7ac1d4f4ae -r 8da365284e39 FACStokes/FACStokes.C
--- a/FACStokes/FACStokes.C	Thu Apr 14 12:39:54 2011 -0700
+++ b/FACStokes/FACStokes.C	Thu Apr 14 13:03:05 2011 -0700
@@ -140,8 +140,8 @@ namespace SAMRAI {
                                                   operator */);
 
     d_adaptation_threshold=database->getDoubleWithDefault("adaption_threshold",
-                                                          // 0.5);
-                                                          1e1);
+                                                          0.00001);
+                                                          // 1e1);
 
     /*
      * Specify an implementation of solv::RobinBcCoefStrategy for the



More information about the CIG-COMMITS mailing list