[cig-commits] commit: Refine the entire grid

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


changeset:   3:390def91ff57
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Dec 29 16:12:07 2010 -0800
files:       example_inputs/const_refine.2d.input
description:
Refine the entire grid


diff -r 4100b4fca676 -r 390def91ff57 example_inputs/const_refine.2d.input
--- a/example_inputs/const_refine.2d.input	Wed Dec 29 16:11:38 2010 -0800
+++ b/example_inputs/const_refine.2d.input	Wed Dec 29 16:12:07 2010 -0800
@@ -79,7 +79,7 @@ CartesianGridGeometry {
   //                        domain is periodic.  Zero indicates not
   //                        periodic, non-zero value indicates periodicity.
   //                        [0]
-  domain_boxes = [(0,0), (31,31)]
+  domain_boxes = [(0,0), (7,7)]
   x_lo         = 0, 0
   x_up         = 1, 1
 }
@@ -87,9 +87,9 @@ StandardTagAndInitialize {
 StandardTagAndInitialize {
   tagging_method = "REFINE_BOXES"
   RefineBoxes {
-    level_0 = [(0,0),(31,15)]
-    level_1 = [(0,0),(63,15)]
-    level_2 = [(0,0),(16,16)]
+    level_0 = [(0,0),(7,7)]
+    level_1 = [(0,0),(15,15)]
+    level_2 = [(0,0),(31,31)]
     //etc.
   }
 }



More information about the CIG-COMMITS mailing list