aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--par/brilldata.par4
-rw-r--r--param.ccl9
2 files changed, 11 insertions, 2 deletions
diff --git a/par/brilldata.par b/par/brilldata.par
index 91d33ed..3ba8bbb 100644
--- a/par/brilldata.par
+++ b/par/brilldata.par
@@ -34,12 +34,12 @@ idbrilldata::brill_a = 1.0
idbrilldata::brill_solver = "sor"
idbrilldata::brill_thresh = 0.001
-ellsor::maxit = 1000
-ellsor::sor_bound = "robin"
+idbrilldata::sor_maxit = 1000
# Output.
IO::out_every = 1
+IO::outdir = "brilldata"
IOASCII::out1D_vars = "einstein::gxx einstein::gyy einstein::gzz einstein::gxy einstein::gxz einstein::gyz idbrilldata::brillpsi"
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
+