aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/ReductionTest3/schedule.ccl
blob: 92a70fce8dc383359b5b852649f8effe2428c181 (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
42
43
44
45
46
47
48
49
# Schedule definitions for thorn ReductionTest
# $Header:$

STORAGE: center_of_mass center_of_mass_helpers[3] myredvar[3]

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

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

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

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



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


#SCHEDULE CoM3 AT Postregrid AFTER CoM3_Local
#{
#  
#  LANG: C
#  OPTIONS: GLOBAL
#} "CoM Reductions"