aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e16e785..ca2fc22 100644
--- a/param.ccl
+++ b/param.ccl
@@ -47,6 +47,18 @@ INT npoints_phi "Number of coefficients in the phi direction"
+REAL Newton_tol "Tolerance for Newton solver"
+{
+ (0:*) :: ""
+} 1.0e-10
+
+INT Newton_maxit "Maximum number of Newton iterations"
+{
+ 0:* :: ""
+} 5
+
+
+
REAL par_b "x coordinate of the m+ puncture"
{
(0.0:*) :: ""