aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
blob: a229736f9f7a6e90b651da75095622163a46a1cd (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 scg yy

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"