From c43f5da3419ef01e09ee6b4d1599a1a7006d4b3a Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 9 Aug 2006 10:56:41 +0000 Subject: - add a parameter to choose when to schedule the ID - add a parameter for multiplying an already computed lapse to the one computed here This does not change the default behaviour. However, the testsuite fails - but it also failed before this change in the same way. Does anybody know anything about this? -> It fails at exactly one point in the 1D-slices, but only in y and z directions git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@59 b2a53a04-0f4f-0410-87ed-f9f25ced00cf --- param.ccl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 0d3973f..734c3cc 100644 --- a/param.ccl +++ b/param.ccl @@ -14,7 +14,7 @@ EXTENDS KEYWORD initial_lapse { "twopunctures-antisymmetric" :: "antisymmetric lapse for two puncture black holes, -1 <= alpha <= +1" "twopunctures-averaged" :: "averaged lapse for two puncture black holes, 0 <= alpha <= +1" - "psi^n" :: "Based on the initial conformal factor" + "psi^n" :: "Based on the initial conformal factor" } @@ -147,3 +147,11 @@ BOOLEAN do_initial_debug_output "Output debug information about initial guess" { } "no" +BOOLEAN multiply_old_lapse "Multiply the old lapse to the new one" +{ +} "no" + +BOOLEAN schedule_in_ADMBase_InitialData "Schedule in or after ADMBase_InitialData" +{ +} "yes" + -- cgit v1.2.3