summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rwxr-xr-xschedule.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100755
index 0000000..6f9e0fe
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,22 @@
+# Schedule definitions for thorn EOS_GeneralHybrid
+# $Header$
+
+STORAGE: pressure_contributions
+
+schedule EOS_GeneralHybrid_Startup IN EOSBase_GeneralRegister AFTER EOS_GP_Setup
+{
+ LANG: C
+} "Register EOS_GeneralHybrid"
+
+
+schedule EOS_GeneralHybrid_Setup IN EOSBase_GeneralRegister AFTER EOS_GeneralHybrid_Startup
+{
+ LANG: Fortran
+} "Setup the EOS used by Dimmelmeier et al. in core collapse"
+
+
+schedule Check_Poly_Contrib_General AT CCTK_ANALYSIS
+{
+ LANG: Fortran
+ TRIGGERS: pressure_contributions
+} "Output the polytropic and thermal contributions"