aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 3ee1965c3637af264301329dbf3dfeff2efecd1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Schedule definitions for thorn IDBrillData
# $Header$

if (CCTK_Equals(initial_data,"brilldata") || CCTK_Equals(initial_data,"brilldata2D"))
{

  STORAGE: brillconf
  STORAGE: brillelliptic

  schedule IDBrillData_ParamChecker at CCTK_PARAMCHECK
  {
    LANG: C
    OPTIONS: global
  } "Check that the metric_type is recognised"

  schedule BrillData_InitSymBound at CCTK_WRAGH
  {
    LANG: C
    OPTIONS: global
  } "Set up symmetries for brillpsi"

  schedule brilldata in ADMBase_InitialData
  {
    LANG: Fortran
  } "Construct Brill wave initial data"
}