aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..1067c00
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,18 @@
+# Interface definition for thorn IDScalarWaveElliptic
+# $Header$
+
+implements: idscalarwaveelliptic
+inherits:grid wavetoy
+friend: wavetoy
+
+private:
+
+cctk_real ellcoeffs type = GF
+{
+ Mcoeff,Ncoeff
+} "Coefficients of the elliptic equation"
+
+
+
+
+