aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: e4c492de2c2d94b6ce661fd4c3cf84b003dc6437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Schedule definitions for thorn SummationByParts
# $Header$

# Mask for norms
STORAGE: normmask

SCHEDULE SBP_SetNormMask AT basegrid
{
  LANG: Fortran
} "Setup the mask for the calulcation of the norm"

if (check_grid_sizes)
{
  SCHEDULE SBP_CheckGridSizes AT postinitial
  {
    LANG: Fortran
  } "Check grid sizes and ghost zones"
}

if (use_dissipation)
{
  SCHEDULE SBP_DissipationAdd IN MoL_PostRHS
  {
    LANG: C
  } "Add SBP compatible dissipation to the right hand sides"
}