File: plaut04.rc

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,200 kB
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 618; perl: 339
file content (194 lines) | stat: -rw-r--r-- 5,020 bytes parent folder | download | duplicates (5)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
#version 0.0

###############################
# Primary settings
###############################

# Initialize the default graph type:
#  0 --- Solution (fort.8)
#  1 --- Bifurcation (fort.7)
Graph Type    = 1

# Choose 3D or 2D graph for the solution diagram:
3DSol = No

# Choose 3D or 2D graph for the bifurcation diagram:
3DBif = No

# Set X, Y, Z axes for the solution diagram:
# 0 is Time for X,Y,Z.
X Axis Solution             = 0
Y Axis Solution             = 1
Z Axis Solution             = 2

# Set X, Y, Z axes for the bifurcation diagram:
X Axis Bifurcation          = 0
Y Axis Bifurcation          = 1
Z Axis Bifurcation          = 2

#Set coloring method:
# -7 --- BRANCH
# -6 --- STABILITY
# -5 --- POINT
# -4 --- CURVE
# -3 --- TYPE 
# -2 --- LABEL 
# -1 --- COMPONENT 
# Otherwise, according to the data in the ith column of the solution file.
# It can only be set to an integer value.
# For the solution diagram:
Coloring Method Solution  = -2
# For the bifurcation diagram:
Coloring Method Bifurcation = -2

# Initialize the default graph style:
#  0 --- LINES,  1 --- TUBES, 2 ---- SURFACE
Graph Style  =  1

#Set the window width and height:
Window Width        = 1000
Window Height       = 600

# Initialize the default options:
Draw Reference Plane  = No
Draw Reference Sphere = No
Highlight Orbit       = No 
Orbit Animation       = No 
Normalize Data        = Yes 
Draw Background       = No
Draw Labels           = Yes
Show Label Numbers    = No
Draw Legend           = No

# Labeled solutions:
# -3 = Show all labeled solutions
# -2 = Show HALF labeled solutions
# -1 = Show SPEC labeled solutions
# 0 = Show NONE of the solutions
# Otherwise, show the specified solution(s)
Labels              = -3

# Colors are represented by RGB values from 0 to 1.0.
# Background color:
Background Color  = 0., 0., 0.

# Background transparency ([0.0, 1.0]):
Background Transparency = 0.9 

# Color of the animation object:
Object Color             = 1.0, 1.0, 1.0

###############################
# Secondary settings
###############################

# Set the radius of the animation object:
# The normal size is 1.0.
# For smaller radius, use 0.xxx
# For bigger radius, use  X.XXX
Object Radius        = 1.0

# Stable solution color:
Stable Solution Color = 0.0, 0.0, 1.0

# Unstable solution color:
Unstable Solution Color = 1.0, 0.0, 0.0

# Initialize the line pattern for showing stability:
UNSTABLE LINE PATTERN = 0xffff
STABLE LINE PATTERN   = 0xffff

# Surface color:
Surface Color             =  0.0,  1.0,  0.0

# Axes color:
X Axis Color    = 1.0,  0.0,   0.0
Y Axis Color    = 0.0,  1.0,   0.0
Z Axis Color    = 0.0,  0.0,   1.0

# DEFAULT color is also used when animationLabel == 0, i.e.,
# when showing all solutions and highlighting the solutions 
# Point Type    RED  GREEN  BLUE
DEFAULT       = 1.0,  1.0,  1.0, 0xffff
BP ALG        = 1.0,  0.0,  0.0, 0xffff
LP ALG        = 0.0,  1.0,  0.0, 0xffff
HB            = 0.0,  0.0,  1.0, 0xffff
UZ4           = 1.0,  1.0,  0.0, 0xffff
UZ-4          = 0.5,  0.5,  0.0, 0xffff
LP DIF        = 0.0,  0.0,  0.5, 0xffff
BP DIF        = 0.0,  0.5,  0.5, 0xffff
PD            = 1.0,  0.0,  1.0, 0xffff
TR            = 0.0,  1.0,  1.0, 0xffff
EP            = 0.3,  0.0,  0.3, 0xffff
MX            = 0.6,  0.0,  0.6, 0xffff
OTHERS        = 1.0,  1.0,  1.0, 0xffff

# Draw Scale:
Draw Scale = Yes

# Initialize the default coordinate axes:
#  0 --- None,
#  1 --- at geometry center or origin
#  2 --- at left and behind
#  3 --- at left and ahead
#  4 --- always at origin
Coordinate Type = 3

# Set the radius of the spheres used for labels:
# The normal size is 1.0.
# For smaller radius, use 0.xxx
# For bigger radius, use  X.XXX
Label Sphere Radius       =  1.0

# Line Width Scaler adjusts the thickness of curves:
Line Width Scaler         = 1.0

# The AniLine Thickness Scaler sets the thickness of animated solution curves:
AniLine Thickness Scaler  = 3.0

# Set the maximum and minimum animation speed:
Object Animation Speed = 50
Object Max Animation Speed = 100
Object Min Animation Speed = 0

# Set the maximum and minimum highlighting animation speed:
Orbit Animation Speed = 50
Orbit Max Animation Speed = 100
Orbit Min Animation Speed = 0

# Disk Rotation
Disk Rotation             = 1.000000, 0.000000, 0.000000, 1.570796

# Disk Position
Disk Position             = 0.000000, 0.000000, 0.000000

# Disk Radius
Disk Radius               = 1.000000

# Disk Height
Disk Height               = 0.001000

# Disk Transparency [0, 1] 
Disk Transparency         =  0.7

# Read Disk From File 
Disk From File            = No

# Sphere Position
Sphere Position           = 0.000000, 0.000000, 0.000000

# Sphere Radius
Sphere Radius             = 1.000000

# Sphere Transparency [0, 1] 
Sphere Transparency       =  0.7

# Read Sphere From File 
Sphere From File          = No

# Set the active AUTO parameter indices:
parameter ID = 10

# Set the number of periods animated.
# The value should be the power of 2.
Number of Period Animated = 1