aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2002-01-04 09:43:58 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2002-01-04 09:43:58 +0000
commit6c00bc667a18f9d1bc07d1e0fde05558ab05dd39 (patch)
treea089ac1963c06919474c1d9594bb63c0594e2992 /param.ccl
parent9e8432f1b5efd74eacf43f2d21d070db09bfb3ce (diff)
Update and testsuite for multi and single processors
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@42 41e88fdd-2190-4c69-9c84-4659c8cf322e
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