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

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

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Jan 15 23:52:12 2008 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
File MIME type: application/postscript
add figure of Multi-Dim Advection with cubed-sphere topology

1 jmc 1.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.20-1.2320.fc5 #1 Tue Jun 12 18:50:38 EDT 2007 i686.
3     %%Title: /home/jmc/mitgcm/sc_chk_cs/multiDim_CS.eps
4     %%CreationDate: 08/14/2007 15:41:00
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%LanguageLevel: 2
8     %%Pages: 1
9     %%BoundingBox: 156 30 451 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: 156 30 451 727
165     MathWorks begin
166     bpage
167     %%EndPageSetup
168    
169     %%BeginObject: obj1
170     bplot
171    
172     /dpi2point 12 def
173     portraitMode 1728 9288 csm
174    
175     152 556 3537 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 3872 9074 rf
189     6 w
190     0 2420 3252 0 0 -2420 387 3024 4 MP
191     PP
192     -3252 0 0 2420 3252 0 0 -2420 387 3024 5 MP stroke
193     4 w
194     DO
195     SO
196     6 w
197     0 sg
198     387 3024 mt 3639 3024 L
199     387 3024 mt 387 604 L
200     387 3024 mt 387 2991 L
201     %%IncludeResource: font Helvetica
202     /Helvetica /ISOLatin1Encoding 120 FMSR
203    
204     354 3169 mt
205     (0) s
206     756 3024 mt 756 2991 L
207     690 3169 mt
208     (20) s
209     1126 3024 mt 1126 2991 L
210     1060 3169 mt
211     (40) s
212     1495 3024 mt 1495 2991 L
213     1429 3169 mt
214     (60) s
215     1865 3024 mt 1865 2991 L
216     1799 3169 mt
217     (80) s
218     2234 3024 mt 2234 2991 L
219     2134 3169 mt
220     (100) s
221     2604 3024 mt 2604 2991 L
222     2504 3169 mt
223     (120) s
224     2973 3024 mt 2973 2991 L
225     2873 3169 mt
226     (140) s
227     3343 3024 mt 3343 2991 L
228     3243 3169 mt
229     (160) s
230     387 3024 mt 419 3024 L
231     286 3068 mt
232     (0) s
233     387 2657 mt 419 2657 L
234     219 2701 mt
235     (20) s
236     387 2290 mt 419 2290 L
237     219 2334 mt
238     (40) s
239     387 1924 mt 419 1924 L
240     219 1968 mt
241     (60) s
242     387 1557 mt 419 1557 L
243     219 1601 mt
244     (80) s
245     387 1191 mt 419 1191 L
246     152 1235 mt
247     (100) s
248     387 824 mt 419 824 L
249     152 868 mt
250     (120) s
251     gs 387 605 3253 2420 rc
252     24 w
253     0 587 -592 0 0 -587 592 0 497 2914 5 MP stroke
254     /c8 { 0.000000 0.000000 1.000000 sr} bdef
255     c8
256     0 587 -592 0 0 -587 592 0 497 2914 5 MP
257     PP
258     6 w
259     0 sg
260     0 0 0 587 -592 0 0 -587 592 0 497 2914 6 MP stroke
261     12 w
262     0 -73 592 0 0 73 -592 0 1089 2914 5 MP stroke
263     -74 0 0 -587 74 0 0 587 1089 2327 5 MP stroke
264     0 73 -592 0 0 -73 592 0 497 2327 5 MP stroke
265     74 0 0 587 -74 0 0 -587 497 2914 5 MP stroke
266     gr
267    
268     12 w
269     793 2662 mt
270     (1) s
271     gs 387 605 3253 2420 rc
272     24 w
273     0 587 -592 0 0 -587 592 0 1310 2914 5 MP stroke
274     c8
275     0 587 -592 0 0 -587 592 0 1310 2914 5 MP
276     PP
277     6 w
278     0 sg
279     0 0 0 587 -592 0 0 -587 592 0 1310 2914 6 MP stroke
280     12 w
281     0 -73 592 0 0 73 -592 0 1902 2914 5 MP stroke
282     -74 0 0 -587 74 0 0 587 1902 2327 5 MP stroke
283     0 73 -592 0 0 -73 592 0 1310 2327 5 MP stroke
284     74 0 0 587 -74 0 0 -587 1310 2914 5 MP stroke
285     gr
286    
287     1606 2662 mt
288     (2) s
289     gs 387 605 3253 2420 rc
290     24 w
291     0 586 -592 0 0 -586 592 0 1310 2107 5 MP stroke
292     12 w
293     0 -74 592 0 0 74 -592 0 1902 2107 5 MP stroke
294     -74 0 0 -586 74 0 0 586 1902 1521 5 MP stroke
295     /c9 { 1.000000 0.000000 1.000000 sr} bdef
296     c9
297     -74 0 0 -586 74 0 0 586 1902 1521 5 MP
298     PP
299     6 w
300     0 sg
301     0 0 -74 0 0 -586 74 0 0 586 1902 1521 6 MP stroke
302     12 w
303     0 74 -592 0 0 -74 592 0 1310 1521 5 MP stroke
304     74 0 0 586 -74 0 0 -586 1310 2107 5 MP stroke
305     c9
306     74 0 0 586 -74 0 0 -586 1310 2107 5 MP
307     PP
308     6 w
309     0 sg
310     0 0 74 0 0 586 -74 0 0 -586 1310 2107 6 MP stroke
311     gr
312    
313     6 w
314     1606 1856 mt
315     (3) s
316     gs 387 605 3253 2420 rc
317     24 w
318     0 586 -592 0 0 -586 592 0 2123 2107 5 MP stroke
319     /c10 { 1.000000 0.000000 0.000000 sr} bdef
320     c10
321     0 586 -592 0 0 -586 592 0 2123 2107 5 MP
322     PP
323     6 w
324     0 sg
325     0 0 0 586 -592 0 0 -586 592 0 2123 2107 6 MP stroke
326     12 w
327     0 -74 592 0 0 74 -592 0 2715 2107 5 MP stroke
328     -74 0 0 -586 74 0 0 586 2715 1521 5 MP stroke
329     0 74 -592 0 0 -74 592 0 2123 1521 5 MP stroke
330     74 0 0 586 -74 0 0 -586 2123 2107 5 MP stroke
331     gr
332    
333     12 w
334     2419 1856 mt
335     (4) s
336     gs 387 605 3253 2420 rc
337     24 w
338     0 587 -592 0 0 -587 592 0 2123 1301 5 MP stroke
339     c10
340     0 587 -592 0 0 -587 592 0 2123 1301 5 MP
341     PP
342     6 w
343     0 sg
344     0 0 0 587 -592 0 0 -587 592 0 2123 1301 6 MP stroke
345     12 w
346     0 -73 592 0 0 73 -592 0 2715 1301 5 MP stroke
347     -74 0 0 -587 74 0 0 587 2715 714 5 MP stroke
348     0 73 -592 0 0 -73 592 0 2123 714 5 MP stroke
349     74 0 0 587 -74 0 0 -587 2123 1301 5 MP stroke
350     gr
351    
352     2419 1050 mt
353     (5) s
354     gs 387 605 3253 2420 rc
355     24 w
356     0 587 -592 0 0 -587 592 0 2936 1301 5 MP stroke
357     12 w
358     0 -73 592 0 0 73 -592 0 3528 1301 5 MP stroke
359     /c11 { 0.000000 1.000000 1.000000 sr} bdef
360     c11
361     0 -73 592 0 0 73 -592 0 3528 1301 5 MP
362     PP
363     6 w
364     0 sg
365     0 0 0 -73 592 0 0 73 -592 0 3528 1301 6 MP stroke
366     12 w
367     -74 0 0 -587 74 0 0 587 3528 714 5 MP stroke
368     0 73 -592 0 0 -73 592 0 2936 714 5 MP stroke
369     c11
370     0 73 -592 0 0 -73 592 0 2936 714 5 MP
371     PP
372     6 w
373     0 sg
374     0 0 0 73 -592 0 0 -73 592 0 2936 714 6 MP stroke
375     12 w
376     74 0 0 587 -74 0 0 -587 2936 1301 5 MP stroke
377     gr
378    
379     3232 1050 mt
380     (6) s
381     793 1050 mt
382     (npass = 1) s
383     2419 2479 mt
384     (Calc & Update X dir) s
385     gs 387 605 3253 2420 rc
386     c8
387     0 73 -74 0 0 -73 74 0 2256 2437 5 MP
388     PP
389     6 w
390     0 sg
391     0 0 0 73 -74 0 0 -73 74 0 2256 2437 6 MP stroke
392     gr
393    
394     6 w
395     2419 2626 mt
396     (Calc & Update Y dir) s
397     gs 387 605 3253 2420 rc
398     c10
399     0 74 -74 0 0 -74 74 0 2256 2584 5 MP
400     PP
401     0 sg
402     0 0 0 74 -74 0 0 -74 74 0 2256 2584 6 MP stroke
403     gr
404    
405     2419 2772 mt
406     ( X dir \(Overlap\)) s
407     gs 387 605 3253 2420 rc
408     c11
409     0 73 -74 0 0 -73 74 0 2256 2730 5 MP
410     PP
411     0 sg
412     0 0 0 73 -74 0 0 -73 74 0 2256 2730 6 MP stroke
413     gr
414    
415     2419 2919 mt
416     ( Y dir \(Overlap\)) s
417     gs 387 605 3253 2420 rc
418     c9
419     0 73 -74 0 0 -73 74 0 2256 2877 5 MP
420     PP
421     0 sg
422     0 0 0 73 -74 0 0 -73 74 0 2256 2877 6 MP stroke
423     gr
424    
425     1 sg
426     0 2420 3252 0 0 -2420 387 5897 4 MP
427     PP
428     -3252 0 0 2420 3252 0 0 -2420 387 5897 5 MP stroke
429     4 w
430     DO
431     SO
432     6 w
433     0 sg
434     387 5897 mt 3639 5897 L
435     387 5897 mt 387 3477 L
436     387 5897 mt 387 5864 L
437     354 6042 mt
438     (0) s
439     756 5897 mt 756 5864 L
440     690 6042 mt
441     (20) s
442     1126 5897 mt 1126 5864 L
443     1060 6042 mt
444     (40) s
445     1495 5897 mt 1495 5864 L
446     1429 6042 mt
447     (60) s
448     1865 5897 mt 1865 5864 L
449     1799 6042 mt
450     (80) s
451     2234 5897 mt 2234 5864 L
452     2134 6042 mt
453     (100) s
454     2604 5897 mt 2604 5864 L
455     2504 6042 mt
456     (120) s
457     2973 5897 mt 2973 5864 L
458     2873 6042 mt
459     (140) s
460     3343 5897 mt 3343 5864 L
461     3243 6042 mt
462     (160) s
463     387 5897 mt 419 5897 L
464     286 5941 mt
465     (0) s
466     387 5530 mt 419 5530 L
467     219 5574 mt
468     (20) s
469     387 5163 mt 419 5163 L
470     219 5207 mt
471     (40) s
472     387 4797 mt 419 4797 L
473     219 4841 mt
474     (60) s
475     387 4430 mt 419 4430 L
476     219 4474 mt
477     (80) s
478     387 4064 mt 419 4064 L
479     152 4108 mt
480     (100) s
481     387 3697 mt 419 3697 L
482     152 3741 mt
483     (120) s
484     gs 387 3478 3253 2420 rc
485     24 w
486     0 587 -592 0 0 -587 592 0 497 5787 5 MP stroke
487     c10
488     0 587 -592 0 0 -587 592 0 497 5787 5 MP
489     PP
490     6 w
491     0 sg
492     0 0 0 587 -592 0 0 -587 592 0 497 5787 6 MP stroke
493     12 w
494     0 -73 592 0 0 73 -592 0 1089 5787 5 MP stroke
495     -74 0 0 -587 74 0 0 587 1089 5200 5 MP stroke
496     c9
497     -74 0 0 -587 74 0 0 587 1089 5200 5 MP
498     PP
499     6 w
500     0 sg
501     0 0 -74 0 0 -587 74 0 0 587 1089 5200 6 MP stroke
502     12 w
503     0 73 -592 0 0 -73 592 0 497 5200 5 MP stroke
504     74 0 0 587 -74 0 0 -587 497 5787 5 MP stroke
505     c9
506     74 0 0 587 -74 0 0 -587 497 5787 5 MP
507     PP
508     6 w
509     0 sg
510     0 0 74 0 0 587 -74 0 0 -587 497 5787 6 MP stroke
511     gr
512    
513     793 5535 mt
514     (1) s
515     gs 387 3478 3253 2420 rc
516     24 w
517     0 587 -592 0 0 -587 592 0 1310 5787 5 MP stroke
518     12 w
519     0 -73 592 0 0 73 -592 0 1902 5787 5 MP stroke
520     c11
521     0 -73 592 0 0 73 -592 0 1902 5787 5 MP
522     PP
523     6 w
524     0 sg
525     0 0 0 -73 592 0 0 73 -592 0 1902 5787 6 MP stroke
526     12 w
527     -74 0 0 -587 74 0 0 587 1902 5200 5 MP stroke
528     0 73 -592 0 0 -73 592 0 1310 5200 5 MP stroke
529     c11
530     0 73 -592 0 0 -73 592 0 1310 5200 5 MP
531     PP
532     6 w
533     0 sg
534     0 0 0 73 -592 0 0 -73 592 0 1310 5200 6 MP stroke
535     12 w
536     74 0 0 587 -74 0 0 -587 1310 5787 5 MP stroke
537     gr
538    
539     12 w
540     1606 5535 mt
541     (2) s
542     gs 387 3478 3253 2420 rc
543     24 w
544     0 586 -592 0 0 -586 592 0 1310 4980 5 MP stroke
545     c8
546     0 586 -592 0 0 -586 592 0 1310 4980 5 MP
547     PP
548     6 w
549     0 sg
550     0 0 0 586 -592 0 0 -586 592 0 1310 4980 6 MP stroke
551     12 w
552     0 -74 592 0 0 74 -592 0 1902 4980 5 MP stroke
553     c11
554     0 -74 592 0 0 74 -592 0 1902 4980 5 MP
555     PP
556     6 w
557     0 sg
558     0 0 0 -74 592 0 0 74 -592 0 1902 4980 6 MP stroke
559     12 w
560     -74 0 0 -586 74 0 0 586 1902 4394 5 MP stroke
561     0 74 -592 0 0 -74 592 0 1310 4394 5 MP stroke
562     c11
563     0 74 -592 0 0 -74 592 0 1310 4394 5 MP
564     PP
565     6 w
566     0 sg
567     0 0 0 74 -592 0 0 -74 592 0 1310 4394 6 MP stroke
568     12 w
569     74 0 0 586 -74 0 0 -586 1310 4980 5 MP stroke
570     gr
571    
572     1606 4729 mt
573     (3) s
574     gs 387 3478 3253 2420 rc
575     24 w
576     0 586 -592 0 0 -586 592 0 2123 4980 5 MP stroke
577     c8
578     0 586 -592 0 0 -586 592 0 2123 4980 5 MP
579     PP
580     6 w
581     0 sg
582     0 0 0 586 -592 0 0 -586 592 0 2123 4980 6 MP stroke
583     12 w
584     0 -74 592 0 0 74 -592 0 2715 4980 5 MP stroke
585     c11
586     0 -74 592 0 0 74 -592 0 2715 4980 5 MP
587     PP
588     6 w
589     0 sg
590     0 0 0 -74 592 0 0 74 -592 0 2715 4980 6 MP stroke
591     12 w
592     -74 0 0 -586 74 0 0 586 2715 4394 5 MP stroke
593     0 74 -592 0 0 -74 592 0 2123 4394 5 MP stroke
594     c11
595     0 74 -592 0 0 -74 592 0 2123 4394 5 MP
596     PP
597     6 w
598     0 sg
599     0 0 0 74 -592 0 0 -74 592 0 2123 4394 6 MP stroke
600     12 w
601     74 0 0 586 -74 0 0 -586 2123 4980 5 MP stroke
602     gr
603    
604     2419 4729 mt
605     (4) s
606     gs 387 3478 3253 2420 rc
607     24 w
608     0 587 -592 0 0 -587 592 0 2123 4174 5 MP stroke
609     12 w
610     0 -73 592 0 0 73 -592 0 2715 4174 5 MP stroke
611     -74 0 0 -587 74 0 0 587 2715 3587 5 MP stroke
612     c9
613     -74 0 0 -587 74 0 0 587 2715 3587 5 MP
614     PP
615     6 w
616     0 sg
617     0 0 -74 0 0 -587 74 0 0 587 2715 3587 6 MP stroke
618     12 w
619     0 73 -592 0 0 -73 592 0 2123 3587 5 MP stroke
620     74 0 0 587 -74 0 0 -587 2123 4174 5 MP stroke
621     c9
622     74 0 0 587 -74 0 0 -587 2123 4174 5 MP
623     PP
624     6 w
625     0 sg
626     0 0 74 0 0 587 -74 0 0 -587 2123 4174 6 MP stroke
627     gr
628    
629     6 w
630     2419 3923 mt
631     (5) s
632     gs 387 3478 3253 2420 rc
633     24 w
634     0 587 -592 0 0 -587 592 0 2936 4174 5 MP stroke
635     c10
636     0 587 -592 0 0 -587 592 0 2936 4174 5 MP
637     PP
638     6 w
639     0 sg
640     0 0 0 587 -592 0 0 -587 592 0 2936 4174 6 MP stroke
641     12 w
642     0 -73 592 0 0 73 -592 0 3528 4174 5 MP stroke
643     -74 0 0 -587 74 0 0 587 3528 3587 5 MP stroke
644     c9
645     -74 0 0 -587 74 0 0 587 3528 3587 5 MP
646     PP
647     6 w
648     0 sg
649     0 0 -74 0 0 -587 74 0 0 587 3528 3587 6 MP stroke
650     12 w
651     0 73 -592 0 0 -73 592 0 2936 3587 5 MP stroke
652     74 0 0 587 -74 0 0 -587 2936 4174 5 MP stroke
653     c9
654     74 0 0 587 -74 0 0 -587 2936 4174 5 MP
655     PP
656     6 w
657     0 sg
658     0 0 74 0 0 587 -74 0 0 -587 2936 4174 6 MP stroke
659     gr
660    
661     3232 3923 mt
662     (6) s
663     793 3923 mt
664     (npass = 2) s
665     2419 5352 mt
666     (Calc & Update X dir) s
667     gs 387 3478 3253 2420 rc
668     c8
669     0 73 -74 0 0 -73 74 0 2256 5310 5 MP
670     PP
671     0 sg
672     0 0 0 73 -74 0 0 -73 74 0 2256 5310 6 MP stroke
673     gr
674    
675     2419 5499 mt
676     (Calc & Update Y dir) s
677     gs 387 3478 3253 2420 rc
678     c10
679     0 74 -74 0 0 -74 74 0 2256 5457 5 MP
680     PP
681     0 sg
682     0 0 0 74 -74 0 0 -74 74 0 2256 5457 6 MP stroke
683     gr
684    
685     2419 5645 mt
686     ( X dir \(Overlap\)) s
687     gs 387 3478 3253 2420 rc
688     c11
689     0 73 -74 0 0 -73 74 0 2256 5603 5 MP
690     PP
691     0 sg
692     0 0 0 73 -74 0 0 -73 74 0 2256 5603 6 MP stroke
693     gr
694    
695     2419 5792 mt
696     ( Y dir \(Overlap\)) s
697     gs 387 3478 3253 2420 rc
698     c9
699     0 73 -74 0 0 -73 74 0 2256 5750 5 MP
700     PP
701     0 sg
702     0 0 0 73 -74 0 0 -73 74 0 2256 5750 6 MP stroke
703     gr
704    
705     1 sg
706     0 2420 3252 0 0 -2420 387 8771 4 MP
707     PP
708     -3252 0 0 2420 3252 0 0 -2420 387 8771 5 MP stroke
709     4 w
710     DO
711     SO
712     6 w
713     0 sg
714     387 8771 mt 3639 8771 L
715     387 8771 mt 387 6351 L
716     387 8771 mt 387 8738 L
717     354 8916 mt
718     (0) s
719     756 8771 mt 756 8738 L
720     690 8916 mt
721     (20) s
722     1126 8771 mt 1126 8738 L
723     1060 8916 mt
724     (40) s
725     1495 8771 mt 1495 8738 L
726     1429 8916 mt
727     (60) s
728     1865 8771 mt 1865 8738 L
729     1799 8916 mt
730     (80) s
731     2234 8771 mt 2234 8738 L
732     2134 8916 mt
733     (100) s
734     2604 8771 mt 2604 8738 L
735     2504 8916 mt
736     (120) s
737     2973 8771 mt 2973 8738 L
738     2873 8916 mt
739     (140) s
740     3343 8771 mt 3343 8738 L
741     3243 8916 mt
742     (160) s
743     387 8771 mt 419 8771 L
744     286 8815 mt
745     (0) s
746     387 8404 mt 419 8404 L
747     219 8448 mt
748     (20) s
749     387 8037 mt 419 8037 L
750     219 8081 mt
751     (40) s
752     387 7671 mt 419 7671 L
753     219 7715 mt
754     (60) s
755     387 7304 mt 419 7304 L
756     219 7348 mt
757     (80) s
758     387 6937 mt 419 6937 L
759     152 6981 mt
760     (100) s
761     387 6571 mt 419 6571 L
762     152 6615 mt
763     (120) s
764     gs 387 6351 3253 2421 rc
765     24 w
766     0 587 -592 0 0 -587 592 0 497 8661 5 MP stroke
767     12 w
768     0 -73 592 0 0 73 -592 0 1089 8661 5 MP stroke
769     -74 0 0 -587 74 0 0 587 1089 8074 5 MP stroke
770     0 73 -592 0 0 -73 592 0 497 8074 5 MP stroke
771     74 0 0 587 -74 0 0 -587 497 8661 5 MP stroke
772     gr
773    
774     12 w
775     793 8409 mt
776     (1) s
777     gs 387 6351 3253 2421 rc
778     24 w
779     0 587 -592 0 0 -587 592 0 1310 8661 5 MP stroke
780     c10
781     0 587 -592 0 0 -587 592 0 1310 8661 5 MP
782     PP
783     6 w
784     0 sg
785     0 0 0 587 -592 0 0 -587 592 0 1310 8661 6 MP stroke
786     12 w
787     0 -73 592 0 0 73 -592 0 1902 8661 5 MP stroke
788     -74 0 0 -587 74 0 0 587 1902 8074 5 MP stroke
789     c9
790     -74 0 0 -587 74 0 0 587 1902 8074 5 MP
791     PP
792     6 w
793     0 sg
794     0 0 -74 0 0 -587 74 0 0 587 1902 8074 6 MP stroke
795     12 w
796     0 73 -592 0 0 -73 592 0 1310 8074 5 MP stroke
797     74 0 0 587 -74 0 0 -587 1310 8661 5 MP stroke
798     c9
799     74 0 0 587 -74 0 0 -587 1310 8661 5 MP
800     PP
801     6 w
802     0 sg
803     0 0 74 0 0 587 -74 0 0 -587 1310 8661 6 MP stroke
804     gr
805    
806     6 w
807     1606 8409 mt
808     (2) s
809     gs 387 6351 3253 2421 rc
810     24 w
811     0 587 -592 0 0 -587 592 0 1310 7854 5 MP stroke
812     c10
813     0 587 -592 0 0 -587 592 0 1310 7854 5 MP
814     PP
815     6 w
816     0 sg
817     0 0 0 587 -592 0 0 -587 592 0 1310 7854 6 MP stroke
818     12 w
819     0 -73 592 0 0 73 -592 0 1902 7854 5 MP stroke
820     -74 0 0 -587 74 0 0 587 1902 7267 5 MP stroke
821     0 73 -592 0 0 -73 592 0 1310 7267 5 MP stroke
822     74 0 0 587 -74 0 0 -587 1310 7854 5 MP stroke
823     gr
824    
825     12 w
826     1606 7603 mt
827     (3) s
828     gs 387 6351 3253 2421 rc
829     24 w
830     0 587 -592 0 0 -587 592 0 2123 7854 5 MP stroke
831     12 w
832     0 -73 592 0 0 73 -592 0 2715 7854 5 MP stroke
833     -74 0 0 -587 74 0 0 587 2715 7267 5 MP stroke
834     0 73 -592 0 0 -73 592 0 2123 7267 5 MP stroke
835     74 0 0 587 -74 0 0 -587 2123 7854 5 MP stroke
836     gr
837    
838     2419 7603 mt
839     (4) s
840     gs 387 6351 3253 2421 rc
841     24 w
842     0 586 -592 0 0 -586 592 0 2123 7047 5 MP stroke
843     c8
844     0 586 -592 0 0 -586 592 0 2123 7047 5 MP
845     PP
846     6 w
847     0 sg
848     0 0 0 586 -592 0 0 -586 592 0 2123 7047 6 MP stroke
849     12 w
850     0 -74 592 0 0 74 -592 0 2715 7047 5 MP stroke
851     c11
852     0 -74 592 0 0 74 -592 0 2715 7047 5 MP
853     PP
854     6 w
855     0 sg
856     0 0 0 -74 592 0 0 74 -592 0 2715 7047 6 MP stroke
857     12 w
858     -74 0 0 -586 74 0 0 586 2715 6461 5 MP stroke
859     0 74 -592 0 0 -74 592 0 2123 6461 5 MP stroke
860     c11
861     0 74 -592 0 0 -74 592 0 2123 6461 5 MP
862     PP
863     6 w
864     0 sg
865     0 0 0 74 -592 0 0 -74 592 0 2123 6461 6 MP stroke
866     12 w
867     74 0 0 586 -74 0 0 -586 2123 7047 5 MP stroke
868     gr
869    
870     2419 6796 mt
871     (5) s
872     gs 387 6351 3253 2421 rc
873     24 w
874     0 586 -592 0 0 -586 592 0 2936 7047 5 MP stroke
875     c8
876     0 586 -592 0 0 -586 592 0 2936 7047 5 MP
877     PP
878     6 w
879     0 sg
880     0 0 0 586 -592 0 0 -586 592 0 2936 7047 6 MP stroke
881     12 w
882     0 -74 592 0 0 74 -592 0 3528 7047 5 MP stroke
883     -74 0 0 -586 74 0 0 586 3528 6461 5 MP stroke
884     0 74 -592 0 0 -74 592 0 2936 6461 5 MP stroke
885     74 0 0 586 -74 0 0 -586 2936 7047 5 MP stroke
886     gr
887    
888     3232 6796 mt
889     (6) s
890     793 6796 mt
891     (npass = 3) s
892     2419 8226 mt
893     (Calc & Update X dir) s
894     gs 387 6351 3253 2421 rc
895     c8
896     0 73 -74 0 0 -73 74 0 2256 8184 5 MP
897     PP
898     6 w
899     0 sg
900     0 0 0 73 -74 0 0 -73 74 0 2256 8184 6 MP stroke
901     gr
902    
903     6 w
904     2419 8373 mt
905     (Calc & Update Y dir) s
906     gs 387 6351 3253 2421 rc
907     c10
908     0 74 -74 0 0 -74 74 0 2256 8331 5 MP
909     PP
910     0 sg
911     0 0 0 74 -74 0 0 -74 74 0 2256 8331 6 MP stroke
912     gr
913    
914     2419 8519 mt
915     ( X dir \(Overlap\)) s
916     gs 387 6351 3253 2421 rc
917     c11
918     0 73 -74 0 0 -73 74 0 2256 8477 5 MP
919     PP
920     0 sg
921     0 0 0 73 -74 0 0 -73 74 0 2256 8477 6 MP stroke
922     gr
923    
924     2419 8666 mt
925     ( Y dir \(Overlap\)) s
926     gs 387 6351 3253 2421 rc
927     c9
928     0 73 -74 0 0 -73 74 0 2256 8624 5 MP
929     PP
930     0 sg
931     0 0 0 73 -74 0 0 -73 74 0 2256 8624 6 MP stroke
932     gr
933    
934    
935     end %%Color Dict
936    
937     eplot
938     %%EndObject
939    
940     epage
941     end
942    
943     showpage
944    
945     %%Trailer
946     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22