[cig-commits] commit: Make adaption threshold tiny so that it is always refined for testing

Mercurial hg at geodynamics.org
Mon Apr 18 05:52:15 PDT 2011


changeset:   176:f0f1e64a9d64
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Apr 18 05:50:20 2011 -0700
files:       FACStokes/FACStokes.C
description:
Make adaption threshold tiny so that it is always refined for testing


diff -r b6d72be67fc9 -r f0f1e64a9d64 FACStokes/FACStokes.C
--- a/FACStokes/FACStokes.C	Sun Apr 17 19:41:30 2011 -0700
+++ b/FACStokes/FACStokes.C	Mon Apr 18 05:50:20 2011 -0700
@@ -140,7 +140,7 @@ namespace SAMRAI {
                                                   operator */);
 
     d_adaptation_threshold=database->getDoubleWithDefault("adaption_threshold",
-                                                          0.00001);
+                                                          1.0e-15);
                                                           // 1e1);
 
     /*



More information about the CIG-COMMITS mailing list