summaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-08-07 15:17:41 +0200
committerAnton Khirnov <anton@khirnov.net>2018-08-07 15:17:41 +0200
commitb497f900c2274ec120752fd0bcc455d3f4c385ac (patch)
tree35f1806a17f20eb99265bc9639da3428e84cba01 /interface.ccl
Initial commit.
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..43e512c
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,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