aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b72ab4..4bca6fc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -245,9 +245,13 @@ if (CCTK_EQUALS(initial_hydro, "magnetized_bondi_solution"))
if (CCTK_EQUALS(initial_Bvec, "poloidalmagfield"))
{
- SCHEDULE GRHydro_PoloidalMagFieldM IN HydroBase_Initial AFTER TOV_Initial_Data
+# SCHEDULE GRHydro_PoloidalMagFieldM AT CCTK_INITIAL AFTER IN HydroBase_Initial AFTER rnsid_init AFTER TOV_Initial_Data after CCCC_StarMapper_InitialData
+ SCHEDULE GRHydro_PoloidalMagFieldM AT CCTK_POSTINITIAL
{
LANGUAGE: Fortran
} "Set up a poloidal magnetic field. It expects the other fluid variables already to be set, as for example in the TOV solution"
+ SCHEDULE group HydroBase_Boundaries IN HydroBase_Initial AFTER GRHydro_PoloidalMagFieldM
+ {
+ } "Call boundary conditions after magnetic field initial data setup"
}