aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIntegrateTest/schedule.ccl
blob: a9c886518049679e387aee187a926df30f26055d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/schedule.ccl,v 1.1 2004/09/01 17:47:53 schnetter Exp $

STORAGE: integrand[3]

schedule CarpetIntegrate_Local IN CCTK_ANALYSIS \
	BEFORE CarpetIntegrate_Extract
{
  LANG: C
} "Setup integrand function"

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