aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjese <jese@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-02-19 12:10:07 +0000
committerjese <jese@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2008-02-19 12:10:07 +0000
commita08dbbaf3768ed3c763e6d6f83c7ed810064f1f2 (patch)
tree44eb79b24fefb8722ce6148858fc63cebfc27bab /param.ccl
parent9425bdfca1acb18c83d46546ac58712daf13439a (diff)
Added parameters boolean "give_bare_mass" and plus and minus target ADM masses for bare mass solver.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@80 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl23
1 files changed, 18 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index 8d650a4..10ec732 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,7 +26,7 @@ USES KEYWORD conformal_storage
-PRIVATE:
+RESTRICTED:
BOOLEAN verbose "Print screen output while solving"
{
@@ -36,6 +36,9 @@ BOOLEAN keep_u_around "Keep the variable u around after solving"
{
} "no"
+BOOLEAN give_bare_mass "User provides bare masses rather than target ADM masses"
+{
+} "yes"
KEYWORD grid_setup_method "How to fill the 3D grid from the spectral grid"
@@ -92,16 +95,26 @@ REAL par_b "x coordinate of the m+ puncture"
(0.0:*) :: ""
} 1.0
-REAL par_m_plus "mass 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"
+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.5
+
+REAL target_M_minus "target ADM mass for m-"
+{
+ (0.0:*) :: ""
+} 0.5
+
REAL par_P_plus[3] "momentum of the m+ puncture"
{
(*:*) :: ""