aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-01-06 18:18:26 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-01-06 18:18:26 +0000
commit009711d38c7bbe2b2b434d935f34ce5d6969dfed (patch)
tree1fd7cd6006343d45897f9fd0d62c60725f441e7e /param.ccl
parent71b5bbb5148076bd8a9b39305763136c707ecfe4 (diff)
Added sor_maxit parameter (sor parameters now set by the thorn calling sor
rather than sor itself) and fixed parameter file git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@63 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0d9ef9d..b2a9892 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,6 +9,10 @@ EXTENDS KEYWORD initial_data
"brilldata" :: "Brill wave initial data"
} ""
+EXTENDS BOOLEAN use_conformal
+{
+}
+
private:
@@ -134,6 +138,11 @@ REAL brill_rhofudge "delta rho for axis fudge"
0: :: "Positive please"
} 0.00001
+INT sor_maxit "Maximum number of iterations"
+{
+0:* :: "Positive"
+} 100
+