aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 650e61b4e95dbd5b15f10cc30565cac883c62ce8 (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
schedule ADMConstraint_InitSymBound at CCTK_BASEGRID
{
  LANG: Fortran
} "Register GF symmetries for ADM Constraints"

if (constraints_persist)
{
  STORAGE: hamiltonian,momentum
  schedule ADMConstraints at CCTK_POSTSTEP
  {
    LANG: Fortran
  } "Evaluate ADM constraints for use in other routines"
}
else
{
  schedule ADMConstraints at CCTK_ANALYSIS
  {		
    LANG: Fortran
    STORAGE: hamiltonian,momentum
    TRIGGERS: hamiltonian,momentum
  } "Evaluate ADM constraints" 
}