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

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)

CCTK_INT FUNCTION MoLNumIntegratorSubsteps ()
USES FUNCTION MoLNumIntegratorSubsteps

REQUIRES FUNCTION MoLRegisterConstrained
REQUIRES FUNCTION MoLRegisterSaveAndRestore
REQUIRES FUNCTION MoLRegisterSaveAndRestoreGroup