From 009711d38c7bbe2b2b434d935f34ce5d6969dfed Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 6 Jan 2002 18:18:26 +0000 Subject: 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 --- par/brilldata.par | 4 ++-- param.ccl | 9 +++++++++ 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 + -- cgit v1.2.3