aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2007-06-30 04:20:23 +0000
committerschnetter <schnetter@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2007-06-30 04:20:23 +0000
commit912ba64ff15ceb5d56621014ed3788ac8a7c991f (patch)
tree92ddd670cc1b3d336bb535a4a2ddf5717f45872e
parente5086bebd063727e8cba355d29c680880073e2f8 (diff)
Schedule MaskZero and MaskOne at CCTK_POSTREGRIDINITIAL.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@56 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2baf8a4..fc3abea 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -17,6 +17,11 @@ if (use_mask)
} "Set grid symmetries for mask"
#Initialize the mask again for mesh refinement
+ schedule MaskZero at CCTK_POSTREGRIDINITIAL
+ {
+ LANG: C
+ } "Initialise mask to zero"
+
schedule MaskZero at CCTK_POSTREGRID
{
LANG: C
@@ -45,6 +50,11 @@ if (use_mask)
} "Ensure that all mask values are legal"
#Initialize the mask again for mesh refinement
+ schedule MaskOne at CCTK_POSTREGRIDINITIAL
+ {
+ LANG: C
+ } "Set mask to one"
+
schedule MaskOne at CCTK_POSTREGRID
{
LANG: C