aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl29
1 files changed, 29 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..c267fb6
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,29 @@
+# Interface definition for thorn WaveToyC
+# $Header$
+
+implements: wavetoy
+
+public:
+
+cctk_real scalarevolve type = GF
+{
+ phi
+} "The evolved scalar field"
+
+protected:
+
+cctk_real scalarold type = GF
+{
+ phi_old
+} "The scalar field at the last timestep"
+
+private:
+
+cctk_real scalartmps type = GF
+{
+ tmp
+} "Temporary GFs for WaveToy"
+
+
+
+