summaryrefslogtreecommitdiff
path: root/interface.ccl
blob: cec39a33b921a065ffe5825a822c454b42224bd0 (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

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