From e74d0febe4c8a26c5a1decd92e9c4c637990aaea Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 13 Feb 2004 13:40:01 +0000 Subject: 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 --- param.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3