aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorianhin <ianhin@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2009-11-02 12:34:55 +0000
committerianhin <ianhin@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2009-11-02 12:34:55 +0000
commit8e2b610b0cd65653329e67acd6591f4e78416983 (patch)
treea7443e276d54ac53b441a4996e82dbf53fd63cad /schedule.ccl
parentdeabcbb4232037101b4035912303933d7c44f8c7 (diff)
PunctureTracker: Clean up use of spherical surfaces
Set spherical surface centroid, active and valid. Don't set CarpetRegrid2 variables directly; this is what CarpetTracker is for. Don't set origin. Schedule in POSTSTEP instead of PREREGRID. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@15 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cce26af..74fe206 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,8 +14,8 @@ SCHEDULE PunctureTracker_Track AT evol AFTER MoL_Evolution
OPTIONS: GLOBAL
} "Calculate new location of punctures"
-SCHEDULe PunctureTracker_SetPositions AT preregrid
+SCHEDULE PunctureTracker_SetPositions AT POSTSTEP
{
LANG: C
OPTIONS: global
-} "Set positions of refined regions"
+} "Copy puncture positions to spherical surfaces"