aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-03-05 20:44:27 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2010-03-05 20:44:27 +0000
commitd635f4788b1f0f862ead1b979cb08293ffec617b (patch)
tree2fc11fc91d6d0b27d37a97f953b5b0f7a91c3180
parent0380fbfaa33d675db86337c20ea7c7fb61260e34 (diff)
a bit more output (b), make par_b steerable
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@99 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--param.ccl2
-rw-r--r--schedule.ccl2
-rw-r--r--src/TwoPunctures.c1
3 files changed, 3 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 1b1f504..05e5590 100644
--- a/param.ccl
+++ b/param.ccl
@@ -89,7 +89,7 @@ REAL TP_Extend_Radius "Radius of an extended spacetime instead of the puncture"
0:* :: "anything positive, should be smaller than the horizon"
} 0.0
-REAL par_b "x coordinate of the m+ puncture"
+REAL par_b "x coordinate of the m+ puncture" STEERABLE=always
{
(0.0:*) :: ""
} 1.0
diff --git a/schedule.ccl b/schedule.ccl
index a603446..4353c66 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -22,7 +22,7 @@ if (CCTK_Equals(initial_data, "twopunctures"))
}
else
{
- SCHEDULE TwoPunctures AT Initial AFTER ADMBase_InitialData BEFORE ADMBase_PostInitial AFTER HydroBase_Initial
+ SCHEDULE TwoPunctures AT Initial AFTER ADMBase_InitialData BEFORE ADMBase_PostInitial AFTER HydroBase_Initial before SetTmunu before HydroBase_Prim2ConInitial
{
LANG: C
STORAGE: puncture_u bare_mass
diff --git a/src/TwoPunctures.c b/src/TwoPunctures.c
index d961815..e9284d4 100644
--- a/src/TwoPunctures.c
+++ b/src/TwoPunctures.c
@@ -229,6 +229,7 @@ TwoPunctures (CCTK_ARGUMENTS)
} else {
CCTK_INFO ("Solving puncture equation for BH-BH system");
}
+ CCTK_VInfo (CCTK_THORNSTRING, "b = %g", par_b);
/* initialise to 0 */
for (int j = 0; j < ntotal; j++)