aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-08-09 06:26:57 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-08-09 06:26:57 +0000
commit58366980842d608a9d21cd83fc49d1367731c81a (patch)
treee5782984f7ef4cd28006ebb5674864b02dbdbd10 /param.ccl
parent43b1fcdae4892d4fb2a381a47a1bc55b92a0d141 (diff)
Slight tweaks to the monopole routine options (patch by Josh)
From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@149 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 29f7c29..63a138e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -147,6 +147,7 @@ KEYWORD monopole_type "Which kind of monopole?"
"Gauss" :: "Gaussian w/radius R_Gauss"
"1dalt" :: "1-d alternating"
"2dalt" :: "2-d alternating"
+ "3dalt" :: "3-d alternating"
} "Point"
CCTK_REAL R_Gauss "Radius for a Gaussian monopole"
@@ -154,6 +155,11 @@ CCTK_REAL R_Gauss "Radius for a Gaussian monopole"
0:* :: "Any positive number"
} 1.0
+CCTK_REAL Monopole_point_Bx "Pointlike Monopole Bx value"
+{
+ *:* :: "Any number"
+} 1.0
+
# For cylindrical explosion test:
CCTK_REAL cyl_r_inner "Inner Radius"
{