[cig-commits] commit: Put the refined region in the center of the grid.

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


changeset:   83:01a88d436868
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Feb 09 11:30:25 2011 -0800
files:       example_inputs/const_refine.2d.input
description:
Put the refined region in the center of the grid.


diff -r 88d5f062757c -r 01a88d436868 example_inputs/const_refine.2d.input
--- a/example_inputs/const_refine.2d.input	Wed Feb 09 11:29:46 2011 -0800
+++ b/example_inputs/const_refine.2d.input	Wed Feb 09 11:30:25 2011 -0800
@@ -97,8 +97,8 @@ StandardTagAndInitialize {
     level_0 = [(0,0),(3,3)]
     // level_1 = [(0,0),(7,7)]
     // level_2 = [(0,0),(15,15)]
-    level_1 = [(0,0),(1,1)]
-    level_2 = [(0,0),(1,1)]
+    level_1 = [(2,2),(3,3)]
+    level_2 = [(4,4),(5,5)]
     // level_3 = [(0,0),(1,1)]
     //etc.
   }



More information about the CIG-COMMITS mailing list