[cig-commits] commit: Make the input file split up the grid by default for testing.

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


changeset:   58:34cdb1c9286e
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Jan 14 11:12:07 2011 -0800
files:       example_inputs/const_refine.2d.input
description:
Make the input file split up the grid by default for testing.


diff -r bb5830394aba -r 34cdb1c9286e example_inputs/const_refine.2d.input
--- a/example_inputs/const_refine.2d.input	Fri Jan 14 11:11:24 2011 -0800
+++ b/example_inputs/const_refine.2d.input	Fri Jan 14 11:12:07 2011 -0800
@@ -132,8 +132,8 @@ PatchHierarchy {
       level_2            = 2, 2
    }
    largest_patch_size {
-      level_0 = 32, 32
-      //level_0 = 8, 8
+      //level_0 = 32, 32
+      level_0 = 8, 8
       // all finer levels will use same values as level_0...
    }
 }



More information about the CIG-COMMITS mailing list