aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 74b5d33fdb9b65a944f3ac2775c1201601e0b14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Schedule definitions for thorn EOS_Omni


schedule EOS_Omni_Startup AT WRAGH
{
 LANG: Fortran
 OPTIONS: global
} "Set up conversion factors and other fun stuff"

if (nuceos_read_table)
{
  SCHEDULE EOS_OMNI_ReadTable AT CCTK_BASEGRID
  {
    LANG: C
    OPTIONS: global
  } "Read EOS HDF5 table"
}