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

if (enable_test)
{
  STORAGE: harmonics[1]
}

schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia)
{
  LANG: C
  OPTIONS: GLOBAL
} "Calculate Multipoles"

if (enable_test)
{
    schedule Multipole_SetHarmonic at CCTK_INITIAL
    {
      LANG: C
    } "Populate grid functions with spherical harmonics"
}