bluemesh2d 0.1.1.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. bluemesh2d/_version.py +24 -0
  2. bluemesh2d/aabb_tree/findball.py +121 -0
  3. bluemesh2d/aabb_tree/findtria.py +299 -0
  4. bluemesh2d/aabb_tree/maketree.py +147 -0
  5. bluemesh2d/aabb_tree/mapvert.py +72 -0
  6. bluemesh2d/aabb_tree/queryset.py +83 -0
  7. bluemesh2d/aabb_tree/scantree.py +124 -0
  8. bluemesh2d/dependencies.py +83 -0
  9. bluemesh2d/feedback.py +142 -0
  10. bluemesh2d/geom_util/boundary_util.py +216 -0
  11. bluemesh2d/geom_util/getiso.py +194 -0
  12. bluemesh2d/geom_util/poly_util.py +795 -0
  13. bluemesh2d/geom_util/proj_util.py +250 -0
  14. bluemesh2d/geomesh_util/border_util.py +283 -0
  15. bluemesh2d/geomesh_util/depth_field.py +333 -0
  16. bluemesh2d/geomesh_util/grd_util.py +1000 -0
  17. bluemesh2d/geomesh_util/interpolation_mesh.py +318 -0
  18. bluemesh2d/geomesh_util/merge_circumcenters.py +268 -0
  19. bluemesh2d/geomesh_util/water_polygon.py +406 -0
  20. bluemesh2d/hfun_util/build_hfun.py +589 -0
  21. bluemesh2d/hfun_util/hfun_dispersion.py +96 -0
  22. bluemesh2d/hfun_util/lfshfn.py +110 -0
  23. bluemesh2d/hfun_util/limhfn.py +65 -0
  24. bluemesh2d/hfun_util/make_constant_hfun.py +32 -0
  25. bluemesh2d/hfun_util/make_depth_hfun.py +51 -0
  26. bluemesh2d/hfun_util/smooth_and_precomput.py +188 -0
  27. bluemesh2d/hfun_util/trihfn.py +84 -0
  28. bluemesh2d/hjac_util/limgrad.py +105 -0
  29. bluemesh2d/mesh_ball/cdtbal1.py +38 -0
  30. bluemesh2d/mesh_ball/cdtbal2.py +104 -0
  31. bluemesh2d/mesh_ball/inv_2x2.py +61 -0
  32. bluemesh2d/mesh_ball/inv_3x3.py +72 -0
  33. bluemesh2d/mesh_ball/pwrbal2.py +134 -0
  34. bluemesh2d/mesh_ball/tribal2.py +27 -0
  35. bluemesh2d/mesh_cost/relhfn.py +62 -0
  36. bluemesh2d/mesh_cost/triang.py +59 -0
  37. bluemesh2d/mesh_cost/triarea.py +51 -0
  38. bluemesh2d/mesh_cost/trideg.py +44 -0
  39. bluemesh2d/mesh_cost/triscr.py +43 -0
  40. bluemesh2d/mesh_file/bnd_util.py +664 -0
  41. bluemesh2d/mesh_file/loadmsh.py +165 -0
  42. bluemesh2d/mesh_file/ugrid.py +308 -0
  43. bluemesh2d/mesh_util/cfmtri.py +118 -0
  44. bluemesh2d/mesh_util/deltri.py +131 -0
  45. bluemesh2d/mesh_util/idxtri.py +53 -0
  46. bluemesh2d/mesh_util/isfeat.py +90 -0
  47. bluemesh2d/mesh_util/minlen.py +46 -0
  48. bluemesh2d/mesh_util/setset.py +49 -0
  49. bluemesh2d/mesh_util/tricon.py +90 -0
  50. bluemesh2d/mesh_util/tridiv.py +187 -0
  51. bluemesh2d/meshgen.py +202 -0
  52. bluemesh2d/ortho_merge/constants.py +27 -0
  53. bluemesh2d/ortho_merge/geometry.py +64 -0
  54. bluemesh2d/ortho_merge/ortho_merge_iter.py +812 -0
  55. bluemesh2d/ortho_merge/orthogonalize.py +2989 -0
  56. bluemesh2d/pipeline.py +277 -0
  57. bluemesh2d/poly_data/airfoil.msh +958 -0
  58. bluemesh2d/poly_data/channel.msh +212 -0
  59. bluemesh2d/poly_data/islands.msh +13819 -0
  60. bluemesh2d/poly_data/lake.msh +612 -0
  61. bluemesh2d/poly_data/river.msh +690 -0
  62. bluemesh2d/poly_test/inpoly.py +105 -0
  63. bluemesh2d/poly_test/inpoly_mat.py +104 -0
  64. bluemesh2d/refine.py +972 -0
  65. bluemesh2d/smood.py +623 -0
  66. bluemesh2d/smooth.py +522 -0
  67. bluemesh2d/tricost.py +426 -0
  68. bluemesh2d/tridemo.py +723 -0
  69. bluemesh2d/triread.py +53 -0
  70. bluemesh2d-0.1.1.dev0.dist-info/METADATA +139 -0
  71. bluemesh2d-0.1.1.dev0.dist-info/RECORD +74 -0
  72. bluemesh2d-0.1.1.dev0.dist-info/WHEEL +5 -0
  73. bluemesh2d-0.1.1.dev0.dist-info/licenses/LICENSE +674 -0
  74. bluemesh2d-0.1.1.dev0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,690 @@
