aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 31112863477e063b276b5e5ddcc8fa0bd4d64081 (plain)
1
2
3
4
5
6
7
8
9
# Schedule definitions for thorn IDLinearWaves

if (CCTK_Equals(initaldata,"linearwaves")) 
{
  schedule LinearWaves at CACTUS_INITIAL
  {
    LANG: Fortran
  } "Construct linear wave initial data"  
}