aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
commit47b0340c7d540e4bac64f3c4d46d9fe408a6d48c (patch)
treebbc1aa85b920d632f6c58d5c23afce3fa12daf9f /interface.ccl
parent121aa9416503f022b5251feef06ab1f82debf3f5 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@3 41e88fdd-2190-4c69-9c84-4659c8cf322e
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"
+
+
+
+
+