aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2013-03-28 01:48:53 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2013-03-28 01:48:53 +0000
commit7d5bbf2886014e63d0011f31d5a643d919f58f47 (patch)
tree0d192b695a0915e37f9cb49392fe896f5ce768ad /schedule.ccl
parentfd05b50e5ccf463bc86ffcd19c520754e5bc03e7 (diff)
GRHydro: add parameters to set Bondi solution only in certain range.
From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@197 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 76563c9..d5aa21a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -250,6 +250,13 @@ if (CCTK_EQUALS(initial_hydro, "magnetized_bondi_solution"))
} "setup GRHydro vars for the magnetized Bondi solution"
}
+if(bondi_evolve_only_annulus) {
+SCHEDULE GRHydro_BondiM_Range IN HydroBase_Con2Prim BEFORE Con2Prim
+{
+ LANG: C
+} "force analytic solution outside anulus"
+}
+
if (CCTK_EQUALS(initial_Bvec, "poloidalmagfield") || CCTK_EQUALS(initial_Avec, "poloidalmagfield"))
{
# SCHEDULE GRHydro_PoloidalMagFieldM AT CCTK_INITIAL AFTER IN HydroBase_Initial AFTER rnsid_init AFTER TOV_Initial_Data after CCCC_StarMapper_InitialData