aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 84192c9..c71b759 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,4 +30,7 @@ STRING solver "Name of elliptic solver"
.* :: "Anything"
} "sor"
-
+INT sor_maxit "Maximum number of iterations for SOR solve"
+{
+ 1:* :: "Positive"
+} 100