[cig-commits] commit: Make the input only use one level for now

Mercurial hg at geodynamics.org
Fri Feb 25 14:14:35 PST 2011


changeset:   43:c616e7ffcd1b
user:        Walter Landry <wlandry at caltech.edu>
date:        Sat Jan 08 10:09:27 2011 -0800
files:       example_inputs/const_refine.2d.input
description:
Make the input only use one level for now


diff -r 7f0753960d0b -r c616e7ffcd1b example_inputs/const_refine.2d.input
--- a/example_inputs/const_refine.2d.input	Sat Jan 08 10:08:40 2011 -0800
+++ b/example_inputs/const_refine.2d.input	Sat Jan 08 10:09:27 2011 -0800
@@ -88,8 +88,8 @@ StandardTagAndInitialize {
   tagging_method = "REFINE_BOXES"
   RefineBoxes {
     level_0 = [(0,0),(7,7)]
-    level_1 = [(0,0),(15,15)]
-    level_2 = [(0,0),(31,31)]
+    //level_1 = [(0,0),(15,15)]
+    //level_2 = [(0,0),(31,31)]
     //etc.
   }
 }
@@ -120,7 +120,7 @@ PatchHierarchy {
    //              [level 0 entry]
    //   etc....                       
    // }
-   max_levels = 3
+   max_levels = 1
    ratio_to_coarser {
       level_1            = 2, 2
       level_2            = 2, 2



More information about the CIG-COMMITS mailing list