summaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 6f9e0fe433165200f0831c757caa4aef9c07ee76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"