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

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"