From 1eee8cf0b4736d858f432eaada22b66e7e07f572 Mon Sep 17 00:00:00 2001 From: cott Date: Wed, 26 May 2010 23:40:05 +0000 Subject: * 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 --- param.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'param.ccl') 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 ### -- cgit v1.2.3