aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjfaber <jfaber@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-11-01 23:17:55 +0000
committerjfaber <jfaber@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-11-01 23:17:55 +0000
commit5689d98830f1f37bbd2a8bab4e0807b5c1d9af60 (patch)
tree3b6b043d0dbfbf6d80a4f21779d8ed8f1316bcd4 /param.ccl
parent93fab06d2a0ad818d16b3297f2bf987934f31284 (diff)
Adding calc_bcom parameter
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@291 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 25ea2a8..d750946 100644
--- a/param.ccl
+++ b/param.ccl
@@ -537,6 +537,10 @@ boolean track_divB "Track the magnetic field constraint violations"
{
} "no"
+boolean calculate_bcom "Calculate the comoving contravariant magnetic 4-vector b^a?"
+{
+} "no"
+
############### Parameters for Tmunu damping (useful in atmosphere) #####################
CCTK_REAL Tmunu_damping_radius_min "damping radius at which we start to damp with a tanh function"