/[MITgcm]/manual/s_algorithm/figs/multiDim_CS.eps
ViewVC logotype

Contents of /manual/s_algorithm/figs/multiDim_CS.eps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Fri Feb 8 00:09:25 2008 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.1: +342 -398 lines
File MIME type: application/postscript
updated after changing Multidim-Advection for Cubed-Sphere topology

1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.294 (R2006a). Operating System: Linux 2.6.22.14-72.fc6 #1 SMP Wed Nov 21 15:12:59 EST 2007 i686.
3 %%Title: /home/jmc/mitgcm/sc_chk_cs/multiDim_cs.eps
4 %%CreationDate: 02/07/2008 18:53:32
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox: 150 30 459 727
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54 makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56 exch dup 3 1 roll findfont dup length dict begin
57 { 1 index /FID ne {def}{pop pop} ifelse } forall
58 /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61 exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63 dup landscapeMode eq {pop -90 rotate}
64 {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70 dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
80 neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
94 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103 vradius add translate hradius vradius scale 0 0 1 180 270 arc
104 tMatrix setmatrix lrx hradius sub uly vradius add translate
105 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106 lrx hradius sub lry vradius sub translate hradius vradius scale
107 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109 closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116 closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123 closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130 ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132 2 0 asub 3 1 asub 4 0 asub 5 1 asub
133 dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135 dmat dtri tri_to_matrix tmat1 invertmatrix
136 smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140 currentfile
141 3 index 0 eq {/ASCIIHexDecode filter}
142 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143 ifelse exch readstring pop
144 dup 0 3 index getinterval /rbmap xdef
145 dup 2 index dup getinterval /gbmap xdef
146 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148 cols rows 8 compute_transform
149 rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox: 150 30 459 727
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 1632 9288 csm
174
175 172 556 3706 8361 rc
176 91 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188 0 0 4073 9074 rf
189 6 w
190 0 2420 3421 0 0 -2420 407 3024 4 MP
191 PP
192 -3421 0 0 2420 3421 0 0 -2420 407 3024 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198 407 3024 mt 3828 3024 L
199 407 3024 mt 407 604 L
200 407 3024 mt 407 2989 L
201 %%IncludeResource: font Helvetica
202 /Helvetica /ISOLatin1Encoding 120 FMSR
203
204 374 3169 mt
205 (0) s
206 795 3024 mt 795 2989 L
207 729 3169 mt
208 (20) s
209 1184 3024 mt 1184 2989 L
210 1118 3169 mt
211 (40) s
212 1573 3024 mt 1573 2989 L
213 1507 3169 mt
214 (60) s
215 1962 3024 mt 1962 2989 L
216 1896 3169 mt
217 (80) s
218 2350 3024 mt 2350 2989 L
219 2250 3169 mt
220 (100) s
221 2739 3024 mt 2739 2989 L
222 2639 3169 mt
223 (120) s
224 3128 3024 mt 3128 2989 L
225 3028 3169 mt
226 (140) s
227 3517 3024 mt 3517 2989 L
228 3417 3169 mt
229 (160) s
230 407 3024 mt 441 3024 L
231 306 3068 mt
232 (0) s
233 407 2657 mt 441 2657 L
234 239 2701 mt
235 (20) s
236 407 2290 mt 441 2290 L
237 239 2334 mt
238 (40) s
239 407 1924 mt 441 1924 L
240 239 1968 mt
241 (60) s
242 407 1557 mt 441 1557 L
243 239 1601 mt
244 (80) s
245 407 1191 mt 441 1191 L
246 172 1235 mt
247 (100) s
248 407 824 mt 441 824 L
249 172 868 mt
250 (120) s
251 gs 407 605 3422 2420 rc
252 24 w
253 0 587 -622 0 0 -587 622 0 523 2914 5 MP stroke
254 /c8 { 0.000000 0.000000 1.000000 sr} bdef
255 c8
256 0 587 -622 0 0 -587 622 0 523 2914 5 MP
257 PP
258 6 w
259 0 sg
260 0 0 0 587 -622 0 0 -587 622 0 523 2914 6 MP stroke
261 12 w
262 0 -73 622 0 0 73 -622 0 1145 2914 5 MP stroke
263 -78 0 0 -587 78 0 0 587 1145 2327 5 MP stroke
264 0 73 -622 0 0 -73 622 0 523 2327 5 MP stroke
265 78 0 0 587 -78 0 0 -587 523 2914 5 MP stroke
266 gr
267
268 12 w
269 834 2662 mt
270 (1) s
271 gs 407 605 3422 2420 rc
272 24 w
273 0 587 -622 0 0 -587 622 0 1378 2914 5 MP stroke
274 c8
275 0 587 -622 0 0 -587 622 0 1378 2914 5 MP
276 PP
277 6 w
278 0 sg
279 0 0 0 587 -622 0 0 -587 622 0 1378 2914 6 MP stroke
280 12 w
281 0 -73 622 0 0 73 -622 0 2000 2914 5 MP stroke
282 -78 0 0 -587 78 0 0 587 2000 2327 5 MP stroke
283 0 73 -622 0 0 -73 622 0 1378 2327 5 MP stroke
284 77 0 0 587 -77 0 0 -587 1378 2914 5 MP stroke
285 gr
286
287 1689 2662 mt
288 (2) s
289 gs 407 605 3422 2420 rc
290 24 w
291 0 586 -622 0 0 -586 622 0 1378 2107 5 MP stroke
292 12 w
293 0 -74 622 0 0 74 -622 0 2000 2107 5 MP stroke
294 -78 0 0 -586 78 0 0 586 2000 1521 5 MP stroke
295 /c9 { 1.000000 0.000000 1.000000 sr} bdef
296 c9
297 -78 0 0 -586 78 0 0 586 2000 1521 5 MP
298 PP
299 6 w
300 0 sg
301 0 0 -78 0 0 -586 78 0 0 586 2000 1521 6 MP stroke
302 12 w
303 0 74 -622 0 0 -74 622 0 1378 1521 5 MP stroke
304 77 0 0 586 -77 0 0 -586 1378 2107 5 MP stroke
305 c9
306 77 0 0 586 -77 0 0 -586 1378 2107 5 MP
307 PP
308 6 w
309 0 sg
310 0 0 77 0 0 586 -77 0 0 -586 1378 2107 6 MP stroke
311 gr
312
313 6 w
314 1689 1856 mt
315 (3) s
316 gs 407 605 3422 2420 rc
317 24 w
318 0 586 -622 0 0 -586 622 0 2234 2107 5 MP stroke
319 /c10 { 1.000000 0.000000 0.000000 sr} bdef
320 c10
321 0 586 -622 0 0 -586 622 0 2234 2107 5 MP
322 PP
323 6 w
324 0 sg
325 0 0 0 586 -622 0 0 -586 622 0 2234 2107 6 MP stroke
326 12 w
327 0 -74 622 0 0 74 -622 0 2856 2107 5 MP stroke
328 -77 0 0 -586 77 0 0 586 2856 1521 5 MP stroke
329 0 74 -622 0 0 -74 622 0 2234 1521 5 MP stroke
330 78 0 0 586 -78 0 0 -586 2234 2107 5 MP stroke
331 gr
332
333 12 w
334 2545 1856 mt
335 (4) s
336 gs 407 605 3422 2420 rc
337 24 w
338 0 587 -622 0 0 -587 622 0 2234 1301 5 MP stroke
339 c10
340 0 587 -622 0 0 -587 622 0 2234 1301 5 MP
341 PP
342 6 w
343 0 sg
344 0 0 0 587 -622 0 0 -587 622 0 2234 1301 6 MP stroke
345 12 w
346 0 -73 622 0 0 73 -622 0 2856 1301 5 MP stroke
347 -77 0 0 -587 77 0 0 587 2856 714 5 MP stroke
348 0 73 -622 0 0 -73 622 0 2234 714 5 MP stroke
349 78 0 0 587 -78 0 0 -587 2234 1301 5 MP stroke
350 gr
351
352 2545 1050 mt
353 (5) s
354 gs 407 605 3422 2420 rc
355 24 w
356 0 587 -622 0 0 -587 622 0 3089 1301 5 MP stroke
357 12 w
358 0 -73 622 0 0 73 -622 0 3711 1301 5 MP stroke
359 /c11 { 0.000000 1.000000 1.000000 sr} bdef
360 c11
361 0 -73 622 0 0 73 -622 0 3711 1301 5 MP
362 PP
363 6 w
364 0 sg
365 0 0 0 -73 622 0 0 73 -622 0 3711 1301 6 MP stroke
366 12 w
367 -78 0 0 -587 78 0 0 587 3711 714 5 MP stroke
368 0 73 -622 0 0 -73 622 0 3089 714 5 MP stroke
369 c11
370 0 73 -622 0 0 -73 622 0 3089 714 5 MP
371 PP
372 6 w
373 0 sg
374 0 0 0 73 -622 0 0 -73 622 0 3089 714 6 MP stroke
375 12 w
376 78 0 0 587 -78 0 0 -587 3089 1301 5 MP stroke
377 gr
378
379 3400 1050 mt
380 (6) s
381 834 1050 mt
382 (npass = 1) s
383 2545 2479 mt
384 (Calc & Update X dir) s
385 gs 407 605 3422 2420 rc
386 c8
387 0 73 -77 0 0 -73 77 0 2374 2437 5 MP
388 PP
389 6 w
390 0 sg
391 0 0 0 73 -77 0 0 -73 77 0 2374 2437 6 MP stroke
392 gr
393
394 6 w
395 2545 2626 mt
396 (Calc & Update Y dir) s
397 gs 407 605 3422 2420 rc
398 c10
399 0 74 -77 0 0 -74 77 0 2374 2584 5 MP
400 PP
401 0 sg
402 0 0 0 74 -77 0 0 -74 77 0 2374 2584 6 MP stroke
403 gr
404
405 2545 2772 mt
406 ( X dir \(Overlap\)) s
407 gs 407 605 3422 2420 rc
408 c11
409 0 73 -77 0 0 -73 77 0 2374 2730 5 MP
410 PP
411 0 sg
412 0 0 0 73 -77 0 0 -73 77 0 2374 2730 6 MP stroke
413 gr
414
415 2545 2919 mt
416 ( Y dir \(Overlap\)) s
417 gs 407 605 3422 2420 rc
418 c9
419 0 73 -77 0 0 -73 77 0 2374 2877 5 MP
420 PP
421 0 sg
422 0 0 0 73 -77 0 0 -73 77 0 2374 2877 6 MP stroke
423 gr
424
425 1 sg
426 0 2420 3421 0 0 -2420 407 5897 4 MP
427 PP
428 -3421 0 0 2420 3421 0 0 -2420 407 5897 5 MP stroke
429 4 w
430 DO
431 SO
432 6 w
433 0 sg
434 407 5897 mt 3828 5897 L
435 407 5897 mt 407 3477 L
436 407 5897 mt 407 5862 L
437 374 6042 mt
438 (0) s
439 795 5897 mt 795 5862 L
440 729 6042 mt
441 (20) s
442 1184 5897 mt 1184 5862 L
443 1118 6042 mt
444 (40) s
445 1573 5897 mt 1573 5862 L
446 1507 6042 mt
447 (60) s
448 1962 5897 mt 1962 5862 L
449 1896 6042 mt
450 (80) s
451 2350 5897 mt 2350 5862 L
452 2250 6042 mt
453 (100) s
454 2739 5897 mt 2739 5862 L
455 2639 6042 mt
456 (120) s
457 3128 5897 mt 3128 5862 L
458 3028 6042 mt
459 (140) s
460 3517 5897 mt 3517 5862 L
461 3417 6042 mt
462 (160) s
463 407 5897 mt 441 5897 L
464 306 5941 mt
465 (0) s
466 407 5530 mt 441 5530 L
467 239 5574 mt
468 (20) s
469 407 5163 mt 441 5163 L
470 239 5207 mt
471 (40) s
472 407 4797 mt 441 4797 L
473 239 4841 mt
474 (60) s
475 407 4430 mt 441 4430 L
476 239 4474 mt
477 (80) s
478 407 4064 mt 441 4064 L
479 172 4108 mt
480 (100) s
481 407 3697 mt 441 3697 L
482 172 3741 mt
483 (120) s
484 gs 407 3478 3422 2420 rc
485 24 w
486 0 587 -622 0 0 -587 622 0 523 5787 5 MP stroke
487 c10
488 0 587 -622 0 0 -587 622 0 523 5787 5 MP
489 PP
490 6 w
491 0 sg
492 0 0 0 587 -622 0 0 -587 622 0 523 5787 6 MP stroke
493 12 w
494 0 -73 622 0 0 73 -622 0 1145 5787 5 MP stroke
495 -78 0 0 -587 78 0 0 587 1145 5200 5 MP stroke
496 0 73 -622 0 0 -73 622 0 523 5200 5 MP stroke
497 78 0 0 587 -78 0 0 -587 523 5787 5 MP stroke
498 gr
499
500 12 w
501 834 5535 mt
502 (1) s
503 gs 407 3478 3422 2420 rc
504 24 w
505 0 587 -622 0 0 -587 622 0 1378 5787 5 MP stroke
506 12 w
507 0 -73 622 0 0 73 -622 0 2000 5787 5 MP stroke
508 c11
509 0 -73 622 0 0 73 -622 0 2000 5787 5 MP
510 PP
511 6 w
512 0 sg
513 0 0 0 -73 622 0 0 73 -622 0 2000 5787 6 MP stroke
514 12 w
515 -78 0 0 -587 78 0 0 587 2000 5200 5 MP stroke
516 0 73 -622 0 0 -73 622 0 1378 5200 5 MP stroke
517 c11
518 0 73 -622 0 0 -73 622 0 1378 5200 5 MP
519 PP
520 6 w
521 0 sg
522 0 0 0 73 -622 0 0 -73 622 0 1378 5200 6 MP stroke
523 12 w
524 77 0 0 587 -77 0 0 -587 1378 5787 5 MP stroke
525 gr
526
527 1689 5535 mt
528 (2) s
529 gs 407 3478 3422 2420 rc
530 24 w
531 0 586 -622 0 0 -586 622 0 1378 4980 5 MP stroke
532 c8
533 0 586 -622 0 0 -586 622 0 1378 4980 5 MP
534 PP
535 6 w
536 0 sg
537 0 0 0 586 -622 0 0 -586 622 0 1378 4980 6 MP stroke
538 12 w
539 0 -74 622 0 0 74 -622 0 2000 4980 5 MP stroke
540 c11
541 0 -74 622 0 0 74 -622 0 2000 4980 5 MP
542 PP
543 6 w
544 0 sg
545 0 0 0 -74 622 0 0 74 -622 0 2000 4980 6 MP stroke
546 12 w
547 -78 0 0 -586 78 0 0 586 2000 4394 5 MP stroke
548 0 74 -622 0 0 -74 622 0 1378 4394 5 MP stroke
549 c11
550 0 74 -622 0 0 -74 622 0 1378 4394 5 MP
551 PP
552 6 w
553 0 sg
554 0 0 0 74 -622 0 0 -74 622 0 1378 4394 6 MP stroke
555 12 w
556 77 0 0 586 -77 0 0 -586 1378 4980 5 MP stroke
557 gr
558
559 1689 4729 mt
560 (3) s
561 gs 407 3478 3422 2420 rc
562 24 w
563 0 586 -622 0 0 -586 622 0 2234 4980 5 MP stroke
564 c8
565 0 586 -622 0 0 -586 622 0 2234 4980 5 MP
566 PP
567 6 w
568 0 sg
569 0 0 0 586 -622 0 0 -586 622 0 2234 4980 6 MP stroke
570 12 w
571 0 -74 622 0 0 74 -622 0 2856 4980 5 MP stroke
572 -77 0 0 -586 77 0 0 586 2856 4394 5 MP stroke
573 0 74 -622 0 0 -74 622 0 2234 4394 5 MP stroke
574 78 0 0 586 -78 0 0 -586 2234 4980 5 MP stroke
575 gr
576
577 2545 4729 mt
578 (4) s
579 gs 407 3478 3422 2420 rc
580 24 w
581 0 587 -622 0 0 -587 622 0 2234 4174 5 MP stroke
582 12 w
583 0 -73 622 0 0 73 -622 0 2856 4174 5 MP stroke
584 -77 0 0 -587 77 0 0 587 2856 3587 5 MP stroke
585 c9
586 -77 0 0 -587 77 0 0 587 2856 3587 5 MP
587 PP
588 6 w
589 0 sg
590 0 0 -77 0 0 -587 77 0 0 587 2856 3587 6 MP stroke
591 12 w
592 0 73 -622 0 0 -73 622 0 2234 3587 5 MP stroke
593 78 0 0 587 -78 0 0 -587 2234 4174 5 MP stroke
594 c9
595 78 0 0 587 -78 0 0 -587 2234 4174 5 MP
596 PP
597 6 w
598 0 sg
599 0 0 78 0 0 587 -78 0 0 -587 2234 4174 6 MP stroke
600 gr
601
602 6 w
603 2545 3923 mt
604 (5) s
605 gs 407 3478 3422 2420 rc
606 24 w
607 0 587 -622 0 0 -587 622 0 3089 4174 5 MP stroke
608 c10
609 0 587 -622 0 0 -587 622 0 3089 4174 5 MP
610 PP
611 6 w
612 0 sg
613 0 0 0 587 -622 0 0 -587 622 0 3089 4174 6 MP stroke
614 12 w
615 0 -73 622 0 0 73 -622 0 3711 4174 5 MP stroke
616 -78 0 0 -587 78 0 0 587 3711 3587 5 MP stroke
617 c9
618 -78 0 0 -587 78 0 0 587 3711 3587 5 MP
619 PP
620 6 w
621 0 sg
622 0 0 -78 0 0 -587 78 0 0 587 3711 3587 6 MP stroke
623 12 w
624 0 73 -622 0 0 -73 622 0 3089 3587 5 MP stroke
625 78 0 0 587 -78 0 0 -587 3089 4174 5 MP stroke
626 c9
627 78 0 0 587 -78 0 0 -587 3089 4174 5 MP
628 PP
629 6 w
630 0 sg
631 0 0 78 0 0 587 -78 0 0 -587 3089 4174 6 MP stroke
632 gr
633
634 3400 3923 mt
635 (6) s
636 834 3923 mt
637 (npass = 2) s
638 2545 5352 mt
639 (Calc & Update X dir) s
640 gs 407 3478 3422 2420 rc
641 c8
642 0 73 -77 0 0 -73 77 0 2374 5310 5 MP
643 PP
644 0 sg
645 0 0 0 73 -77 0 0 -73 77 0 2374 5310 6 MP stroke
646 gr
647
648 2545 5499 mt
649 (Calc & Update Y dir) s
650 gs 407 3478 3422 2420 rc
651 c10
652 0 74 -77 0 0 -74 77 0 2374 5457 5 MP
653 PP
654 0 sg
655 0 0 0 74 -77 0 0 -74 77 0 2374 5457 6 MP stroke
656 gr
657
658 2545 5645 mt
659 ( X dir \(Overlap\)) s
660 gs 407 3478 3422 2420 rc
661 c11
662 0 73 -77 0 0 -73 77 0 2374 5603 5 MP
663 PP
664 0 sg
665 0 0 0 73 -77 0 0 -73 77 0 2374 5603 6 MP stroke
666 gr
667
668 2545 5792 mt
669 ( Y dir \(Overlap\)) s
670 gs 407 3478 3422 2420 rc
671 c9
672 0 73 -77 0 0 -73 77 0 2374 5750 5 MP
673 PP
674 0 sg
675 0 0 0 73 -77 0 0 -73 77 0 2374 5750 6 MP stroke
676 gr
677
678 1 sg
679 0 2420 3421 0 0 -2420 407 8771 4 MP
680 PP
681 -3421 0 0 2420 3421 0 0 -2420 407 8771 5 MP stroke
682 4 w
683 DO
684 SO
685 6 w
686 0 sg
687 407 8771 mt 3828 8771 L
688 407 8771 mt 407 6351 L
689 407 8771 mt 407 8736 L
690 374 8916 mt
691 (0) s
692 795 8771 mt 795 8736 L
693 729 8916 mt
694 (20) s
695 1184 8771 mt 1184 8736 L
696 1118 8916 mt
697 (40) s
698 1573 8771 mt 1573 8736 L
699 1507 8916 mt
700 (60) s
701 1962 8771 mt 1962 8736 L
702 1896 8916 mt
703 (80) s
704 2350 8771 mt 2350 8736 L
705 2250 8916 mt
706 (100) s
707 2739 8771 mt 2739 8736 L
708 2639 8916 mt
709 (120) s
710 3128 8771 mt 3128 8736 L
711 3028 8916 mt
712 (140) s
713 3517 8771 mt 3517 8736 L
714 3417 8916 mt
715 (160) s
716 407 8771 mt 441 8771 L
717 306 8815 mt
718 (0) s
719 407 8404 mt 441 8404 L
720 239 8448 mt
721 (20) s
722 407 8037 mt 441 8037 L
723 239 8081 mt
724 (40) s
725 407 7671 mt 441 7671 L
726 239 7715 mt
727 (60) s
728 407 7304 mt 441 7304 L
729 239 7348 mt
730 (80) s
731 407 6937 mt 441 6937 L
732 172 6981 mt
733 (100) s
734 407 6571 mt 441 6571 L
735 172 6615 mt
736 (120) s
737 gs 407 6351 3422 2421 rc
738 24 w
739 0 587 -622 0 0 -587 622 0 523 8661 5 MP stroke
740 12 w
741 0 -73 622 0 0 73 -622 0 1145 8661 5 MP stroke
742 -78 0 0 -587 78 0 0 587 1145 8074 5 MP stroke
743 0 73 -622 0 0 -73 622 0 523 8074 5 MP stroke
744 78 0 0 587 -78 0 0 -587 523 8661 5 MP stroke
745 gr
746
747 12 w
748 834 8409 mt
749 (1) s
750 gs 407 6351 3422 2421 rc
751 24 w
752 0 587 -622 0 0 -587 622 0 1378 8661 5 MP stroke
753 c10
754 0 587 -622 0 0 -587 622 0 1378 8661 5 MP
755 PP
756 6 w
757 0 sg
758 0 0 0 587 -622 0 0 -587 622 0 1378 8661 6 MP stroke
759 12 w
760 0 -73 622 0 0 73 -622 0 2000 8661 5 MP stroke
761 -78 0 0 -587 78 0 0 587 2000 8074 5 MP stroke
762 0 73 -622 0 0 -73 622 0 1378 8074 5 MP stroke
763 77 0 0 587 -77 0 0 -587 1378 8661 5 MP stroke
764 gr
765
766 1689 8409 mt
767 (2) s
768 gs 407 6351 3422 2421 rc
769 24 w
770 0 587 -622 0 0 -587 622 0 1378 7854 5 MP stroke
771 c10
772 0 587 -622 0 0 -587 622 0 1378 7854 5 MP
773 PP
774 6 w
775 0 sg
776 0 0 0 587 -622 0 0 -587 622 0 1378 7854 6 MP stroke
777 12 w
778 0 -73 622 0 0 73 -622 0 2000 7854 5 MP stroke
779 -78 0 0 -587 78 0 0 587 2000 7267 5 MP stroke
780 0 73 -622 0 0 -73 622 0 1378 7267 5 MP stroke
781 77 0 0 587 -77 0 0 -587 1378 7854 5 MP stroke
782 gr
783
784 1689 7603 mt
785 (3) s
786 gs 407 6351 3422 2421 rc
787 24 w
788 0 587 -622 0 0 -587 622 0 2234 7854 5 MP stroke
789 12 w
790 0 -73 622 0 0 73 -622 0 2856 7854 5 MP stroke
791 -77 0 0 -587 77 0 0 587 2856 7267 5 MP stroke
792 0 73 -622 0 0 -73 622 0 2234 7267 5 MP stroke
793 78 0 0 587 -78 0 0 -587 2234 7854 5 MP stroke
794 gr
795
796 2545 7603 mt
797 (4) s
798 gs 407 6351 3422 2421 rc
799 24 w
800 0 586 -622 0 0 -586 622 0 2234 7047 5 MP stroke
801 c8
802 0 586 -622 0 0 -586 622 0 2234 7047 5 MP
803 PP
804 6 w
805 0 sg
806 0 0 0 586 -622 0 0 -586 622 0 2234 7047 6 MP stroke
807 12 w
808 0 -74 622 0 0 74 -622 0 2856 7047 5 MP stroke
809 -77 0 0 -586 77 0 0 586 2856 6461 5 MP stroke
810 0 74 -622 0 0 -74 622 0 2234 6461 5 MP stroke
811 78 0 0 586 -78 0 0 -586 2234 7047 5 MP stroke
812 gr
813
814 2545 6796 mt
815 (5) s
816 gs 407 6351 3422 2421 rc
817 24 w
818 0 586 -622 0 0 -586 622 0 3089 7047 5 MP stroke
819 c8
820 0 586 -622 0 0 -586 622 0 3089 7047 5 MP
821 PP
822 6 w
823 0 sg
824 0 0 0 586 -622 0 0 -586 622 0 3089 7047 6 MP stroke
825 12 w
826 0 -74 622 0 0 74 -622 0 3711 7047 5 MP stroke
827 -78 0 0 -586 78 0 0 586 3711 6461 5 MP stroke
828 0 74 -622 0 0 -74 622 0 3089 6461 5 MP stroke
829 78 0 0 586 -78 0 0 -586 3089 7047 5 MP stroke
830 gr
831
832 3400 6796 mt
833 (6) s
834 834 6796 mt
835 (npass = 3) s
836 2545 8226 mt
837 (Calc & Update X dir) s
838 gs 407 6351 3422 2421 rc
839 c8
840 0 73 -77 0 0 -73 77 0 2374 8184 5 MP
841 PP
842 6 w
843 0 sg
844 0 0 0 73 -77 0 0 -73 77 0 2374 8184 6 MP stroke
845 gr
846
847 6 w
848 2545 8373 mt
849 (Calc & Update Y dir) s
850 gs 407 6351 3422 2421 rc
851 c10
852 0 74 -77 0 0 -74 77 0 2374 8331 5 MP
853 PP
854 0 sg
855 0 0 0 74 -77 0 0 -74 77 0 2374 8331 6 MP stroke
856 gr
857
858 2545 8519 mt
859 ( X dir \(Overlap\)) s
860 gs 407 6351 3422 2421 rc
861 c11
862 0 73 -77 0 0 -73 77 0 2374 8477 5 MP
863 PP
864 0 sg
865 0 0 0 73 -77 0 0 -73 77 0 2374 8477 6 MP stroke
866 gr
867
868 2545 8666 mt
869 ( Y dir \(Overlap\)) s
870 gs 407 6351 3422 2421 rc
871 c9
872 0 73 -77 0 0 -73 77 0 2374 8624 5 MP
873 PP
874 0 sg
875 0 0 0 73 -77 0 0 -73 77 0 2374 8624 6 MP stroke
876 gr
877
878
879 end %%Color Dict
880
881 eplot
882 %%EndObject
883
884 epage
885 end
886
887 showpage
888
889 %%Trailer
890 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22