From b6d8e0e0f643fc908435ccc955690edcdab1e272 Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 19 Apr 2002 09:31:51 +0000 Subject: Routines for setting up evolution with MoL, for initializing the level set function and evolving it. Have to add re-parametrization of the level set function before it can be used. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@3 2a26948c-0e4f-0410-aee8-f1d3e353619c --- param.ccl | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 004bbdf..9425b58 100644 --- a/param.ccl +++ b/param.ccl @@ -1,2 +1,50 @@ # Parameter definitions for thorn EHFinder # $Header$ + +private: + +KEYWORD initial_f "Initial surface choice" +{ + "sphere" :: "spherical surface" + "ellipsoid" :: "ellipsoidal surface" + "cassini" :: "ovaloid of cassini" +} "sphere" + +REAL initial_rad "Initial radius of surface" +{ +(0.0: :: "Positive please" +} 1.0 + +REAL initial_a "Initial a coefficient of ellipsoid" +{ +(0.0: :: "Positive please" +} 1.0 + +REAL initial_b "Initial b coefficient of ellipsoid" +{ +(0.0: :: "Positive please" +} 1.0 + +REAL initial_c "Initial c coefficient of ellipsoid" +{ +(0.0: :: "Positive please" +} 1.0 + +real cas_a "Initial a coefficient of ovaloid of cassini" +{ +: :: "Any number (negative and positive are equivalent)" +} 2.0 + +real cas_b "Initial b coefficient of ovaloid of cassini" +{ +: :: "Any number (negative and positive are equivalent)" +} 2.05 + + +BOOLEAN normalize "normalize the derivatives of the level set function" +{ +} "no" + +BOOLEAN one_sided "Use one sided differences everywhere" +{ +} "no" -- cgit v1.2.3