aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@cct.lsu.edu>2010-08-25 18:29:48 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:22:58 +0000
commit3fb5bf288642e3843e325d6c0db0f8aee9e28ea3 (patch)
tree1274061aa34efdd0669aa56f0b81870258135f2f /Carpet/Carpet/schedule.ccl
parentc32dbb311cd8e19338235e7eecb0c64844852d3e (diff)
implement unusedpoints_mask
Diffstat (limited to 'Carpet/Carpet/schedule.ccl')
-rw-r--r--Carpet/Carpet/schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/Carpet/Carpet/schedule.ccl b/Carpet/Carpet/schedule.ccl
index 75d4097a5..b4f543e20 100644
--- a/Carpet/Carpet/schedule.ccl
+++ b/Carpet/Carpet/schedule.ccl
@@ -31,3 +31,18 @@ if (refine_timestep)
OPTIONS: singlemap
} "Correct time step size for spacing on finer grids"
}
+
+if (use_unusedpoints_mask)
+{
+ storage: carpet_unusedpoints_mask
+
+ schedule CarpetUnusedMask AT BASEGRID
+ {
+ LANG: C
+ } "Set mask of unused points"
+
+ schedule CarpetUnusedMask AT POSTREGRID
+ {
+ LANG: C
+ } "Set mask of unused points"
+}