aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-11-17 08:49:01 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-11-17 08:49:01 +0000
commitae5f3e19e3285a80ede01ec577f439d5c14c610f (patch)
treef7a020a1fc23d5ac4853d57b4b0a9d5b2974ed23
parent167e407763d63145178831ba9172a2d8848fcfac (diff)
possibility to use external initial guess
possibility to rescale sources two debug files possible all options off by default git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@27 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--param.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d66c2df..cab6c01 100644
--- a/param.ccl
+++ b/param.ccl
@@ -113,3 +113,20 @@ REAL par_S_minus[3] "spin of the m- puncture"
BOOLEAN use_sources "Use sources?"
{
} "no"
+
+BOOLEAN rescale_sources "If sources are used - rescale them after solving?"
+{
+} "yes"
+
+BOOLEAN use_external_initial_guess "Set initial guess by external function?"
+{
+} "no"
+
+BOOLEAN do_residuum_debug_output "Output debug information about the residuum"
+{
+} "no"
+
+BOOLEAN do_initial_debug_output "Output debug information about initial guess"
+{
+} "no"
+