aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:20 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:20 +0000
commit61eeb17d64b2928122ecbbb410fd3946f20b925a (patch)
tree73ea6b181b8e5cd843b476155af9b7612afea351 /param.ccl
parentf6747aaed91b3c9b782e100f289893c37b322a3c (diff)
GRHydro_InitData: Bondi routine: smooth puncture data.
From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@162 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 11 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 07b6db2..b3c050f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -99,10 +99,20 @@ REAL shock_radius "Radius of sperical shock"
0.0:* :: "Anything positive"
} 1.0
-BOOLEAN use_smooth_puncture_data "Smooth puncture solution inside R=M using 4th order matching polynomial"
+BOOLEAN bondi_use_smooth_puncture_data "Smooth puncture solution inside R=M using 4th order matching polynomial"
{
} "no"
+
+BOOLEAN bondi_smooth_gxx "Smooth puncture data by matching to gxx not psi"
+{
+} "yes"
+
+REAL bondi_smooth_puncture_radius "Radius inside which to mathc functions, in units of R/M"
+{
+ 0:0.5 :: "Less than/equal to 0.5"
+} 0.5
+
BOOLEAN change_shock_direction "Change the shock direction"
{
} "no"