aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: e04c602bcdaa540dcfc77b52257895d70bfb6be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Schedule definitions for thorn IDAxiBrillBH
# $Header$

if (CCTK_Equals(initial_data,"axibrillbh")) 
{
  schedule IDAxiBrillBH_ParamChecker at CCTK_PARAMCHECK
  {
    LANG: C
  } "Check that the metric_type is recognised"

  schedule IDAxiBrillBH in ADMBase_InitialData
  {
    LANG: Fortran
  } "Construct IDAxiBrillBH"  
}