aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-03-06 13:04:52 +0000
committerkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-03-06 13:04:52 +0000
commit0f9bd2adc8e1a09fc5f549fc83c9b96724e56b0e (patch)
tree5b3312425f304f00462fd42ca3eb7a17152fb12e /param.ccl
parent270f6167280ab9016df899a3b439ab7d496314e3 (diff)
some bugfixes
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@4 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 12 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 61914c7..cfa152d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -40,14 +40,22 @@ REAL pt_initial_z[10] "Initial z coordinate positions of BHs"
: :: "Anything goes"
} 0.0
+BOOLEAN pt_regrid "should we use PT to Regrid?"
+{
+} "no"
+
+REAL pt_regrid_buffer "regrid if new location-old_location > buffer"
+{
+ : ::"anything greater zero"
+} 0.5
+
INT pt_which_surface_to_take[10] "which surface"
{
-0:42 :: ""
-} 0
+0:42 :: ""
+} 0
SHARES: TwoPunctures
USES REAL par_b
-
-
+