From 7e483a30b750e030d7dee8a858094a70e36255b3 Mon Sep 17 00:00:00 2001 From: hawke Date: Fri, 4 Jun 2004 08:50:21 +0000 Subject: Initialize the mask grid functions after regridding. This has to be done as Carpet will not prolongate the mask. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@44 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e --- schedule.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schedule.ccl b/schedule.ccl index 5ffd607..41196f8 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -20,6 +20,12 @@ if (use_mask) LANG: C } "Set grid symmetries for mask" +#Initialize the mask again for mesh refinement + schedule MaskZero at POSTREGRID + { + LANG: C + } "Initialise mask to zero" + # # The following is for compatibility with current excision routines, # and will be removed once they are up-to-date with the new mask @@ -36,4 +42,10 @@ if (use_mask) LANG: C } "Set mask to one" +#Initialize the mask again for mesh refinement + schedule MaskOne at POSTREGRID + { + LANG: C + } "Set mask to one" + } -- cgit v1.2.3