summaryrefslogtreecommitdiff
path: root/interface.ccl
blob: f74289762768f66da07b45e857140f55d1785f8e (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
27
# 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_mg      TYPE=GF TIMELEVELS=2
REAL W_val0    TYPE=GF TIMELEVELS=1 tags='Prolongation="None"'
REAL W_val1    TYPE=GF TIMELEVELS=1 tags='Prolongation="None"'
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