aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-03-05 21:01:28 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2010-03-05 21:01:28 +0000
commit01c6d38d3b08d32c5fad17d987ae3575dc2e6212 (patch)
tree7c6217551ee661c59296d23e391487655bda8d3b /schedule.ccl
parente0ca182a350789eb071612bf663e0f2234240f1f (diff)
crude proper distance steering for use with TwoPunctures, working but needs to be tidied up
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@84 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3de374f..34fc47f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -51,6 +51,15 @@ if (!CCTK_Equals(TOV_save_to_datafile,""))
} "Save data to file and exit"
}
+if (TOV_ProperPosition)
+{
+ schedule TOV_Set_ProperPositions in TOV_Initial_Data after TOV_C_Integrate_RHS before TOV_C_Exact
+ {
+ LANG: C
+ Options: GLOBAL
+ } "Steer NS position parameters according to proper distance"
+}
+
if (CCTK_Equals(initial_data, "tov") || CCTK_Equals(initial_hydro, "tov") ||
(TOV_Use_Old_Initial_Data > 0) || TOV_Enforce_Interpolation)
{