aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorreisswig <reisswig@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2008-10-05 01:51:48 +0000
committerreisswig <reisswig@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2008-10-05 01:51:48 +0000
commit4fe9f81a717896a25c4f982d0658f0514d59e895 (patch)
tree103d8d64d253b9b801897a23e328b82a9280c491 /param.ccl
parentd88e493e4a617cfc474785105503006df9b30eeb (diff)
Add capability to store puncture locations in spherical surfaces so that
CarpetMask can still exclude the region around the punctures. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@12 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 8e38121..89ac90e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -37,3 +37,17 @@ INT new_reflevel_number[2] "The new number of refinement levels"
{
-1:* :: "Negative for no change"
} -1
+
+
+INT which_surface_to_store_info[10] "A spherical surface index where we can store the puncture location"
+{
+ -1 :: "don't store puncture location"
+ 0:* :: "any spherical surface index"
+} -1
+
+
+PRIVATE:
+
+SHARES: SphericalSurface
+
+USES CCTK_INT nsurfaces \ No newline at end of file