aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 7575d69d3022d29f0d90a51276582bb44dae9141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"

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