aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-02-14 20:35:42 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-02-14 20:35:42 +0000
commite324b28ed17601a378e050d7a54867226851d981 (patch)
tree998c471d379cdff9d4a35e340e080aec2bd8f790 /interface.ccl
parent86a0701e5cb7a3d10094ee56c92c6da01b2bc3e9 (diff)
*** empty log message ***
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@2 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl23
1 files changed, 23 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..100bdb9
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,23 @@
+# Interface definition for thorn CartGrid3D
+# $Header$
+
+implements: grid
+friend: driver
+
+public:
+
+real gridspacings type=SCALAR
+{
+ coarse_dx,
+ coarse_dy,
+ coarse_dz
+} "3D Cartesian grid spacings"
+
+real coordinates type = GF
+{
+ x,
+ y,
+ z,
+ r
+} "3D Cartesian grid coordinates"
+