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

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

  STORAGE: brillconf
  STORAGE: brillelliptic

  schedule BrilData_InitSymBound at CCTK_BASEGRID
  {
    LANG: C
  } "Set up symmetries for brillpsi"

  schedule brilldata at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct Brill wave initial data"
}