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 8d04742..37a2f26 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,6 +11,12 @@ CCTK_INT nsurfaces "Number of surfaces" STEERABLE=recover
0:42 :: ""
} 0
+# can be queried via SphericalSurface_IdFromName()
+CCTK_STRING name[42] "User friendly name of spherical surface" STEERABLE=always
+{
+ "" :: "none set"
+ ".*" :: "any string"
+} ""
BOOLEAN auto_res[42] "Automatically determine resolution according to radius and Cartesian resolution"