aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIntegrateTest/schedule.ccl
blob: 76796a72fa7307f0871a5b76f4e2755c3966e535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Header:$

STORAGE: integrand[3]

schedule CarpetIntegrate_Local AT CCTK_POSTSTEP
{
  LANG: C
} "Setup integrand function"

schedule CarpetIntegrate_Global AT CCTK_ANALYSIS 
{
  LANG: C
  OPTIONS: global
} "Global integration by reduction"