aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/Cart3dTest/interface.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /CarpetAttic/Cart3dTest/interface.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'CarpetAttic/Cart3dTest/interface.ccl')
-rw-r--r--CarpetAttic/Cart3dTest/interface.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/CarpetAttic/Cart3dTest/interface.ccl b/CarpetAttic/Cart3dTest/interface.ccl
new file mode 100644
index 000000000..696a486b8
--- /dev/null
+++ b/CarpetAttic/Cart3dTest/interface.ccl
@@ -0,0 +1,14 @@
+# Interface definition for thorn Cart3dTest
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/Cart3dTest/interface.ccl,v 1.1 2001/03/01 15:49:27 eschnett Exp $
+
+implements: Cart3dTest
+inherits: grid
+
+CCTK_REAL quantities type=GF
+{
+ s,
+ vx, vy, vz,
+ fxx, fxy, fxz, fyx, fyy, fyz, fzx, fzy, fzz,
+ txx, txy, txz, tyy, tyz, tzz,
+ ax, ay, az
+} "Some tensor quantities"