aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2013-02-23 23:43:44 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2013-02-23 23:43:44 +0000
commit691b9206f998884e1987b07322f1657aaeb7fcc8 (patch)
treed59e1ea9dd463976abc37f6d5ca77357e1f1bace /schedule.ccl
parente35d6e7aa0f9bdfa99bebe01df327eca59ef9817 (diff)
* add support for cold tabulated EOS (P=P(rho)) that
can be supplemented with a thermal gamma law git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/trunk@74 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9920825..d445705 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -26,3 +26,11 @@ if (nuceos_read_table)
}
+if (coldeos_read_table)
+{
+ SCHEDULE EOS_OMNI_ReadColdTable AT CCTK_BASEGRID
+ {
+ LANG: Fortran
+ OPTIONS: global
+ } "Read Cold EOS ASCII table"
+}