aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f2ea251b-07d6-4a45-8f2c-a162b3fa7596>2009-11-24 21:52:23 +0000
committerschnetter <schnetter@f2ea251b-07d6-4a45-8f2c-a162b3fa7596>2009-11-24 21:52:23 +0000
commit06903d0f2e0b9ebe34efbeec1dda3aaaef6dd26d (patch)
treef6660f875f9a1fdd35831fc15e6563e80f830753 /schedule.ccl
parent74eacc1596716d3814bdb3aa0576fc9fc7da3f93 (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_Bin_NS/trunk@2 f2ea251b-07d6-4a45-8f2c-a162b3fa7596
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..fedc249
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,17 @@
+# Schedule definitions for thorn ID_Bin_NS
+
+if (CCTK_EQUALS (initial_data, "ID_Bin_NS") ||
+ CCTK_EQUALS (initial_lapse, "ID_Bin_NS") ||
+ CCTK_EQUALS (initial_shift, "ID_Bin_NS") ||
+ CCTK_EQUALS (initial_hydro, "ID_Bin_NS"))
+{
+ SCHEDULE ID_Bin_NS_check_parameters AT paramcheck
+ {
+ LANG: C
+ } "Check parameters"
+
+ SCHEDULE ID_Bin_NS_initialise IN ADMBase_Initial
+ {
+ LANG: C
+ } "Set up binary neutron star initial data"
+}