aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-08-20 19:02:20 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-08-20 19:02:20 +0000
commitf1cfca91b8d2e196c2c5d96ce9832446aed27aa4 (patch)
treec42eb169588b35f28151910db37ae1c700b51890 /param.ccl
parent61bd55cb591fab224f7d125bfc3d4ca9ba0b54ce (diff)
The beginning of adding Florin's isosurfacer to calculate triangulations
of the EH and calculate it's area. Don't use it yet. This is still in a development phase. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@183 2a26948c-0e4f-0410-aee8-f1d3e353619c
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 efa14b0..0bb8e7e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -264,6 +264,12 @@ CCTK_INT area_interpolation_order "What order should be used for the area interp
1:* :: "A valid positive interpolation order"
} 3
+KEYWORD area_calculation_method "How should the areas be calculated"
+{
+ "standard" :: "Using a angular coordinate system on the surface"
+ "isosurface" :: "Using an isosurface triangulation"
+} "standard"
+
STRING generator_interpolator "What interpolator should be used for the generators"
{
".+" :: "A valid interpolator name"