summaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-03-13 16:06:46 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-13 16:06:46 +0100
commit3d9b62a6b6fbdde922cb73c262e20db4ac0d84ad (patch)
treed572cf0c873e6e214bb99934ec84afa4683fd2eb /interface.ccl
Initial commit.
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..cec39a3
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,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