aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-10-20 12:35:03 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-10-20 12:35:03 +0000
commitd4bc19f0cb1a24b71a92cef8b03de4020b6e1f5c (patch)
tree59afac067d2d0ee21b19a863e37729080e37b431 /interface.ccl
parentadee3e97c377b390fe318d0d8b888b96db8554b3 (diff)
Courant condition implemented for timestep, as described in documentation.
This hasn't been very well tested yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@11 5633253d-7678-4964-a54d-f87795f8ee59
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 1009f1e..aea0edc 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,3 +3,16 @@
implements: time
+protected:
+
+REAL speedvars type=SCALAR
+{
+ wave_speed
+} "Speed to use for Courant condition"
+
+private:
+
+REAL couranttemps type=SCALAR
+{
+ courant_dt
+} "Variable just for output" \ No newline at end of file