aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-11-26 09:15:52 +0000
committerpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-11-26 09:15:52 +0000
commitb0e1ff9f87c37818be8b32367bc5418b71fe04ed (patch)
treef4129ae19d5d20f57dc074a8f48b77b4f2974568 /param.ccl
parentdf5f7f9c0385e3d27910c9fd0486f335000f0b6c (diff)
Erik's patch to improve parallelisation via OpenMP.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@88 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 6 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 47e0df4..1b1f504 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn TwoPunctures
-# $Header$
SHARES: ADMBase
@@ -97,22 +96,22 @@ REAL par_b "x coordinate of the m+ puncture"
REAL par_m_plus "mass of the m+ puncture" STEERABLE = ALWAYS
{
- 0.0:* :: ""
+ 0.0:*) :: ""
} 1.0
REAL par_m_minus "mass of the m- puncture" STEERABLE = ALWAYS
{
- 0.0:* :: ""
+ 0.0:*) :: ""
} 1.0
REAL target_M_plus "target ADM mass for m+"
{
- (0.0:*) :: ""
+ 0.0:*) :: ""
} 0.5
REAL target_M_minus "target ADM mass for m-"
{
- (0.0:*) :: ""
+ 0.0:*) :: ""
} 0.5
REAL par_P_plus[3] "momentum of the m+ puncture"
@@ -173,11 +172,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"
+BOOLEAN multiply_old_lapse "Multiply the old lapse with the new one"
{
} "no"
-BOOLEAN schedule_in_ADMBase_InitialData "Schedule in or after ADMBase_InitialData"
+BOOLEAN schedule_in_ADMBase_InitialData "Schedule in (instead of after) ADMBase_InitialData"
{
} "yes"