aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-02-13 13:40:01 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-02-13 13:40:01 +0000
commite74d0febe4c8a26c5a1decd92e9c4c637990aaea (patch)
treeb1b7534c215d3cff9dea958aa274f3d78a3b7863 /param.ccl
parente121eed6101ffee1b5d4ba74ef601c8ceb0c9d61 (diff)
First attempt at using 2d grid arrays to hold the generator information.
Something fishy is going on. Don't use yet. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@165 2a26948c-0e4f-0410-aee8-f1d3e353619c
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"