aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-26 23:40:05 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-26 23:40:05 +0000
commit1eee8cf0b4736d858f432eaada22b66e7e07f572 (patch)
treed6c5b1297d697179b454ccb56138b12ff4512223 /param.ccl
parent44fb191dd3df6bc0836eaa6156d4ff9a1e8c6bbf (diff)
* initial structural modifications to start with MHD development (Noble/Ott)
-> add comoving b-field: bcom[3] and bcom0 -> add integer variable MHD which is set in ParamCheck to 0 or 1 according to HydroBase::Bvec_evolution_method being GRHydro or something else (don't want to do string comparisons very often) -> skeleton routine Conservative2PrimitiveM in separate .F90 file -> extend keyword Bvec_evolution_method with "GRHydro" * code compiles, should not hurt anything already there, does not do anyting (yet) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@115 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2cb4919..0420c82 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,6 +30,10 @@ EXTENDS KEYWORD evolution_method ""
{
"GRHydro" :: "Use GRHydro to evolve the hydro variables"
}
+EXTENDS KEYWORD Bvec_evolution_method ""
+{
+ "GRHydro" :: "Use GRHydro to evolve the MHD variables"
+}
#########################################
### PARAMETRES SHARED FROM MoL ###