From ae5f3e19e3285a80ede01ec577f439d5c14c610f Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 17 Nov 2004 08:49:01 +0000 Subject: 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 --- param.ccl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" + -- cgit v1.2.3