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

if (CCTK_Equals(initial_data,"planewaves")) 
{
  schedule planewaves at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct linear planewave initial data"  
}

if (CCTK_Equals(initial_data,"teukwaves")) 
{
  schedule teukwaves at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct linear Teukolsky wave initial data"  
}