aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index b08888f..0007865 100644
--- a/param.ccl
+++ b/param.ccl
@@ -215,9 +215,20 @@ CCTK_INT number_of_generators "How many generators should be evolved"
1:* :: "Postive please"
} 1
+CCTK_INT number_of_generators_theta "How many generators in the theta direction"
+{
+ 1:* :: "Positive please"
+} 1
+
+CCTK_INT number_of_generators_phi "How many generators in the phi direction"
+{
+ 1:* :: "Positive please"
+} 1
+
KEYWORD generator_distribution "What initial distribution should be used"
{
"line" :: "Put the generators on a line in the xz-plane"
+ "2D array" :: "Put the generators on a surface with spherical topology"
} "line"
STRING surface_interpolator "What interpolator should be used to locate the surface"