aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-10-12 16:43:41 +0000
committerbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-10-12 16:43:41 +0000
commitdbf4be4d3522c08f81ed6d303f8f9f36e1d50cc7 (patch)
treea2ea60f96f040a709719daa89f0e1bc95a6dc827 /param.ccl
parent1a80cb7aa17044e97ad435c3ac7f7744ba22504b (diff)
RIT's divergence cleaning development.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@161 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5ed8382..ba4a0fa 100644
--- a/param.ccl
+++ b/param.ccl
@@ -539,3 +539,16 @@ CCTK_REAL GRHydro_lorentz_overshoot_cutoff "Set the Lorentz factor to this value
0:* :: "Some big value"
} 1.e100
+boolean clean_divergence "Should we advect tracers?"
+{
+} "no"
+
+CCTK_REAL ch_dc "The c_h parameter for divergence cleaning"
+{
+ 0:* :: "Any value, but one is preferred"
+} 1.0
+
+CCTK_REAL cp_dc "The c_p parameter for divergence cleaning"
+{
+ 0:* :: "Any value, but one to 12 is preferred"
+} 1.0 \ No newline at end of file