summaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 1a2c24554317a95a7740f5e268198f8f80ee0605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Interface definition for thorn MaximalSlicingAxi
implements: MaximalSlicingAxi

INHERITS: ADMBase grid CoordBase MethodOfLines ML_BSSN

CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN idx)
CCTK_INT FUNCTION MoLRegisterSaveAndRestore(CCTK_INT IN idx)
CCTK_INT FUNCTION MoLRegisterSaveAndRestoreGroup(CCTK_INT IN idx)

REQUIRES FUNCTION MoLRegisterConstrained
REQUIRES FUNCTION MoLRegisterSaveAndRestore
REQUIRES FUNCTION MoLRegisterSaveAndRestoreGroup

CCTK_REAL alpha_coeffs TYPE=array DIM=2 SIZE=basis_order_z,basis_order_r