From 912ba64ff15ceb5d56621014ed3788ac8a7c991f Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 30 Jun 2007 04:20:23 +0000 Subject: Schedule MaskZero and MaskOne at CCTK_POSTREGRIDINITIAL. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@56 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e --- schedule.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3