aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-03-01 02:19:46 +0000
committerschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-03-01 02:19:46 +0000
commit72b38710fa90f3efbf860ad4693c0cdc8985cafd (patch)
tree8c60444a7dfea6f310f80d74c4142274d394582f /param.ccl
parent9e8e955645688bc93fc796d1077b348335282c8f (diff)
Introduce a parameter TP_epsilon that can be used to smooth out
initial data. It has the same meaning as for the Brill-Lindquist initial data in thorn AEIThorns/Exact, namely by r -> (r^4 + epsilon^4)^(1/4) By default, epsilon=0, which introduces no change. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@51 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 8764a16..d578502 100644
--- a/param.ccl
+++ b/param.ccl
@@ -71,6 +71,11 @@ INT Newton_maxit "Maximum number of Newton iterations"
0:* :: ""
} 5
+REAL TP_epsilon "A small number to smooth out singularities at the puncture locations"
+{
+ 0:* :: ""
+} 0.0
+
REAL TP_Tiny "Tiny number to avoid nans near or at the pucture locations"
{
0:* :: "anything positive, usually very small"