aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
blob: c3af268becfb06e0270baccc694684576ff2c0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"

if (test_slab) {
  schedule carpettest_slabtest AT initial
  {
    LANG: C
  } "Test hyperslabbing"
}