aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@9a8dfbc3-8997-403f-b745-98a780c092cc>2009-11-24 21:52:24 +0000
committerschnetter <schnetter@9a8dfbc3-8997-403f-b745-98a780c092cc>2009-11-24 21:52:24 +0000
commit610bb2b5de5eeccc0e78cdcaf99dbe0be92ad80c (patch)
tree66e85da925b9849cffe5142e99fea843f923f5a9 /schedule.ccl
parent9e08ae4b7c22f48c50786326beb45020f7aa8452 (diff)
Add three thorns ID_Bin_BH, ID_Bin_NS, and ID_Mag_NS that import
LORENE initial data. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Meudon_Mag_NS/trunk@2 9a8dfbc3-8997-403f-b745-98a780c092cc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..eac9010
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,18 @@
+# Schedule definitions for thorn ID_Mag_NS
+
+if (CCTK_EQUALS (initial_data, "ID_Mag_NS") ||
+ CCTK_EQUALS (initial_lapse, "ID_Mag_NS") ||
+ CCTK_EQUALS (initial_shift, "ID_Mag_NS") ||
+ CCTK_EQUALS (initial_hydro, "ID_Mag_NS") ||
+ CCTK_EQUALS (initial_Bmag, "ID_Mag_NS"))
+{
+ SCHEDULE ID_Mag_NS_check_parameters AT paramcheck
+ {
+ LANG: C
+ } "Check parameters"
+
+ SCHEDULE ID_Mag_NS_initialise IN ADMBase_Initial
+ {
+ LANG: C
+ } "Set up magnetised neutron star initial data"
+}