summaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 37e039a8d7696f1958912cc30d9b2a7b5024c856 (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
26
# Interface definition for thorn QuasiMaximalSlicingMG
implements: QuasiMaximalSlicingMG

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_INT FUNCTION MoLNumIntegratorSubsteps ()
USES FUNCTION MoLNumIntegratorSubsteps

public:
REAL W_val0    TYPE=GF TIMELEVELS=1
REAL W_val1    TYPE=GF TIMELEVELS=1
REAL W_val0_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant
REAL W_val1_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant

REAL W_pred0 TYPE=GF tags='Prolongation="None"' TIMELEVELS=1
REAL W_pred1 TYPE=GF tags='Prolongation="None"' TIMELEVELS=1
REAL W_pred0_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant
REAL W_pred1_time TYPE=ARRAY DIM=1 SIZE=32 DISTRIB=constant