[Commits] [svn:einsteintoolkit] SetMask_SphericalSurface/trunk/ (Rev. 116)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Sun Jul 8 00:02:29 CDT 2012
User: rhaas
Date: 2012/07/08 12:02 AM
Modified:
/trunk/
schedule.ccl
Log:
schedule in local mode during postregrid
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +3 -1
===================================================================
--- trunk/schedule.ccl 2012-05-28 22:21:53 UTC (rev 115)
+++ trunk/schedule.ccl 2012-07-08 05:02:29 UTC (rev 116)
@@ -1,13 +1,15 @@
# Schedule definitions for thorn SetMask_SphericalSurface
+# we need global loop-local since SphericalSurface_Set and AHFinderDirect run in global mode
schedule SetMask_SphericalSurface AT CCTK_POSTSTEP after SphericalSurface_HasBeenSet before HydroBase_ExcisionHasBeenSet
{
LANG: C
options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"
+# these must be local mode since they relate to HydroBase_InitExcisionMask
+# which must be local in PostRegrid
schedule SetMask_SphericalSurface IN HydroBase_ExcisionMaskSetup after HydroBase_InitExcisionMask
{
LANG: C
- options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"
More information about the Commits
mailing list