aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"
{