aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest/schedule.ccl
blob: fa95547565da8f1d1c327584d8bd0a0a748c7a92 (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
33
34
35
36
37
38
39
40
41
# Schedule definitions for thorn ReductionTest
# $Header:$

STORAGE: center_of_mass center_of_mass_helpers[3]

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

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

SCHEDULE CoM_Local AT Postregridinitial
{
  
  LANG: C
  SYNC: center_of_mass_helpers
} "Setup integrands for CoM calculation"

SCHEDULE CoM_Local AT Postregrid
{
  
  LANG: C
  SYNC: center_of_mass_helpers
} "Setup integrands for CoM calculation"



SCHEDULE CoM AT CCTK_ANALYSIS 
{
  
  LANG: C
  OPTIONS: GLOBAL
} "CoM Reductions"