aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
blob: d082bea0d6fb7c6b4e32f065d05c5b47716f5ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Schedule definitions for thorn CarpetTest
# $Header:$

STORAGE: gfg arrg1 arrg2 arrg3

schedule carpettest_check_sizes AT initial
{
  LANG: C
} "Check grid function and grid array sizes"

schedule carpettest_check_arguments AT initial
{
  LANG: Fortran
} "Check grid function and grid array arguments"

schedule carpettest_slabtest AT initial
{
  LANG: C
} "Test hyperslabbing"