From 58366980842d608a9d21cd83fc49d1367731c81a Mon Sep 17 00:00:00 2001 From: rhaas Date: Thu, 9 Aug 2012 06:26:57 +0000 Subject: Slight tweaks to the monopole routine options (patch by Josh) From: Bruno Coutinho Mundim git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@149 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') 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" { -- cgit v1.2.3