/[MITgcm]/manual/s_algorithm/figs/advect-1d-lo.eps
ViewVC logotype

Contents of /manual/s_algorithm/figs/advect-1d-lo.eps

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 25 20:13:42 2001 UTC (22 years, 7 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/postscript
Doc. about tracer advection schemes.

1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc.
3 %%Title: advect-1d-lo.eps
4 %%CreationDate: 09/24/ 1 17:48:17
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox: 61 201 549 589
10 %%EndComments
11
12 %%BeginProlog
13
14 % MathWorks dictionary
15 /MathWorks 160 dict begin
16
17 % definition operators
18 /bdef {bind def} bind def
19 /ldef {load def} bind def
20 /xdef {exch def} bdef
21 /xstore {exch store} bdef
22
23 % operator abbreviations
24 /c /clip ldef
25 /cc /concat ldef
26 /cp /closepath ldef
27 /gr /grestore ldef
28 /gs /gsave ldef
29 /mt /moveto ldef
30 /np /newpath ldef
31 /cm /currentmatrix ldef
32 /sm /setmatrix ldef
33 /rc {rectclip} bdef
34 /rf {rectfill} bdef
35 /rm /rmoveto ldef
36 /rl /rlineto ldef
37 /s /show ldef
38 /sc {setcmykcolor} bdef
39 /sr /setrgbcolor ldef
40 /sg /setgray ldef
41 /w /setlinewidth ldef
42 /j /setlinejoin ldef
43 /cap /setlinecap ldef
44
45 % page state control
46 /pgsv () def
47 /bpage {/pgsv save def} bdef
48 /epage {pgsv restore} bdef
49 /bplot /gsave ldef
50 /eplot {stroke grestore} bdef
51
52 % orientation switch
53 /portraitMode 0 def
54 /landscapeMode 1 def
55
56 % coordinate system mappings
57 /dpi2point 0 def
58
59 % font control
60 /FontSize 0 def
61 /FMS {
62 /FontSize xstore %save size off stack
63 findfont
64 [FontSize 0 0 FontSize neg 0 0]
65 makefont
66 setfont
67 }bdef
68
69 /reencode {
70 exch dup where
71 {pop load} {pop StandardEncoding} ifelse
72 exch
73 dup 3 1 roll
74 findfont dup length dict begin
75 { 1 index /FID ne {def}{pop pop} ifelse } forall
76 /Encoding exch def
77 currentdict
78 end
79 definefont pop
80 } bdef
81
82 /isroman {
83 findfont /CharStrings get
84 /Agrave known
85 } bdef
86
87 /FMSR {
88 3 1 roll 1 index
89 dup isroman
90 {reencode} {pop pop} ifelse
91 exch FMS
92 } bdef
93
94 /csm {
95 1 dpi2point div -1 dpi2point div scale
96 neg translate
97 landscapeMode eq {90 rotate} if
98 } bdef
99
100 % line types: solid, dotted, dashed, dotdash
101 /SO { [] 0 setdash } bdef
102 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
103 /DA { [6 dpi2point mul] 0 setdash } bdef
104 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
105
106 % macros for lines and objects
107 /L {
108 lineto
109 stroke
110 } bdef
111 /MP {
112 3 1 roll moveto
113 1 sub {rlineto} repeat
114 } bdef
115 /AP {
116 {rlineto} repeat
117 } bdef
118 /PP {
119 closepath eofill
120 } bdef
121 /DP {
122 closepath stroke
123 } bdef
124 /MR {
125 4 -2 roll moveto
126 dup 0 exch rlineto
127 exch 0 rlineto
128 neg 0 exch rlineto
129 closepath
130 } bdef
131 /FR {
132 MR stroke
133 } bdef
134 /PR {
135 MR fill
136 } bdef
137 /L1i {
138 { currentfile picstr readhexstring pop } image
139 } bdef
140
141 /tMatrix matrix def
142 /MakeOval {
143 newpath
144 tMatrix currentmatrix pop
145 translate scale
146 0 0 1 0 360 arc
147 tMatrix setmatrix
148 } bdef
149 /FO {
150 MakeOval
151 stroke
152 } bdef
153 /PO {
154 MakeOval
155 fill
156 } bdef
157
158 /PD {
159 currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
160 } bdef
161
162 /FA {
163 newpath
164 tMatrix currentmatrix pop
165 translate scale
166 0 0 1 5 -2 roll arc
167 tMatrix setmatrix
168 stroke
169 } bdef
170 /PA {
171 newpath
172 tMatrix currentmatrix pop
173 translate 0 0 moveto scale
174 0 0 1 5 -2 roll arc
175 closepath
176 tMatrix setmatrix
177 fill
178 } bdef
179
180 /FAn {
181 newpath
182 tMatrix currentmatrix pop
183 translate scale
184 0 0 1 5 -2 roll arcn
185 tMatrix setmatrix
186 stroke
187 } bdef
188 /PAn {
189 newpath
190 tMatrix currentmatrix pop
191 translate 0 0 moveto scale
192 0 0 1 5 -2 roll arcn
193 closepath
194 tMatrix setmatrix
195 fill
196 } bdef
197
198 /vradius 0 def
199 /hradius 0 def
200 /lry 0 def
201 /lrx 0 def
202 /uly 0 def
203 /ulx 0 def
204 /rad 0 def
205
206 /MRR {
207 /vradius xdef
208 /hradius xdef
209 /lry xdef
210 /lrx xdef
211 /uly xdef
212 /ulx xdef
213 newpath
214 tMatrix currentmatrix pop
215 ulx hradius add uly vradius add translate
216 hradius vradius scale
217 0 0 1 180 270 arc
218 tMatrix setmatrix
219 lrx hradius sub uly vradius add translate
220 hradius vradius scale
221 0 0 1 270 360 arc
222 tMatrix setmatrix
223 lrx hradius sub lry vradius sub translate
224 hradius vradius scale
225 0 0 1 0 90 arc
226 tMatrix setmatrix
227 ulx hradius add lry vradius sub translate
228 hradius vradius scale
229 0 0 1 90 180 arc
230 tMatrix setmatrix
231 closepath
232 } bdef
233 /FRR {
234 MRR stroke } bdef
235 /PRR {
236 MRR fill } bdef
237
238 /MlrRR {
239 /lry xdef
240 /lrx xdef
241 /uly xdef
242 /ulx xdef
243 /rad lry uly sub 2 div def
244 newpath
245 tMatrix currentmatrix pop
246 ulx rad add uly rad add translate
247 rad rad scale
248 0 0 1 90 270 arc
249 tMatrix setmatrix
250 lrx rad sub lry rad sub translate
251 rad rad scale
252 0 0 1 270 90 arc
253 tMatrix setmatrix
254 closepath
255 } bdef
256 /FlrRR {
257 MlrRR stroke } bdef
258 /PlrRR {
259 MlrRR fill } bdef
260
261 /MtbRR {
262 /lry xdef
263 /lrx xdef
264 /uly xdef
265 /ulx xdef
266 /rad lrx ulx sub 2 div def
267 newpath
268 tMatrix currentmatrix pop
269 ulx rad add uly rad add translate
270 rad rad scale
271 0 0 1 180 360 arc
272 tMatrix setmatrix
273 lrx rad sub lry rad sub translate
274 rad rad scale
275 0 0 1 0 180 arc
276 tMatrix setmatrix
277 closepath
278 } bdef
279 /FtbRR {
280 MtbRR stroke } bdef
281 /PtbRR {
282 MtbRR fill } bdef
283
284 currentdict end def
285 %%EndProlog
286
287 %%BeginSetup
288 MathWorks begin
289
290 0 cap
291
292 end
293 %%EndSetup
294
295 %%Page: 1 1
296 %%BeginPageSetup
297 %%PageBoundingBox: 61 201 549 589
298 MathWorks begin
299 bpage
300 %%EndPageSetup
301
302 %%BeginObject: obj1
303 bplot
304
305 /dpi2point 12 def
306 portraitMode 0216 7344 csm
307
308 518 273 5854 4658 rc
309 96 dict begin %Colortable dictionary
310 /c0 { 0 0 0 sr} bdef
311 /c1 { 1 1 1 sr} bdef
312 /c2 { 1 0 0 sr} bdef
313 /c3 { 0 1 0 sr} bdef
314 /c4 { 0 0 1 sr} bdef
315 /c5 { 1 1 0 sr} bdef
316 /c6 { 1 0 1 sr} bdef
317 /c7 { 0 1 1 sr} bdef
318 c0
319 1 j
320 1 sg
321 0 0 6921 5185 rf
322 6 w
323 0 850 4100 0 0 -850 900 1239 4 MP
324 PP
325 -4100 0 0 850 4100 0 0 -850 900 1239 5 MP stroke
326 4 w
327 DO
328 SO
329 6 w
330 0 sg
331 900 1239 mt 5000 1239 L
332 900 389 mt 5000 389 L
333 900 1239 mt 900 389 L
334 5000 1239 mt 5000 389 L
335 900 1239 mt 5000 1239 L
336 900 1239 mt 900 389 L
337 900 1239 mt 900 1198 L
338 900 389 mt 900 430 L
339 %%IncludeResource: font Helvetica
340 /Helvetica /ISOLatin1Encoding 120 FMSR
341
342 867 1385 mt
343 (0) s
344 1310 1239 mt 1310 1198 L
345 1310 389 mt 1310 430 L
346 1227 1385 mt
347 (0.1) s
348 1720 1239 mt 1720 1198 L
349 1720 389 mt 1720 430 L
350 1637 1385 mt
351 (0.2) s
352 2130 1239 mt 2130 1198 L
353 2130 389 mt 2130 430 L
354 2047 1385 mt
355 (0.3) s
356 2540 1239 mt 2540 1198 L
357 2540 389 mt 2540 430 L
358 2457 1385 mt
359 (0.4) s
360 2950 1239 mt 2950 1198 L
361 2950 389 mt 2950 430 L
362 2867 1385 mt
363 (0.5) s
364 3360 1239 mt 3360 1198 L
365 3360 389 mt 3360 430 L
366 3277 1385 mt
367 (0.6) s
368 3770 1239 mt 3770 1198 L
369 3770 389 mt 3770 430 L
370 3687 1385 mt
371 (0.7) s
372 4180 1239 mt 4180 1198 L
373 4180 389 mt 4180 430 L
374 4097 1385 mt
375 (0.8) s
376 4590 1239 mt 4590 1198 L
377 4590 389 mt 4590 430 L
378 4507 1385 mt
379 (0.9) s
380 5000 1239 mt 5000 1198 L
381 5000 389 mt 5000 430 L
382 4967 1385 mt
383 (1) s
384 900 1118 mt 941 1118 L
385 5000 1118 mt 4959 1118 L
386 799 1162 mt
387 (0) s
388 900 814 mt 941 814 L
389 5000 814 mt 4959 814 L
390 699 858 mt
391 (0.5) s
392 900 510 mt 941 510 L
393 5000 510 mt 4959 510 L
394 799 554 mt
395 (1) s
396 900 1239 mt 5000 1239 L
397 900 389 mt 5000 389 L
398 900 1239 mt 900 389 L
399 5000 1239 mt 5000 389 L
400 gs 900 389 4101 851 rc
401 24 w
402 gr
403
404 24 w
405 gs 905 412 4160 805 rc
406 1003 1118 PD
407 1071 1118 PD
408 1139 1117 PD
409 1208 1116 PD
410 1276 1112 PD
411 1344 1097 PD
412 1413 1054 PD
413 1481 962 PD
414 1549 814 PD
415 1618 645 PD
416 1686 527 PD
417 1754 527 PD
418 1823 645 PD
419 1891 814 PD
420 1959 962 PD
421 2028 1054 PD
422 2096 1097 PD
423 2164 1112 PD
424 2233 1116 PD
425 2301 1117 PD
426 2369 1118 PD
427 2438 1118 PD
428 2506 1118 PD
429 2574 1118 PD
430 2643 1118 PD
431 2711 1118 PD
432 2779 1118 PD
433 2848 1118 PD
434 2916 1118 PD
435 2984 1118 PD
436 3053 1118 PD
437 3121 1118 PD
438 3189 1118 PD
439 3258 1118 PD
440 3326 1118 PD
441 3394 510 PD
442 3463 510 PD
443 3531 510 PD
444 3599 510 PD
445 3668 510 PD
446 3736 510 PD
447 3804 510 PD
448 3873 510 PD
449 3941 510 PD
450 4009 510 PD
451 4078 510 PD
452 4146 510 PD
453 4214 1118 PD
454 4283 1118 PD
455 4351 1118 PD
456 4419 1118 PD
457 4488 1118 PD
458 4556 1118 PD
459 4624 1118 PD
460 4693 1118 PD
461 4761 1118 PD
462 4829 1118 PD
463 4898 1118 PD
464 4966 1118 PD
465 gr
466
467 gs 900 389 4101 851 rc
468 6 w
469 /c8 { 0.000000 0.000000 1.000000 sr} bdef
470 c8
471 68 1 69 4 68 8 68 11 69 14 68 17 68 19 69 22
472 68 23 68 23 69 24 68 22 68 21 69 19 68 15 68 11
473 69 6 68 2 68 -3 69 -8 68 -12 68 -16 69 -20 68 -22
474 68 -24 69 -24 68 -25 68 -23 69 -22 68 -19 68 -16 69 -14
475 68 -9 68 -7 69 -3 68 0 68 4 69 5 68 8 68 9
476 69 10 68 10 68 10 69 9 68 8 68 6 69 3 68 2
477 68 -1 69 -4 68 -6 68 -8 69 -9 68 -9 68 -11 69 -9
478 68 -9 68 -7 69 -4 934 1029 60 MP stroke
479 /c9 { 1.000000 0.000000 0.000000 sr} bdef
480 c9
481 68 0 69 -3 68 -5 68 -7 69 -9 68 -6 68 4 69 22
482 68 49 68 79 69 105 68 117 68 114 69 94 68 64 68 33
483 69 8 68 -9 68 -19 69 -33 68 -52 68 -77 69 -102 68 -116
484 68 -114 69 -93 68 -61 68 -26 69 1 68 15 68 16 69 11
485 68 3 68 -2 69 -5 68 -5 68 -6 69 -4 68 0 68 8
486 69 24 68 47 68 71 69 90 68 98 68 85 69 54 68 8
487 68 -41 69 -82 68 -103 68 -103 69 -84 68 -54 68 -24 69 -3
488 68 8 68 10 69 7 934 1116 60 MP stroke
489 /c10 { 0.000000 1.000000 0.000000 sr} bdef
490 c10
491 68 0 69 -3 68 -5 68 -8 69 -8 68 -6 68 5 69 22
492 68 49 68 79 69 104 68 117 68 113 69 94 68 65 68 34
493 69 8 68 -9 68 -21 69 -33 68 -53 68 -76 69 -101 68 -115
494 68 -114 69 -93 68 -61 68 -27 69 0 68 15 68 17 69 11
495 68 3 68 -2 69 -5 68 -6 68 -5 69 -4 68 -1 68 9
496 69 25 68 47 68 71 69 90 68 97 68 84 69 53 68 9
497 68 -41 69 -81 68 -103 68 -102 69 -84 68 -54 68 -25 69 -3
498 68 8 68 10 69 7 934 1116 60 MP stroke
499 /c11 { 0.000000 1.000000 1.000000 sr} bdef
500 c11
501 68 -29 69 -21 68 -9 68 5 69 23 68 41 68 59 69 77
502 68 90 68 98 69 100 68 94 68 80 69 60 68 35 68 7
503 69 -20 68 -44 68 -64 69 -75 68 -81 68 -77 69 -67 68 -53
504 68 -39 69 -26 68 -17 68 -15 69 -19 68 -26 68 -34 69 -39
505 68 -39 68 -29 69 -14 68 9 68 33 69 55 68 72 68 80
506 69 79 68 68 68 51 69 29 68 5 68 -16 69 -33 68 -44
507 68 -46 69 -43 68 -36 68 -26 69 -18 68 -14 68 -12 69 -15
508 68 -21 68 -27 69 -31 934 1134 60 MP stroke
509 DA
510 0 sg
511 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
512 68 0 68 0 69 0 68 608 68 0 69 0 68 0 68 0
513 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -608
514 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
515 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 1
516 69 4 68 15 68 43 69 92 68 148 68 169 69 118 68 0
517 68 -118 69 -169 68 -148 68 -92 69 -43 68 -15 68 -4 69 -1
518 68 -1 68 0 69 0 934 1118 60 MP stroke
519 gr
520
521 6 w
522 DA
523 %%IncludeResource: font Symbol
524 /Symbol /ISOLatin1Encoding 120 FMSR
525
526 644 859 mt -90 rotate
527 (Q) s
528 90 rotate
529 %%IncludeResource: font Helvetica
530 /Helvetica /ISOLatin1Encoding 168 FMSR
531
532 982 570 mt
533 (a\)) s
534 SO
535 1 sg
536 0 712 1260 0 0 -712 5062 1101 4 MP
537 PP
538 -1260 0 0 712 1260 0 0 -712 5062 1101 5 MP stroke
539 4 w
540 DO
541 SO
542 6 w
543 0 sg
544 5062 1101 mt 6322 1101 L
545 5062 389 mt 6322 389 L
546 5062 1101 mt 5062 389 L
547 6322 1101 mt 6322 389 L
548 5062 1101 mt 6322 1101 L
549 5062 1101 mt 5062 389 L
550 5062 1101 mt 6322 1101 L
551 5062 389 mt 6322 389 L
552 5062 1101 mt 5062 389 L
553 6322 1101 mt 6322 389 L
554 %%IncludeResource: font Helvetica
555 /Helvetica /ISOLatin1Encoding 120 FMSR
556
557 5395 511 mt
558 (Analytic solution) s
559 5395 649 mt
560 (upwind-1 ) s
561 5395 787 mt
562 (DST-3 ) s
563 5395 925 mt
564 (upwind-3 ) s
565 5395 1063 mt
566 (upwind-2 ) s
567 gs 5062 389 1261 713 rc
568 24 w
569 gr
570
571 24 w
572 gs 5131 373 197 197 rc
573 5229 471 PD
574 gr
575
576 gs 5062 389 1261 713 rc
577 6 w
578 c8
579 199 0 5129 609 2 MP stroke
580 c9
581 199 0 5129 747 2 MP stroke
582 c10
583 199 0 5129 885 2 MP stroke
584 c11
585 199 0 5129 1024 2 MP stroke
586 gr
587
588 6 w
589 c11
590 1 sg
591 0 851 4100 0 0 -851 900 2364 4 MP
592 PP
593 -4100 0 0 851 4100 0 0 -851 900 2364 5 MP stroke
594 4 w
595 DO
596 SO
597 6 w
598 0 sg
599 900 2364 mt 5000 2364 L
600 900 1513 mt 5000 1513 L
601 900 2364 mt 900 1513 L
602 5000 2364 mt 5000 1513 L
603 900 2364 mt 5000 2364 L
604 900 2364 mt 900 1513 L
605 900 2364 mt 900 2323 L
606 900 1513 mt 900 1554 L
607 867 2510 mt
608 (0) s
609 1310 2364 mt 1310 2323 L
610 1310 1513 mt 1310 1554 L
611 1227 2510 mt
612 (0.1) s
613 1720 2364 mt 1720 2323 L
614 1720 1513 mt 1720 1554 L
615 1637 2510 mt
616 (0.2) s
617 2130 2364 mt 2130 2323 L
618 2130 1513 mt 2130 1554 L
619 2047 2510 mt
620 (0.3) s
621 2540 2364 mt 2540 2323 L
622 2540 1513 mt 2540 1554 L
623 2457 2510 mt
624 (0.4) s
625 2950 2364 mt 2950 2323 L
626 2950 1513 mt 2950 1554 L
627 2867 2510 mt
628 (0.5) s
629 3360 2364 mt 3360 2323 L
630 3360 1513 mt 3360 1554 L
631 3277 2510 mt
632 (0.6) s
633 3770 2364 mt 3770 2323 L
634 3770 1513 mt 3770 1554 L
635 3687 2510 mt
636 (0.7) s
637 4180 2364 mt 4180 2323 L
638 4180 1513 mt 4180 1554 L
639 4097 2510 mt
640 (0.8) s
641 4590 2364 mt 4590 2323 L
642 4590 1513 mt 4590 1554 L
643 4507 2510 mt
644 (0.9) s
645 5000 2364 mt 5000 2323 L
646 5000 1513 mt 5000 1554 L
647 4967 2510 mt
648 (1) s
649 900 2242 mt 941 2242 L
650 5000 2242 mt 4959 2242 L
651 799 2286 mt
652 (0) s
653 900 1939 mt 941 1939 L
654 5000 1939 mt 4959 1939 L
655 699 1983 mt
656 (0.5) s
657 900 1635 mt 941 1635 L
658 5000 1635 mt 4959 1635 L
659 799 1679 mt
660 (1) s
661 900 2364 mt 5000 2364 L
662 900 1513 mt 5000 1513 L
663 900 2364 mt 900 1513 L
664 5000 2364 mt 5000 1513 L
665 gs 900 1513 4101 852 rc
666 24 w
667 gr
668
669 24 w
670 gs 905 1537 4160 804 rc
671 1003 2242 PD
672 1071 2242 PD
673 1139 2242 PD
674 1208 2241 PD
675 1276 2237 PD
676 1344 2221 PD
677 1413 2178 PD
678 1481 2087 PD
679 1549 1939 PD
680 1618 1769 PD
681 1686 1651 PD
682 1754 1651 PD
683 1823 1769 PD
684 1891 1939 PD
685 1959 2087 PD
686 2028 2178 PD
687 2096 2221 PD
688 2164 2237 PD
689 2233 2241 PD
690 2301 2242 PD
691 2369 2242 PD
692 2438 2242 PD
693 2506 2242 PD
694 2574 2242 PD
695 2643 2242 PD
696 2711 2242 PD
697 2779 2242 PD
698 2848 2242 PD
699 2916 2242 PD
700 2984 2242 PD
701 3053 2242 PD
702 3121 2242 PD
703 3189 2242 PD
704 3258 2242 PD
705 3326 2242 PD
706 3394 1635 PD
707 3463 1635 PD
708 3531 1635 PD
709 3599 1635 PD
710 3668 1635 PD
711 3736 1635 PD
712 3804 1635 PD
713 3873 1635 PD
714 3941 1635 PD
715 4009 1635 PD
716 4078 1635 PD
717 4146 1635 PD
718 4214 2242 PD
719 4283 2242 PD
720 4351 2242 PD
721 4419 2242 PD
722 4488 2242 PD
723 4556 2242 PD
724 4624 2242 PD
725 4693 2242 PD
726 4761 2242 PD
727 4829 2242 PD
728 4898 2242 PD
729 4966 2242 PD
730 gr
731
732 gs 900 1513 4101 852 rc
733 6 w
734 c9
735 68 135 69 102 68 -16 68 -105 69 -84 68 0 68 41 69 39
736 68 45 68 72 69 69 68 40 68 36 69 86 68 135 68 132
737 69 83 68 20 68 -25 69 -51 68 -76 68 -113 69 -129 68 -100
738 68 -63 69 -47 68 -38 68 -40 69 -81 68 -117 68 -74 69 13
739 68 78 68 118 69 124 68 52 68 -57 69 -107 68 -82 68 -16
740 69 64 68 104 68 77 69 35 68 23 68 36 69 48 68 55
741 68 51 69 39 68 8 68 -52 69 -137 68 -184 68 -145 69 -67
742 68 -16 68 -8 69 2 934 2391 60 MP stroke
743 c11
744 68 26 69 -9 68 -5 68 16 69 -14 68 -28 68 13 69 37
745 68 5 68 9 69 123 68 195 68 140 69 125 68 125 68 -3
746 69 -127 68 -87 68 13 69 40 68 41 68 10 69 -144 68 -263
747 68 -182 69 -73 68 -44 68 0 69 50 68 48 68 43 69 18
748 68 -83 68 -110 69 31 68 132 68 52 69 -83 68 -108 68 7
749 69 125 68 82 68 -34 69 -2 68 162 68 217 69 98 68 -24
750 68 -58 69 -82 68 -158 68 -197 69 -125 68 8 68 74 69 40
751 68 -12 68 -34 69 -28 934 2269 60 MP stroke
752 c8
753 68 321 69 23 68 48 68 -175 69 -191 68 167 68 -2 69 48
754 68 -26 68 141 69 51 68 111 68 -136 69 221 68 75 68 187
755 69 72 68 -23 68 38 69 -159 68 63 68 -201 69 -99 68 -174
756 68 55 69 -105 68 -72 68 6 69 -12 68 -229 68 -109 69 121
757 68 61 68 24 69 219 68 117 68 -174 69 -115 68 -12 68 -86
758 69 61 68 201 68 40 69 -12 68 54 68 25 69 55 68 59
759 68 38 69 58 68 -22 68 -11 69 -95 68 -311 68 -103 69 -22
760 68 -79 68 121 69 -117 934 2421 60 MP stroke
761 c10
762 68 163 69 -131 68 39 68 38 69 -37 68 -47 68 67 69 -37
763 68 90 68 -50 69 97 68 315 68 38 69 101 68 233 68 -92
764 69 -104 68 -82 68 15 69 91 68 -77 68 96 69 -119 68 -393
765 68 -63 69 -82 68 -91 68 25 69 51 68 68 68 -27 69 85
766 68 -82 68 -178 69 97 68 135 68 10 69 -76 68 -75 68 -44
767 69 182 68 55 68 -41 69 -5 68 172 68 264 69 -2 68 74
768 68 -173 69 62 68 -294 68 -100 69 -179 68 32 68 93 69 -4
769 68 8 68 -40 69 8 934 2239 60 MP stroke
770 /c12 { 1.000000 0.000000 1.000000 sr} bdef
771 c12
772 68 -57 69 -22 68 -16 68 26 69 97 68 -75 68 -35 69 58
773 68 13 68 21 69 61 68 114 68 275 69 78 68 92 68 63
774 69 -33 68 -79 68 -83 69 7 68 -26 68 -73 69 21 68 -6
775 68 -262 69 -266 68 -52 68 -24 69 18 68 76 68 98 69 -11
776 68 -47 68 61 69 -51 68 -15 68 -102 69 78 68 60 68 59
777 69 -7 68 -76 68 -37 69 144 68 283 68 -55 69 45 68 140
778 68 46 69 -78 68 -134 68 -327 69 -57 68 -27 68 -27 69 19
779 68 63 68 0 69 28 934 2207 60 MP stroke
780 DA
781 0 sg
782 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
783 68 0 68 0 69 0 68 607 68 0 69 0 68 0 68 0
784 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -607
785 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
786 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 1
787 69 4 68 16 68 43 69 91 68 148 68 170 69 118 68 0
788 68 -118 69 -170 68 -148 68 -91 69 -43 68 -16 68 -4 69 -1
789 68 0 68 0 69 0 934 2242 60 MP stroke
790 gr
791
792 6 w
793 DA
794 %%IncludeResource: font Symbol
795 /Symbol /ISOLatin1Encoding 120 FMSR
796
797 644 1984 mt -90 rotate
798 (Q) s
799 90 rotate
800 %%IncludeResource: font Helvetica
801 /Helvetica /ISOLatin1Encoding 168 FMSR
802
803 982 1695 mt
804 (b\)) s
805 SO
806 1 sg
807 0 850 1260 0 0 -850 5062 2363 4 MP
808 PP
809 -1260 0 0 850 1260 0 0 -850 5062 2363 5 MP stroke
810 4 w
811 DO
812 SO
813 6 w
814 0 sg
815 5062 2363 mt 6322 2363 L
816 5062 1513 mt 6322 1513 L
817 5062 2363 mt 5062 1513 L
818 6322 2363 mt 6322 1513 L
819 5062 2363 mt 6322 2363 L
820 5062 2363 mt 5062 1513 L
821 5062 2363 mt 6322 2363 L
822 5062 1513 mt 6322 1513 L
823 5062 2363 mt 5062 1513 L
824 6322 2363 mt 6322 1513 L
825 %%IncludeResource: font Helvetica
826 /Helvetica /ISOLatin1Encoding 120 FMSR
827
828 5395 1635 mt
829 (Analytic solution) s
830 5395 1773 mt
831 (Lax-Wendroff ) s
832 5395 1911 mt
833 (4-DST ) s
834 5395 2049 mt
835 (centered-2 ) s
836 5395 2187 mt
837 (centered-4 ) s
838 5395 2325 mt
839 (4-FV ) s
840 gs 5062 1513 1261 851 rc
841 24 w
842 gr
843
844 24 w
845 gs 5131 1497 197 197 rc
846 5229 1595 PD
847 gr
848
849 gs 5062 1513 1261 851 rc
850 6 w
851 c9
852 199 0 5129 1733 2 MP stroke
853 c11
854 199 0 5129 1871 2 MP stroke
855 c8
856 199 0 5129 2009 2 MP stroke
857 c10
858 199 0 5129 2147 2 MP stroke
859 c12
860 199 0 5129 2286 2 MP stroke
861 gr
862
863 6 w
864 c12
865 1 sg
866 0 850 4100 0 0 -850 900 3488 4 MP
867 PP
868 -4100 0 0 850 4100 0 0 -850 900 3488 5 MP stroke
869 4 w
870 DO
871 SO
872 6 w
873 0 sg
874 900 3488 mt 5000 3488 L
875 900 2638 mt 5000 2638 L
876 900 3488 mt 900 2638 L
877 5000 3488 mt 5000 2638 L
878 900 3488 mt 5000 3488 L
879 900 3488 mt 900 2638 L
880 900 3488 mt 900 3447 L
881 900 2638 mt 900 2679 L
882 867 3634 mt
883 (0) s
884 1310 3488 mt 1310 3447 L
885 1310 2638 mt 1310 2679 L
886 1227 3634 mt
887 (0.1) s
888 1720 3488 mt 1720 3447 L
889 1720 2638 mt 1720 2679 L
890 1637 3634 mt
891 (0.2) s
892 2130 3488 mt 2130 3447 L
893 2130 2638 mt 2130 2679 L
894 2047 3634 mt
895 (0.3) s
896 2540 3488 mt 2540 3447 L
897 2540 2638 mt 2540 2679 L
898 2457 3634 mt
899 (0.4) s
900 2950 3488 mt 2950 3447 L
901 2950 2638 mt 2950 2679 L
902 2867 3634 mt
903 (0.5) s
904 3360 3488 mt 3360 3447 L
905 3360 2638 mt 3360 2679 L
906 3277 3634 mt
907 (0.6) s
908 3770 3488 mt 3770 3447 L
909 3770 2638 mt 3770 2679 L
910 3687 3634 mt
911 (0.7) s
912 4180 3488 mt 4180 3447 L
913 4180 2638 mt 4180 2679 L
914 4097 3634 mt
915 (0.8) s
916 4590 3488 mt 4590 3447 L
917 4590 2638 mt 4590 2679 L
918 4507 3634 mt
919 (0.9) s
920 5000 3488 mt 5000 3447 L
921 5000 2638 mt 5000 2679 L
922 4967 3634 mt
923 (1) s
924 900 3367 mt 941 3367 L
925 5000 3367 mt 4959 3367 L
926 799 3411 mt
927 (0) s
928 900 3063 mt 941 3063 L
929 5000 3063 mt 4959 3063 L
930 699 3107 mt
931 (0.5) s
932 900 2759 mt 941 2759 L
933 5000 2759 mt 4959 2759 L
934 799 2803 mt
935 (1) s
936 900 3488 mt 5000 3488 L
937 900 2638 mt 5000 2638 L
938 900 3488 mt 900 2638 L
939 5000 3488 mt 5000 2638 L
940 gs 900 2638 4101 851 rc
941 24 w
942 gr
943
944 24 w
945 gs 905 2661 4160 805 rc
946 1003 3367 PD
947 1071 3367 PD
948 1139 3366 PD
949 1208 3365 PD
950 1276 3361 PD
951 1344 3346 PD
952 1413 3303 PD
953 1481 3211 PD
954 1549 3063 PD
955 1618 2894 PD
956 1686 2776 PD
957 1754 2776 PD
958 1823 2894 PD
959 1891 3063 PD
960 1959 3211 PD
961 2028 3303 PD
962 2096 3346 PD
963 2164 3361 PD
964 2233 3365 PD
965 2301 3366 PD
966 2369 3367 PD
967 2438 3367 PD
968 2506 3367 PD
969 2574 3367 PD
970 2643 3367 PD
971 2711 3367 PD
972 2779 3367 PD
973 2848 3367 PD
974 2916 3367 PD
975 2984 3367 PD
976 3053 3367 PD
977 3121 3367 PD
978 3189 3367 PD
979 3258 3367 PD
980 3326 3367 PD
981 3394 2759 PD
982 3463 2759 PD
983 3531 2759 PD
984 3599 2759 PD
985 3668 2759 PD
986 3736 2759 PD
987 3804 2759 PD
988 3873 2759 PD
989 3941 2759 PD
990 4009 2759 PD
991 4078 2759 PD
992 4146 2759 PD
993 4214 3367 PD
994 4283 3367 PD
995 4351 3367 PD
996 4419 3367 PD
997 4488 3367 PD
998 4556 3367 PD
999 4624 3367 PD
1000 4693 3367 PD
1001 4761 3367 PD
1002 4829 3367 PD
1003 4898 3367 PD
1004 4966 3367 PD
1005 gr
1006
1007 gs 900 2638 4101 851 rc
1008 6 w
1009 c8
1010 68 -1 69 0 68 1 68 3 69 7 68 12 68 21 69 31
1011 68 47 68 68 69 90 68 81 68 64 69 47 68 31 68 17
1012 69 7 68 2 68 -3 69 -14 68 -32 68 -58 69 -86 68 -88
1013 68 -71 69 -55 68 -41 68 -30 69 -21 68 -13 68 -9 69 -5
1014 68 -2 68 -1 69 0 68 1 68 4 69 7 68 13 68 21
1015 69 34 68 50 68 56 69 44 68 30 68 17 69 7 68 2
1016 68 -4 69 -17 68 -37 68 -57 69 -52 68 -40 68 -28 69 -21
1017 68 -13 68 -9 69 -5 934 3358 60 MP stroke
1018 c9
1019 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1020 68 1 68 42 69 183 68 197 68 127 69 40 68 12 68 4
1021 69 1 68 0 68 0 69 0 68 0 68 -41 69 -183 68 -197
1022 68 -128 69 -40 68 -12 68 -4 69 -1 68 0 68 -1 69 0
1023 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1024 69 0 68 2 68 74 69 175 68 151 68 55 69 14 68 2
1025 68 -3 69 -109 68 -174 68 -127 69 -42 68 -12 68 -4 69 -1
1026 68 0 68 -1 69 0 934 3367 60 MP stroke
1027 c10
1028 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 3
1029 68 49 68 101 69 117 68 111 68 92 69 65 68 40 68 20
1030 69 6 68 1 68 0 69 -2 68 -46 68 -101 69 -117 68 -112
1031 68 -91 69 -65 68 -40 68 -21 69 -7 68 -2 68 0 69 -1
1032 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 1
1033 69 9 68 62 68 94 69 98 68 79 68 47 69 14 68 2
1034 68 -16 69 -75 68 -94 68 -86 69 -63 68 -40 68 -21 69 -8
1035 68 -2 68 0 69 -1 934 3367 60 MP stroke
1036 c11
1037 68 -1 69 0 68 0 68 0 69 2 68 5 68 11 69 24
1038 68 49 68 86 69 107 68 98 68 76 69 51 68 31 68 16
1039 69 7 68 1 68 -1 69 -9 68 -33 68 -74 69 -109 68 -103
1040 68 -80 69 -57 68 -39 68 -25 69 -15 68 -9 68 -6 69 -2
1041 68 -2 68 0 69 0 68 0 68 1 69 2 68 7 68 15
1042 69 32 68 61 68 75 69 62 68 39 68 21 69 8 68 1
1043 68 -3 69 -22 68 -58 68 -76 69 -60 68 -42 68 -26 69 -17
1044 68 -10 68 -5 69 -3 934 3363 60 MP stroke
1045 DA
1046 0 sg
1047 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1048 68 0 68 0 69 0 68 608 68 0 69 0 68 0 68 0
1049 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -608
1050 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1051 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 1
1052 69 4 68 15 68 43 69 92 68 148 68 169 69 118 68 0
1053 68 -118 69 -169 68 -148 68 -92 69 -43 68 -15 68 -4 69 -1
1054 68 -1 68 0 69 0 934 3367 60 MP stroke
1055 gr
1056
1057 6 w
1058 DA
1059 %%IncludeResource: font Symbol
1060 /Symbol /ISOLatin1Encoding 120 FMSR
1061
1062 644 3108 mt -90 rotate
1063 (Q) s
1064 90 rotate
1065 %%IncludeResource: font Helvetica
1066 /Helvetica /ISOLatin1Encoding 168 FMSR
1067
1068 982 2819 mt
1069 (c\)) s
1070 SO
1071 1 sg
1072 0 712 1260 0 0 -712 5062 3350 4 MP
1073 PP
1074 -1260 0 0 712 1260 0 0 -712 5062 3350 5 MP stroke
1075 4 w
1076 DO
1077 SO
1078 6 w
1079 0 sg
1080 5062 3350 mt 6322 3350 L
1081 5062 2638 mt 6322 2638 L
1082 5062 3350 mt 5062 2638 L
1083 6322 3350 mt 6322 2638 L
1084 5062 3350 mt 6322 3350 L
1085 5062 3350 mt 5062 2638 L
1086 5062 3350 mt 6322 3350 L
1087 5062 2638 mt 6322 2638 L
1088 5062 3350 mt 5062 2638 L
1089 6322 3350 mt 6322 2638 L
1090 %%IncludeResource: font Helvetica
1091 /Helvetica /ISOLatin1Encoding 120 FMSR
1092
1093 5395 2760 mt
1094 (Analytic solution) s
1095 5395 2898 mt
1096 (minmod ) s
1097 5395 3036 mt
1098 (Superbee ) s
1099 5395 3174 mt
1100 (van Leer \(MC\) ) s
1101 5395 3312 mt
1102 (van Leer \(alb\) ) s
1103 gs 5062 2638 1261 713 rc
1104 24 w
1105 gr
1106
1107 24 w
1108 gs 5131 2622 197 197 rc
1109 5229 2720 PD
1110 gr
1111
1112 gs 5062 2638 1261 713 rc
1113 6 w
1114 c8
1115 199 0 5129 2858 2 MP stroke
1116 c9
1117 199 0 5129 2996 2 MP stroke
1118 c10
1119 199 0 5129 3134 2 MP stroke
1120 c11
1121 199 0 5129 3273 2 MP stroke
1122 gr
1123
1124 6 w
1125 c11
1126 1 sg
1127 0 851 4100 0 0 -851 900 4613 4 MP
1128 PP
1129 -4100 0 0 851 4100 0 0 -851 900 4613 5 MP stroke
1130 4 w
1131 DO
1132 SO
1133 6 w
1134 0 sg
1135 900 4613 mt 5000 4613 L
1136 900 3762 mt 5000 3762 L
1137 900 4613 mt 900 3762 L
1138 5000 4613 mt 5000 3762 L
1139 900 4613 mt 5000 4613 L
1140 900 4613 mt 900 3762 L
1141 900 4613 mt 900 4572 L
1142 900 3762 mt 900 3803 L
1143 867 4759 mt
1144 (0) s
1145 1310 4613 mt 1310 4572 L
1146 1310 3762 mt 1310 3803 L
1147 1227 4759 mt
1148 (0.1) s
1149 1720 4613 mt 1720 4572 L
1150 1720 3762 mt 1720 3803 L
1151 1637 4759 mt
1152 (0.2) s
1153 2130 4613 mt 2130 4572 L
1154 2130 3762 mt 2130 3803 L
1155 2047 4759 mt
1156 (0.3) s
1157 2540 4613 mt 2540 4572 L
1158 2540 3762 mt 2540 3803 L
1159 2457 4759 mt
1160 (0.4) s
1161 2950 4613 mt 2950 4572 L
1162 2950 3762 mt 2950 3803 L
1163 2867 4759 mt
1164 (0.5) s
1165 3360 4613 mt 3360 4572 L
1166 3360 3762 mt 3360 3803 L
1167 3277 4759 mt
1168 (0.6) s
1169 3770 4613 mt 3770 4572 L
1170 3770 3762 mt 3770 3803 L
1171 3687 4759 mt
1172 (0.7) s
1173 4180 4613 mt 4180 4572 L
1174 4180 3762 mt 4180 3803 L
1175 4097 4759 mt
1176 (0.8) s
1177 4590 4613 mt 4590 4572 L
1178 4590 3762 mt 4590 3803 L
1179 4507 4759 mt
1180 (0.9) s
1181 5000 4613 mt 5000 4572 L
1182 5000 3762 mt 5000 3803 L
1183 4967 4759 mt
1184 (1) s
1185 900 4491 mt 941 4491 L
1186 5000 4491 mt 4959 4491 L
1187 799 4535 mt
1188 (0) s
1189 900 4188 mt 941 4188 L
1190 5000 4188 mt 4959 4188 L
1191 699 4232 mt
1192 (0.5) s
1193 900 3884 mt 941 3884 L
1194 5000 3884 mt 4959 3884 L
1195 799 3928 mt
1196 (1) s
1197 900 4613 mt 5000 4613 L
1198 900 3762 mt 5000 3762 L
1199 900 4613 mt 900 3762 L
1200 5000 4613 mt 5000 3762 L
1201 gs 900 3762 4101 852 rc
1202 24 w
1203 gr
1204
1205 24 w
1206 gs 905 3786 4160 804 rc
1207 1003 4491 PD
1208 1071 4491 PD
1209 1139 4491 PD
1210 1208 4490 PD
1211 1276 4486 PD
1212 1344 4470 PD
1213 1413 4427 PD
1214 1481 4336 PD
1215 1549 4188 PD
1216 1618 4018 PD
1217 1686 3900 PD
1218 1754 3900 PD
1219 1823 4018 PD
1220 1891 4188 PD
1221 1959 4336 PD
1222 2028 4427 PD
1223 2096 4470 PD
1224 2164 4486 PD
1225 2233 4490 PD
1226 2301 4491 PD
1227 2369 4491 PD
1228 2438 4491 PD
1229 2506 4491 PD
1230 2574 4491 PD
1231 2643 4491 PD
1232 2711 4491 PD
1233 2779 4491 PD
1234 2848 4491 PD
1235 2916 4491 PD
1236 2984 4491 PD
1237 3053 4491 PD
1238 3121 4491 PD
1239 3189 4491 PD
1240 3258 4491 PD
1241 3326 4491 PD
1242 3394 3884 PD
1243 3463 3884 PD
1244 3531 3884 PD
1245 3599 3884 PD
1246 3668 3884 PD
1247 3736 3884 PD
1248 3804 3884 PD
1249 3873 3884 PD
1250 3941 3884 PD
1251 4009 3884 PD
1252 4078 3884 PD
1253 4146 3884 PD
1254 4214 4491 PD
1255 4283 4491 PD
1256 4351 4491 PD
1257 4419 4491 PD
1258 4488 4491 PD
1259 4556 4491 PD
1260 4624 4491 PD
1261 4693 4491 PD
1262 4761 4491 PD
1263 4829 4491 PD
1264 4898 4491 PD
1265 4966 4491 PD
1266 gr
1267
1268 gs 900 3762 4101 852 rc
1269 6 w
1270 c8
1271 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 8
1272 68 45 68 82 69 110 68 121 68 111 69 80 68 37 68 10
1273 69 2 68 1 68 0 69 -8 68 -45 68 -82 69 -109 68 -121
1274 68 -111 69 -81 68 -37 68 -10 69 -3 68 0 68 0 69 0
1275 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1276 69 15 68 52 68 83 69 101 68 93 68 55 69 14 68 1
1277 68 -17 69 -65 68 -96 68 -102 69 -80 68 -40 68 -11 69 -2
1278 68 -1 68 0 69 0 934 4491 60 MP stroke
1279 c10
1280 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 6
1281 68 42 68 81 69 110 68 123 68 115 69 85 68 43 68 2
1282 69 0 68 0 68 0 69 -6 68 -42 68 -81 69 -110 68 -123
1283 68 -115 69 -85 68 -43 68 -2 69 0 68 0 68 0 69 0
1284 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1285 69 10 68 44 68 75 69 96 68 101 68 82 69 41 68 0
1286 68 -30 69 -78 68 -105 68 -106 69 -84 68 -43 68 -3 69 0
1287 68 0 68 0 69 0 934 4491 60 MP stroke
1288 c11
1289 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 3
1290 68 23 68 64 69 116 68 159 68 160 69 82 68 0 68 0
1291 69 0 68 0 68 0 69 -3 68 -23 68 -64 69 -116 68 -159
1292 68 -160 69 -82 68 0 68 0 69 0 68 0 68 0 69 0
1293 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1294 69 6 68 27 68 59 69 99 68 129 68 127 69 56 68 -2
1295 68 -35 69 -99 68 -153 68 -154 69 -53 68 0 68 -1 69 -2
1296 68 -2 68 -2 69 0 934 4491 60 MP stroke
1297 DA
1298 0 sg
1299 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1300 68 0 68 0 69 0 68 607 68 0 69 0 68 0 68 0
1301 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -607
1302 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1303 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 1
1304 69 4 68 16 68 43 69 91 68 148 68 170 69 118 68 0
1305 68 -118 69 -170 68 -148 68 -91 69 -43 68 -16 68 -4 69 -1
1306 68 0 68 0 69 0 934 4491 60 MP stroke
1307 gr
1308
1309 6 w
1310 DA
1311 2919 4902 mt
1312 (x) s
1313 %%IncludeResource: font Symbol
1314 /Symbol /ISOLatin1Encoding 120 FMSR
1315
1316 644 4233 mt -90 rotate
1317 (Q) s
1318 90 rotate
1319 %%IncludeResource: font Helvetica
1320 /Helvetica /ISOLatin1Encoding 168 FMSR
1321
1322 982 3944 mt
1323 (d\)) s
1324 SO
1325 1 sg
1326 0 630 1260 0 0 -630 5062 4392 4 MP
1327 PP
1328 -1260 0 0 630 1260 0 0 -630 5062 4392 5 MP stroke
1329 4 w
1330 DO
1331 SO
1332 6 w
1333 0 sg
1334 5062 4392 mt 6322 4392 L
1335 5062 3762 mt 6322 3762 L
1336 5062 4392 mt 5062 3762 L
1337 6322 4392 mt 6322 3762 L
1338 5062 4392 mt 6322 4392 L
1339 5062 4392 mt 5062 3762 L
1340 5062 4392 mt 6322 4392 L
1341 5062 3762 mt 6322 3762 L
1342 5062 4392 mt 5062 3762 L
1343 6322 4392 mt 6322 3762 L
1344 %%IncludeResource: font Helvetica
1345 /Helvetica /ISOLatin1Encoding 120 FMSR
1346
1347 5395 3875 mt
1348 (Analytic solution) s
1349 5395 4023 mt
1350 (3-DST Sw ) s
1351 %%IncludeResource: font Symbol
1352 /Symbol /ISOLatin1Encoding 120 FMSR
1353
1354 6005 4023 mt
1355 (m) s
1356 %%IncludeResource: font Helvetica
1357 /Helvetica /ISOLatin1Encoding 120 FMSR
1358
1359 6074 4023 mt
1360 (=1 ) s
1361 5395 4179 mt
1362 (3-DST Sw ) s
1363 %%IncludeResource: font Symbol
1364 /Symbol /ISOLatin1Encoding 120 FMSR
1365
1366 6005 4179 mt
1367 (m) s
1368 %%IncludeResource: font Helvetica
1369 /Helvetica /ISOLatin1Encoding 120 FMSR
1370
1371 6074 4179 mt
1372 (\(c\) ) s
1373 5395 4335 mt
1374 (4-DST Sw ) s
1375 %%IncludeResource: font Symbol
1376 /Symbol /ISOLatin1Encoding 120 FMSR
1377
1378 6005 4335 mt
1379 (m) s
1380 %%IncludeResource: font Helvetica
1381 /Helvetica /ISOLatin1Encoding 120 FMSR
1382
1383 6074 4335 mt
1384 (\(c\) ) s
1385 gs 5062 3762 1261 631 rc
1386 24 w
1387 gr
1388
1389 24 w
1390 gs 5131 3754 197 197 rc
1391 5229 3852 PD
1392 gr
1393
1394 gs 5062 3762 1261 631 rc
1395 6 w
1396 c8
1397 199 0 5129 4003 2 MP stroke
1398 c10
1399 199 0 5129 4155 2 MP stroke
1400 c11
1401 199 0 5129 4307 2 MP stroke
1402 gr
1403
1404 6 w
1405 c11
1406
1407 end
1408
1409 eplot
1410 %%EndObject
1411
1412 epage
1413 end
1414
1415 showpage
1416
1417 %%Trailer
1418 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22