From 8e2b610b0cd65653329e67acd6591f4e78416983 Mon Sep 17 00:00:00 2001 From: ianhin Date: Mon, 2 Nov 2009 12:34:55 +0000 Subject: 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 --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3