aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 9425b58e7d7f86440eba937c38f873366d4e40a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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"