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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
## Set file for mlvolt.ode on Mon Sep 9 17:22:34 2013
4 Number of equations and auxiliaries
9 Number of parameters
# Numerical stuff
1 nout
40 nullcline mesh
6 Volterra
1000 total
0.02 DeltaT
0 T0
0 Transient
100 Bound
1e-12 DtMin
1 DtMax
0.001 Tolerance
0.001 Abs. Tolerance
0 Max Delay
100 Eigenvector iterates
0.001 Eigenvector tolerance
0.001 Newton tolerance
0 Poincare plane
1e-05 Boundary value tolerance
1e-05 Boundary value epsilon
20 Boundary value iterates
0 Poincare None
1 Poincare variable
1 Poincare sign
0 Stop on Section
0 Delay flag
152.9200000000044 Current time
152.9200000000044 Last Time
0 MyStart
1 INFLAG
4000 Max points for volterra
# Delays
0.0
0.0
0.0
0.0
# Bndry conds
0
0
0
0
# Old ICs
0.3563259541988373 V1
0.0822431668639183 V2
0.3 W1
-0.1 W2
# Ending ICs
0.4377077812898694 V1
0.06722656246801133 V2
0.09800827519487217 W1
-0.01096043171550454 W2
# Parameters
0.1 a
0.5 d
0.2 c
0.2 b
2 k
3 xhat
-0.2 v10
0.2 v20
5 kk
# Graphics
0.7071097251469876 rm
-0.4999999999826661 rm
0.4999958366025516 rm
0.7071038372138505 rm
0.5000041633974482 rm
-0.4999999999826661 rm
0 rm
0.7071038372138505 rm
0.7071097251469876 rm
1
2
1
1
0
0
2
1
1
1
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
0
1
1
1
0
-1000
1000
0
0 3DFlag
0 Timeflag
0 Colorflag
0 Type
1 color scale
0 minscale
0.6153305172920227 xmax
-0.3316903114318848 xmin
0.876886248588562 ymax
-0.1224526762962341 ymin
12 zmax
-12 zmin
0.141820102930069
2.111885968437423
0.3772167861461639
2.001323024849212
0
0.08333333333333333
45 Theta
45 Phi
0 xshft
0 yshft
0 zshft
-0.3316903114318848 xlo
-0.1224526762962341 ylo
0
-1
0.6153305172920227 xhi
0.876886248588562 yhi
20
1
# Transpose variables etc
V1
2 n columns
1 n rows
1 row skip
1 col skip
1 row 0
# Coupling stuff for H funs
0
0
0
0
# Array plot stuff
1 NCols
0 Row 1
50 NRows
8 RowSkip
0 Zmin
1 Zmax
# Torus information
0 Torus flag 1=ON
6.283185307179586 Torus period
# Range information
a
-1 eq-range stab col
0 shoot flag 1=on
10 eq-range steps
0 eq_range low
1 eq_range high
V1
V1
20 Range steps
0 Cycle color 1=on
1 Reset data 1=on
1 Use old I.C.s 1=yes
0 Par1 low
0 Par2 low
1 Par1 high
1 Par2 high
a
0 BVP side
0 color cycle flag 1=on
10 BVP range steps
0 BVP range low
1 BVP range high
RHS etc ...
dV1/dT=V10*EXP(-KK*T)+INT[.5]{EXP(-A*T)#F1}+INT[.5]{EXP(-A*T-XHAT/(T+.0001))#F2}
dV2/dT=V20*EXP(-KK*T)+INT[.5]{EXP(-A*T)#F2}+INT[.5]{EXP(-A*T-XHAT/(T+.0001))#F1}
dW1/dT=B*(V1-C-D*W1)
dW2/dT=B*(V2-C-D*W2)
where ...
F1 = K*(V1^2-V1^3-W1)
F2 = K*(V2^2-V2^3-W2)
|