aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-08-18 18:41:48 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-08-18 18:41:48 +0000
commit6180266c6d85aaf524691a0b9018af6e1b774844 (patch)
tree8b17788b8b9938f804eaf057ff486a783424bc8c /param.ccl
parent19f26ed9396aa1562898c164f5e281b3ea50c73a (diff)
* adjustments for things to work with updated
EOS_Omni interface * test case passes git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@149 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl31
1 files changed, 18 insertions, 13 deletions
diff --git a/param.ccl b/param.ccl
index c8e896d..86ef77b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -244,19 +244,24 @@ string GRHydro_eos_table "Name for the Equation of State"
####################### EOS Omni Parameters ##############################
-int GRHydro_poly_eoskey "eoskey for poly EOS"
-{
- 1:* :: "Must be larger than 0"
-} 1
-
-
-int GRHydro_eoskey "eoskey determining which EOS to use"
-{
- 1 :: "Polytropic EOS"
- 2 :: "Gamma-Law EOS"
- 3 :: "Hybrid EOS"
- 4:* :: "something else"
-} 2
+###int GRHydro_poly_eoskey "eoskey for poly EOS"
+###{
+### 1:* :: "Must be larger than 0"
+###} 1
+###
+###
+###int GRHydro_eoskey "eoskey determining which EOS to use"
+###{
+### 1 :: "Polytropic EOS"
+### 2 :: "Gamma-Law EOS"
+### 3 :: "Hybrid EOS"
+### 4:* :: "something else"
+###} 2
+
+real GRHydro_eos_rf_prec "Precision to which root finding should be carried out"
+{
+ (0.0:* :: "anything larger than 0 goes"
+} 1.0e-8
####################### Other Parameters ##############################