aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiller <miller@54f01db8-623e-4a4a-80be-c8eacd6477fb>1999-12-22 19:27:01 +0000
committermiller <miller@54f01db8-623e-4a4a-80be-c8eacd6477fb>1999-12-22 19:27:01 +0000
commitee648d2eaaba5d88df19fe9223105c178f6950ad (patch)
tree83338f7cc4b8dd92b1fbe8a6e332f16cf6934f24 /schedule.ccl
parentf33073e10b545008dc559ca4d2458790062aca06 (diff)
An thorn implementing the ideal fluid equation of state:
P = (gamma-1)*rho*eps Mark git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_IdealFluid/trunk@2 54f01db8-623e-4a4a-80be-c8eacd6477fb
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..a81b470
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,9 @@
+# Schedule definitions for thorn EOS_Ideal_Fluid
+# $Header$
+
+SCHEDULE EOS_Ideal_Fluid_Startup AT startup
+{
+ LANG: Fortran
+} "Setup EOS test in Fortran"
+
+