aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-09 10:56:41 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-09 10:56:41 +0000
commitc43f5da3419ef01e09ee6b4d1599a1a7006d4b3a (patch)
treef6c942163bde2e9a7337e0aa303bfc3aeb97500e /param.ccl
parent1e0c86eaad4427d0b760868890184c54f5c4de17 (diff)
- 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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 9 insertions, 1 deletions
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"
+