aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest2/schedule.ccl
blob: 299654333d524ae8ae60e499db47753b211de435 (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
27
28
29
30
31
32
# Schedule definitions for thorn ReductionTest2
# $Header:$

STORAGE: redvars[3]

SCHEDULE CoM2_Local AT CCTK_INITIAL AFTER Whisky_Initial
{
  
  LANG: C
  SYNC: redvars
} "Setup integrands for CoM calculation"

SCHEDULE CoM2_Local AT CCTK_EVOL AFTER MoL_Evolution
{
  
  LANG: C
  SYNC: redvars
} "Setup integrands for CoM calculation"

SCHEDULE CoM2_Local AT Postregridinitial
{
  
  LANG: C
  SYNC: redvars
} "Setup integrands for CoM calculation"

SCHEDULE CoM2_Local AT Postregrid
{
  
  LANG: C
  SYNC: redvars
} "Setup integrands for CoM calculation"