1
+ #river.msh geometry, created by JIGSAW
2
+ #https://github.com/dengwirda/jigsaw-matlab
3
+ mshid=1
4
+ ndims=2
5
+ point=342
6
+ 40388958.94;3568824.25;0
7
+ 40389408.97;3568742.25;0
8
+ 40389692.69;3568631.75;0
9
+ 40390153.88;3568354.5;0
10
+ 40390541.16;3568103.25;0
11
+ 40390754.84;3567948;0
12
+ 40390972;3567770.25;0
13
+ 40391300;3567432.75;0
14
+ 40391416.09;3567291.25;0
15
+ 40391583.16;3567037.5;0
16
+ 40391692.88;3566873.25;0
17
+ 40391845.41;3566605.75;0
18
+ 40391936.72;3566417.25;0
19
+ 40392189.81;3565992.25;0
20
+ 40392461.75;3565558.25;0
21
+ 40392562.94;3565290.75;0
22
+ 40392767.97;3564852.25;0
23
+ 40392867.91;3564665;0
24
+ 40393000.97;3564406.25;0
25
+ 40393086.63;3564221.75;0
26
+ 40393205.91;3563958.5;0
27
+ 40393275.56;3563767.75;0
28
+ 40393382.03;3563490.25;0
29
+ 40393416.16;3563308.5;0
30
+ 40393526.88;3563056;0
31
+ 40393831.52;3563001.625;0
32
+ 40393933.06;3562983.5;0
33
+ 40394162.26;3563000.909;0
34
+ 40394216.13;3563005;0
35
+ 40394424;3563015.75;0
36
+ 40394703.38;3563061.75;0
37
+ 40394931.63;3563097;0
38
+ 40395216.03;3563147.5;0
39
+ 40395463.63;3563146.25;0
40
+ 40395738.75;3563163;0
41
+ 40395979.5;3563153.75;0
42
+ 40396262.63;3563124.5;0
43
+ 40396321.91;3563120.653;0
44
+ 40396321.91;3561801.377;0
45
+ 40396062.16;3561859.25;0
46
+ 40395587.53;3561941.25;0
47
+ 40395134.16;3562011.5;0
48
+ 40394698.41;3562037;0
49
+ 40394206.91;3562022.75;0
50
+ 40394017.13;3561996.75;0
51
+ 40393621.03;3561937.75;0
52
+ 40393231.03;3561821.25;0
53
+ 40393084.55;3561788.734;0
54
+ 40393029.44;3561776.5;0
55
+ 40392787.41;3561633.093;0
56
+ 40392680.09;3561569.5;0
57
+ 40392558.53;3561492.25;0
58
+ 40392335.91;3561357.75;0
59
+ 40392002.25;3561114.25;0
60
+ 40391830.69;3561008;0
61
+ 40391592.94;3560874.5;0
62
+ 40391193.22;3560592.5;0
63
+ 40390765.13;3560300.5;0
64
+ 40390564.59;3560166;0
65
+ 40390098.81;3559965.75;0
66
+ 40389615.03;3559809.5;0
67
+ 40389331.25;3559691.5;0
68
+ 40388908.94;3559563.5;0
69
+ 40388451;3559441.5;0
70
+ 40388062.34;3559243.25;0
71
+ 40387893.63;3559170.5;0
72
+ 40387427.78;3558946.5;0
73
+ 40387293.56;3558830.5;0
74
+ 40387100.84;3558659.5;0
75
+ 40386681.81;3558361.25;0
76
+ 40386502.34;3558231.25;0
77
+ 40386131.13;3557972.75;0
78
+ 40385747.5;3557659.25;0
79
+ 40385358.03;3557315;0
80
+ 40385173.66;3557160.75;0
81
+ 40384996.41;3557018.5;0
82
+ 40384780.28;3556850.5;0
83
+ 40384336.47;3556621;0
84
+ 40384277.52;3556597.71;0
85
+ 40383870.91;3556437;0
86
+ 40383535.28;3556243.75;0
87
+ 40383237.95;3556115.306;0
88
+ 40383135.97;3556071.25;0
89
+ 40383005.67;3556011.056;0
90
+ 40382922.48;3555972.628;0
91
+ 40382693.04;3555866.635;0
92
+ 40382677.59;3555859.5;0
93
+ 40382657.27;3555850.988;0
94
+ 40382616.89;3555834.07;0
95
+ 40382556.19;3555808.639;0
96
+ 40382465.09;3555770.469;0
97
+ 40382263.47;3555686;0
98
+ 40381962.15;3555490.101;0
99
+ 40381676.45;3555343.167;0
100
+ 40381581.21;3555294.189;0
101
+ 40381379.83;3555123.419;0
102
+ 40381285;3555043;0
103
+ 40381029.81;3554731;0
104
+ 40380851.38;3554491.5;0
105
+ 40380588.59;3554122.75;0
106
+ 40380327.91;3553680;0
107
+ 40380059.97;3553293.5;0
108
+ 40379945.75;3553070.047;0
109
+ 40379842.59;3552868.25;0
110
+ 40379796.84;3552596;0
111
+ 40379744.78;3552367.25;0
112
+ 40379722.02;3552040.953;0
113
+ 40379707.22;3551828.75;0
114
+ 40379690.56;3551757.25;0
115
+ 40379660.04;3551708.138;0
116
+ 40379523.93;3551776.191;0
117
+ 40379325.59;3551875.365;0
118
+ 40379133.03;3551971.645;0
119
+ 40378890.19;3552093.065;0
120
+ 40378743.19;3552166.563;0
121
+ 40378650.45;3552212.933;0
122
+ 40378618.3;3552229.006;0
123
+ 40378495.39;3552290.462;0
124
+ 40378315.88;3552380.216;0
125
+ 40378171.71;3552452.303;0
126
+ 40378123.65;3552476.332;0
127
+ 40378247.97;3552624.25;0
128
+ 40378587.44;3553038.25;0
129
+ 40378739.44;3553236.25;0
130
+ 40378974.63;3553554.437;0
131
+ 40379053.03;3553660.5;0
132
+ 40379186.34;3553821.5;0
133
+ 40379332.17;3554068.313;0
134
+ 40379449.56;3554267;0
135
+ 40379548.84;3554456;0
136
+ 40379783.66;3554866.5;0
137
+ 40379903.56;3555045.5;0
138
+ 40380221.5;3555441;0
139
+ 40380464.72;3555659.491;0
140
+ 40380580.78;3555763.75;0
141
+ 40380683.84;3555895.25;0
142
+ 40380828.33;3556103.846;0
143
+ 40380964.72;3556300.75;0
144
+ 40381271.02;3556632.923;0
145
+ 40381546.97;3556926.5;0
146
+ 40381902.53;3557309.75;0
147
+ 40381926.39;3557332.637;0
148
+ 40381944.21;3557349.735;0
149
+ 40381985.9;3557389.72;0
150
+ 40382035.57;3557437.367;0
151
+ 40382047.99;3557449.279;0
152
+ 40382051.1;3557452.257;0
153
+ 40382051.87;3557453.002;0
154
+ 40382052.13;3557453.25;0
155
+ 40382161.38;3557541.714;0
156
+ 40382281.84;3557639.25;0
157
+ 40382486.31;3557770.75;0
158
+ 40382749.21;3557976.775;0
159
+ 40383040.34;3558139.904;0
160
+ 40383353.56;3558315.419;0
161
+ 40383520.6;3558409.018;0
162
+ 40383635.37;3558473.328;0
163
+ 40383719.45;3558617.007;0
164
+ 40383786.25;3558731.154;0
165
+ 40383856.91;3558939.325;0
166
+ 40383902.75;3559160.864;0
167
+ 40383897.57;3559460.749;0
168
+ 40383895.11;3559603.942;0
169
+ 40383788.13;3560076.101;0
170
+ 40383673.57;3560581.771;0
171
+ 40383581.9;3561276.945;0
172
+ 40383558.98;3561544.32;0
173
+ 40383536.06;3561765.859;0
174
+ 40383552.19;3562278.25;0
175
+ 40383367.28;3562640.062;0
176
+ 40383300.75;3562770.25;0
177
+ 40383214.78;3562988.5;0
178
+ 40383218.19;3563455.75;0
179
+ 40383148.53;3563701;0
180
+ 40383023.46;3564009.283;0
181
+ 40382984.63;3564105;0
182
+ 40382917.75;3564300.75;0
183
+ 40382866.75;3564510.75;0
184
+ 40382814.88;3564752.75;0
185
+ 40382757.53;3565028.5;0
186
+ 40382787.69;3565249.5;0
187
+ 40382826.53;3565503;0
188
+ 40382958.63;3565680;0
189
+ 40383207.44;3566020.5;0
190
+ 40383479.36;3566261.48;0
191
+ 40383548.78;3566323;0
192
+ 40383672.36;3566464.433;0
193
+ 40383723.53;3566523;0
194
+ 40383881.38;3566665;0
195
+ 40384100.53;3566841;0
196
+ 40384487.81;3567137.5;0
197
+ 40384855.19;3567455;0
198
+ 40385238.38;3567736.25;0
199
+ 40385653.19;3568020.25;0
200
+ 40385813.25;3568126.75;0
201
+ 40385909.59;3568184.75;0
202
+ 40386335.16;3568402.25;0
203
+ 40386773.63;3568696.25;0
204
+ 40386977.93;3568643.188;0
205
+ 40387046.03;3568625.5;0
206
+ 40387120.08;3568645.14;0
207
+ 40387332.56;3568701.5;0
208
+ 40387822.91;3568754.75;0
209
+ 40388029.03;3568791.5;0
210
+ 40388270.28;3568824;0
211
+ 40388520.28;3568818.75;0
212
+ 40385136.56;3558533.466;0
213
+ 40385531.06;3558738.939;0
214
+ 40385864.18;3558962.219;0
215
+ 40386169.11;3559285.007;0
216
+ 40386297.96;3559403.596;0
217
+ 40386379.54;3559479.002;0
218
+ 40386489.09;3559580.25;0
219
+ 40386635.59;3559714;0
220
+ 40386823.78;3559883.75;0
221
+ 40386963.87;3559993.25;0
222
+ 40387010.56;3560029.75;0
223
+ 40387223.5;3560199.75;0
224
+ 40387411.41;3560310.5;0
225
+ 40387671.25;3560461.75;0
226
+ 40387857.97;3560575.25;0
227
+ 40388173.81;3560681.75;0
228
+ 40388294.34;3560705.25;0
229
+ 40388580.28;3560742;0
230
+ 40388675.59;3560754.25;0
231
+ 40388877.5;3560820.75;0
232
+ 40389365.09;3560882;0
233
+ 40389606.72;3560897.25;0
234
+ 40389746.78;3560908.5;0
235
+ 40390052.29;3560996.494;0
236
+ 40390152.13;3561025.25;0
237
+ 40390371.69;3561155;0
238
+ 40390534.63;3561247;0
239
+ 40390909.72;3561450.25;0
240
+ 40391169.88;3561662.406;0
241
+ 40391279.13;3561751.5;0
242
+ 40391650.13;3562080.25;0
243
+ 40391901.63;3562225;0
244
+ 40392081.97;3562335;0
245
+ 40392305.34;3562457.75;0
246
+ 40392515.63;3562558;0
247
+ 40392740.66;3562711.75;0
248
+ 40392836.07;3562819.756;0
249
+ 40392798.88;3563035.75;0
250
+ 40392707.58;3563211.061;0
251
+ 40392683;3563258.25;0
252
+ 40392572.44;3563446;0
253
+ 40392471.87;3563656.563;0
254
+ 40392438.34;3563726.75;0
255
+ 40392357.59;3563886.75;0
256
+ 40392293.34;3564162.5;0
257
+ 40392233.34;3564382.75;0
258
+ 40392153.69;3564629.75;0
259
+ 40392003.22;3564964.063;0
260
+ 40391953.06;3565075.5;0
261
+ 40391893;3565295;0
262
+ 40391823.88;3565544.5;0
263
+ 40391791.03;3565749.25;0
264
+ 40391688.72;3566038.474;0
265
+ 40391632.56;3566197.25;0
266
+ 40391543.35;3566400.107;0
267
+ 40391448.41;3566616;0
268
+ 40391217.11;3566855.377;0
269
+ 40391115.78;3566960.25;0
270
+ 40390957.91;3567086.75;0
271
+ 40390619.09;3567337;0
272
+ 40390466.28;3567425.75;0
273
+ 40390250.22;3567535.5;0
274
+ 40390112.19;3567642;0
275
+ 40390007.04;3567735.648;0
276
+ 40389926.09;3567807.75;0
277
+ 40389615.75;3567844.903;0
278
+ 40389498;3567859;0
279
+ 40389326.07;3567813.001;0
280
+ 40389280.28;3567800.75;0
281
+ 40389100.05;3567843.125;0
282
+ 40389039.97;3567857.25;0
283
+ 40388990.26;3567860.778;0
284
+ 40388789.3;3567875.042;0
285
+ 40388659.56;3567884.25;0
286
+ 40388461.63;3567917;0
287
+ 40388244.05;3567900.424;0
288
+ 40388084.25;3567888.25;0
289
+ 40387839.53;3567858.25;0
290
+ 40387542.31;3567826.188;0
291
+ 40387410.78;3567812;0
292
+ 40387268.48;3567775.532;0
293
+ 40386970.84;3567699.25;0
294
+ 40386790.06;3567661.75;0
295
+ 40386365.84;3567522.75;0
296
+ 40386137;3567437.75;0
297
+ 40385734.34;3567234.25;0
298
+ 40385541.56;3567107;0
299
+ 40385355.44;3567006.75;0
300
+ 40385231.18;3566931.056;0
301
+ 40385144.5;3566878.25;0
302
+ 40385053.85;3566829.221;0
303
+ 40384715.56;3566646.25;0
304
+ 40384512.13;3566553.25;0
305
+ 40384280.88;3566437.5;0
306
+ 40384110.03;3566326;0
307
+ 40383922.74;3566240.5;0
308
+ 40383860.31;3566212;0
309
+ 40383731.5;3566125.75;0
310
+ 40383553.56;3565973.5;0
311
+ 40383425.21;3565709.543;0
312
+ 40383371.94;3565600;0
313
+ 40383371.84;3565318.25;0
314
+ 40383274.28;3564910.026;0
315
+ 40383245.78;3564790.75;0
316
+ 40383273.06;3564571.75;0
317
+ 40383335.34;3564413.428;0
318
+ 40383428.94;3564175.5;0
319
+ 40383531.16;3563776.25;0
320
+ 40383642.44;3563321.75;0
321
+ 40383810.19;3562821.75;0
322
+ 40383928.86;3562532.133;0
323
+ 40383993.25;3562375;0
324
+ 40384073.5;3562158.25;0
325
+ 40384227.84;3561709.25;0
326
+ 40384321.22;3561416.25;0
327
+ 40384372.13;3561191.5;0
328
+ 40384462.22;3560927;0
329
+ 40384494.16;3560711;0
330
+ 40384531.3;3560487.548;0
331
+ 40384541.53;3560426;0
332
+ 40384596.53;3560224.5;0
333
+ 40384634.59;3559944.5;0
334
+ 40384634.2;3559831.205;0
335
+ 40384634.1;3559802.336;0
336
+ 40384633.85;3559730.603;0
337
+ 40384633.85;3559703.137;0
338
+ 40384633.85;3559667.332;0
339
+ 40384633.85;3559448.881;0
340
+ 40384633.85;3559389.062;0
341
+ 40384618.86;3559231.416;0
342
+ 40384557.12;3558952.631;0
343
+ 40384561.23;3558714.283;0
344
+ 40384585.89;3558586.889;0
345
+ 40384709.17;3558525.248;0
346
+ 40384873.55;3558471.825;0
347
+ 40385009.16;3558492.372;0
348
+ edge2=342
349
+ 0;1;0
350
+ 1;2;0
351
+ 2;3;0
352
+ 3;4;0
353
+ 4;5;0
354
+ 5;6;0
355
+ 6;7;0
356
+ 7;8;0
357
+ 8;9;0
358
+ 9;10;0
359
+ 10;11;0
360
+ 11;12;0
361
+ 12;13;0
362
+ 13;14;0
363
+ 14;15;0
364
+ 15;16;0
365
+ 16;17;0
366
+ 17;18;0
367
+ 18;19;0
368
+ 19;20;0
369
+ 20;21;0
370
+ 21;22;0
371
+ 22;23;0
372
+ 23;24;0
373
+ 24;25;0
374
+ 25;26;0
375
+ 26;27;0
376
+ 27;28;0
377
+ 28;29;0
378
+ 29;30;0
379
+ 30;31;0
380
+ 31;32;0
381
+ 32;33;0
382
+ 33;34;0
383
+ 34;35;0
384
+ 35;36;0
385
+ 36;37;0
386
+ 37;38;0
387
+ 38;39;0
388
+ 39;40;0
389
+ 40;41;0
390
+ 41;42;0
391
+ 42;43;0
392
+ 43;44;0
393
+ 44;45;0
394
+ 45;46;0
395
+ 46;47;0
396
+ 47;48;0
397
+ 48;49;0
398
+ 49;50;0
399
+ 50;51;0
400
+ 51;52;0
401
+ 52;53;0
402
+ 53;54;0
403
+ 54;55;0
404
+ 55;56;0
405
+ 56;57;0
406
+ 57;58;0
407
+ 58;59;0
408
+ 59;60;0
409
+ 60;61;0
410
+ 61;62;0
411
+ 62;63;0
412
+ 63;64;0
413
+ 64;65;0
414
+ 65;66;0
415
+ 66;67;0
416
+ 67;68;0
417
+ 68;69;0
418
+ 69;70;0
419
+ 70;71;0
420
+ 71;72;0
421
+ 72;73;0
422
+ 73;74;0
423
+ 74;75;0
424
+ 75;76;0
425
+ 76;77;0
426
+ 77;78;0
427
+ 78;79;0
428
+ 79;80;0
429
+ 80;81;0
430
+ 81;82;0
431
+ 82;83;0
432
+ 83;84;0
433
+ 84;85;0
434
+ 85;86;0
435
+ 86;87;0
436
+ 87;88;0
437
+ 88;89;0
438
+ 89;90;0
439
+ 90;91;0
440
+ 91;92;0
441
+ 92;93;0
442
+ 93;94;0
443
+ 94;95;0
444
+ 95;96;0
445
+ 96;97;0
446
+ 97;98;0
447
+ 98;99;0
448
+ 99;100;0
449
+ 100;101;0
450
+ 101;102;0
451
+ 102;103;0
452
+ 103;104;0
453
+ 104;105;0
454
+ 105;106;0
455
+ 106;107;0
456
+ 107;108;0
457
+ 108;109;0
458
+ 109;110;0
459
+ 110;111;0
460
+ 111;112;0
461
+ 112;113;0
462
+ 113;114;0
463
+ 114;115;0
464
+ 115;116;0
465
+ 116;117;0
466
+ 117;118;0
467
+ 118;119;0
468
+ 119;120;0
469
+ 120;121;0
470
+ 121;122;0
471
+ 122;123;0
472
+ 123;124;0
473
+ 124;125;0
474
+ 125;126;0
475
+ 126;127;0
476
+ 127;128;0
477
+ 128;129;0
478
+ 129;130;0
479
+ 130;131;0
480
+ 131;132;0
481
+ 132;133;0
482
+ 133;134;0
483
+ 134;135;0
484
+ 135;136;0
485
+ 136;137;0
486
+ 137;138;0
487
+ 138;139;0
488
+ 139;140;0
489
+ 140;141;0
490
+ 141;142;0
491
+ 142;143;0
492
+ 143;144;0
493
+ 144;145;0
494
+ 145;146;0
495
+ 146;147;0
496
+ 147;148;0
497
+ 148;149;0
498
+ 149;150;0
499
+ 150;151;0
500
+ 151;152;0
501
+ 152;153;0
502
+ 153;154;0
503
+ 154;155;0
504
+ 155;156;0
505
+ 156;157;0
506
+ 157;158;0
507
+ 158;159;0
508
+ 159;160;0
509
+ 160;161;0
510
+ 161;162;0
511
+ 162;163;0
512
+ 163;164;0
513
+ 164;165;0
514
+ 165;166;0
515
+ 166;167;0
516
+ 167;168;0
517
+ 168;169;0
518
+ 169;170;0
519
+ 170;171;0
520
+ 171;172;0
521
+ 172;173;0
522
+ 173;174;0
523
+ 174;175;0
524
+ 175;176;0
525
+ 176;177;0
526
+ 177;178;0
527
+ 178;179;0
528
+ 179;180;0
529
+ 180;181;0
530
+ 181;182;0
531
+ 182;183;0
532
+ 183;184;0
533
+ 184;185;0
534
+ 185;186;0
535
+ 186;187;0
536
+ 187;188;0
537
+ 188;189;0
538
+ 189;190;0
539
+ 190;191;0
540
+ 191;192;0
541
+ 192;193;0
542
+ 193;194;0
543
+ 194;195;0
544
+ 195;196;0
545
+ 196;197;0
546
+ 197;198;0
547
+ 198;199;0
548
+ 199;200;0
549
+ 200;201;0
550
+ 201;202;0
551
+ 202;203;0
552
+ 203;204;0
553
+ 204;205;0
554
+ 205;0;0
555
+ 206;207;0
556
+ 207;208;0
557
+ 208;209;0
558
+ 209;210;0
559
+ 210;211;0
560
+ 211;212;0
561
+ 212;213;0
562
+ 213;214;0
563
+ 214;215;0
564
+ 215;216;0
565
+ 216;217;0
566
+ 217;218;0
567
+ 218;219;0
568
+ 219;220;0
569
+ 220;221;0
570
+ 221;222;0
571
+ 222;223;0
572
+ 223;224;0
573
+ 224;225;0
574
+ 225;226;0
575
+ 226;227;0
576
+ 227;228;0
577
+ 228;229;0
578
+ 229;230;0
579
+ 230;231;0
580
+ 231;232;0
581
+ 232;233;0
582
+ 233;234;0
583
+ 234;235;0
584
+ 235;236;0
585
+ 236;237;0
586
+ 237;238;0
587
+ 238;239;0
588
+ 239;240;0
589
+ 240;241;0
590
+ 241;242;0
591
+ 242;243;0
592
+ 243;244;0
593
+ 244;245;0
594
+ 245;246;0
595
+ 246;247;0
596
+ 247;248;0
597
+ 248;249;0
598
+ 249;250;0
599
+ 250;251;0
600
+ 251;252;0
601
+ 252;253;0
602
+ 253;254;0
603
+ 254;255;0
604
+ 255;256;0
605
+ 256;257;0
606
+ 257;258;0
607
+ 258;259;0
608
+ 259;260;0
609
+ 260;261;0
610
+ 261;262;0
611
+ 262;263;0
612
+ 263;264;0
613
+ 264;265;0
614
+ 265;266;0
615
+ 266;267;0
616
+ 267;268;0
617
+ 268;269;0
618
+ 269;270;0
619
+ 270;271;0
620
+ 271;272;0
621
+ 272;273;0
622
+ 273;274;0
623
+ 274;275;0
624
+ 275;276;0
625
+ 276;277;0
626
+ 277;278;0
627
+ 278;279;0
628
+ 279;280;0
629
+ 280;281;0
630
+ 281;282;0
631
+ 282;283;0
632
+ 283;284;0
633
+ 284;285;0
634
+ 285;286;0
635
+ 286;287;0
636
+ 287;288;0
637
+ 288;289;0
638
+ 289;290;0
639
+ 290;291;0
640
+ 291;292;0
641
+ 292;293;0
642
+ 293;294;0
643
+ 294;295;0
644
+ 295;296;0
645
+ 296;297;0
646
+ 297;298;0
647
+ 298;299;0
648
+ 299;300;0
649
+ 300;301;0
650
+ 301;302;0
651
+ 302;303;0
652
+ 303;304;0
653
+ 304;305;0
654
+ 305;306;0
655
+ 306;307;0
656
+ 307;308;0
657
+ 308;309;0
658
+ 309;310;0
659
+ 310;311;0
660
+ 311;312;0
661
+ 312;313;0
662
+ 313;314;0
663
+ 314;315;0
664
+ 315;316;0
665
+ 316;317;0
666
+ 317;318;0
667
+ 318;319;0
668
+ 319;320;0
669
+ 320;321;0
670
+ 321;322;0
671
+ 322;323;0
672
+ 323;324;0
673
+ 324;325;0
674
+ 325;326;0
675
+ 326;327;0
676
+ 327;328;0
677
+ 328;329;0
678
+ 329;330;0
679
+ 330;331;0
680
+ 331;332;0
681
+ 332;333;0
682
+ 333;334;0
683
+ 334;335;0
684
+ 335;336;0
685
+ 336;337;0
686
+ 337;338;0
687
+ 338;339;0
688
+ 339;340;0
689
+ 340;341;0
690
+ 341;206;0