aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-28 15:15:34 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-28 15:15:34 +0000
commit3d8e8d35cccf5c0ce0a62d2a576f885809c86aee (patch)
treeac54ab4b644d53401b3d5b12d8369cf496830605 /param.ccl
parent6068f0c05431e0428488e9b101ab0c6e0c9cb425 (diff)
* remove support for "General" EOS interface (EOSG_*)
* test suites pass with Intel 11 (no optimizaton) on bethe and gcc 4.4.5 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@225 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl35
1 files changed, 0 insertions, 35 deletions
diff --git a/param.ccl b/param.ccl
index d83e028..ac01a95 100644
--- a/param.ccl
+++ b/param.ccl
@@ -479,41 +479,6 @@ keyword gradient_method "Which method is used to set GRHydro::DiffRho?"
"Rho weighted" :: "Based on the size of rho"
} "First diff"
-#For the new EOS interface
-
-BOOLEAN use_eosgeneral "Should we use the new EOS interface?"
-{
-} "no"
-
-STRING eosgeneral_name "The name of the EOS to be used"
-{
- ".*" :: "Any registered EOS"
-} "Polytrope"
-
-STRING eosgeneral_indep_names "The names of additional variables to be used in the EOS call"
-{
- ".*" :: "Any variables consistent with the EOS"
-} ""
-
-INT eosgeneral_n_indeps "The number of additional variables to be used in the EOS call"
-{
- 0:* :: "Anything non-negative"
-} 0
-
-STRING eosgeneral_indep_gfs "The names of the grid functions holding the additional variables"
-{
- ".*" :: "Should be in the full Thorn::GF format"
-} ""
-
-STRING eosgeneral_indep_plus_gfs "The names of the grid functions holding the additional variables that will be correct at the plus cell boundary"
-{
- ".*" :: "Should be in the full Thorn::GF format"
-} ""
-
-STRING eosgeneral_indep_minus_gfs "The names of the grid functions holding the additional variables that will be correct at the minus cell boundary"
-{
- ".*" :: "Should be in the full Thorn::GF format"
-} ""
# NaN detection level