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

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

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