aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/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 /CarpetExtra/HydroToy/interface.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'CarpetExtra/HydroToy/interface.ccl')
-rw-r--r--CarpetExtra/HydroToy/interface.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/CarpetExtra/HydroToy/interface.ccl b/CarpetExtra/HydroToy/interface.ccl
new file mode 100644
index 000000000..09e8bf099
--- /dev/null
+++ b/CarpetExtra/HydroToy/interface.ccl
@@ -0,0 +1,21 @@
+# Interface definition for thorn HydroToy
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/interface.ccl,v 1.3 2001/12/07 18:27:08 schnetter Exp $
+
+implements: hydrotoy
+inherits: boundary grid
+
+
+
+public:
+
+CCTK_REAL hydroevolve type=GF timelevels=3
+{
+ u vx vy vz
+} "The evolve hydro fields"
+
+private:
+
+CCTK_REAL hydrotemps type=GF
+{
+ u_i vx_i vy_i vz_i
+} "Intermediate vales for the integrator"