aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-05-17 19:48:27 +0000
committerbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-05-17 19:48:27 +0000
commit9eaaeff77102591f18987eacc3fdc0ac5583d1cf (patch)
treec3d7cb79406035ccd80fb8c901d8e81e13d254f3 /param.ccl
parentd58491658cc5f1e5336a94760def168c89d95643 (diff)
Change default value of kap_dc from 1.0 to 10.0 as well as the recommendations.
This is based on the magnetic monopole tests. It indicates that kap_dc = 10.0 reaches the best balance between damping and advecting. kap_dc = 1.0 advects well but damps much slower. kap_dc = 100.0 seems to turn the problem into a stiff one and it fails to either damp or advect the divergencies away when compared to the other two cases. The recommendation then goes to use values between 1.0 and 10.0. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@337 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index d022a93..c22b6c1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -529,8 +529,8 @@ boolean clean_divergence "Use hyperbolic divergence cleaning"
CCTK_REAL kap_dc "The kap parameter for divergence cleaning"
{
- 0:* :: "Any non-negative value, but 1/144 to 1 seems preferred"
-} 1.0
+ 0:* :: "Any non-negative value, but 1.0 to 10.0 seems preferred"
+} 10.0
KEYWORD psidcspeed "Which speed to set for psidc"
{