aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: d1c6225d3e15a9cd048944837a55923082a852e5 (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 initial
{
  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"
}