From 663e5a1c93d640e4a4a970d2e046a2275ad5df8a Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 2 Aug 2004 09:43:00 +0000 Subject: Calculate the weight function correctly. darcs-hash:20040802094335-07bb3-8cf89dfef6eab7c25a50842c68b62d8a7c230d57.gz --- Carpet/CarpetReduce/schedule.ccl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetReduce/schedule.ccl') diff --git a/Carpet/CarpetReduce/schedule.ccl b/Carpet/CarpetReduce/schedule.ccl index 048fa5a62..db1530ae7 100644 --- a/Carpet/CarpetReduce/schedule.ccl +++ b/Carpet/CarpetReduce/schedule.ccl @@ -1,5 +1,5 @@ # Schedule definitions for thorn CarpetReduce -# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/schedule.ccl,v 1.3 2004/06/14 07:01:21 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/schedule.ccl,v 1.4 2004/08/02 11:43:35 schnetter Exp $ schedule CarpetReduceStartup at STARTUP { @@ -22,6 +22,7 @@ SCHEDULE GROUP MaskBase_SetupMask AT postregrid SCHEDULE MaskBase_InitMask IN MaskBase_SetupMask { LANG: C + OPTIONS: global loop-local } "Initialise the weight function" SCHEDULE GROUP SetupMask IN MaskBase_SetupMask AFTER MaskBase_InitMask @@ -32,11 +33,12 @@ SCHEDULE GROUP SetupMask IN MaskBase_SetupMask AFTER MaskBase_InitMask SCHEDULE CoordBase_SetupMask IN SetupMask { LANG: C + OPTIONS: global loop-local } "Set up the outer boundaries of the weight function" # This might move to CarpetMask SCHEDULE CarpetMaskSetup IN SetupMask { LANG: C - OPTIONS: singlemap + OPTIONS: global loop-singlemap } "Set up the weight function for the restriction regions" -- cgit v1.2.3