aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:33 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:33 +0000
commit48b053d41b2aa9ce720d443d288eef535fb9651d (patch)
treebb5274de4dfb94de758bafc0ee77e6b5f499fb06 /param.ccl
parentd6e45e79d92f3d2adf3eb4ebcc7641db07119f30 (diff)
GRHydro: Implement entropy evolution (separated from temp evolution)
From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@455 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 41c5ed3..409cad3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -40,7 +40,11 @@ EXTENDS KEYWORD Y_e_evolution_method ""
}
EXTENDS KEYWORD temperature_evolution_method ""
{
- "GRHydro" :: "Use GRHydro to evolve temperature and entropy"
+ "GRHydro" :: "Use GRHydro to evolve temperature"
+}
+EXTENDS KEYWORD entropy_evolution_method ""
+{
+ "GRHydro" :: "Use GRHydro to evolve entropy"
}
#########################################