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

Contents of /manual/s_algorithm/figs/advect-1d-hi.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-hi.eps
4 %%CreationDate: 09/24/ 1 17:49:18
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 0 69 0 68 -1 68 0 69 1 68 2 68 8 69 22
472 68 45 68 68 69 88 68 95 68 87 69 71 68 51 68 33
473 69 18 68 8 68 -3 69 -21 68 -43 68 -68 69 -88 68 -95
474 68 -87 69 -71 68 -51 68 -33 69 -19 68 -10 68 -4 69 -2
475 68 -1 68 0 69 0 68 0 68 0 69 2 68 5 68 12
476 69 23 68 38 68 56 69 70 68 73 68 63 69 38 68 5
477 68 -29 69 -53 68 -66 68 -66 69 -56 68 -44 68 -30 69 -19
478 68 -11 68 -6 69 -3 934 1115 60 MP stroke
479 /c9 { 1.000000 0.000000 0.000000 sr} bdef
480 c9
481 68 -1 69 1 68 0 68 -2 69 0 68 8 68 1 69 -27
482 68 -28 68 41 69 148 68 207 68 173 69 89 68 19 68 -8
483 69 -11 68 -11 68 0 69 26 68 29 68 -41 69 -148 68 -207
484 68 -173 69 -89 68 -19 68 10 69 10 68 3 68 0 69 0
485 68 -1 68 0 69 0 68 0 68 0 69 0 68 0 68 -1
486 69 0 68 9 68 38 69 86 68 136 68 154 69 118 68 31
487 68 -67 69 -133 68 -146 68 -116 69 -70 68 -32 68 -9 69 0
488 68 1 68 1 69 0 934 1118 60 MP stroke
489 DA
490 0 sg
491 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
492 68 0 68 0 69 0 68 608 68 0 69 0 68 0 68 0
493 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -608
494 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
495 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 1
496 69 4 68 15 68 43 69 92 68 148 68 169 69 118 68 0
497 68 -118 69 -169 68 -148 68 -92 69 -43 68 -15 68 -4 69 -1
498 68 -1 68 0 69 0 934 1118 60 MP stroke
499 gr
500
501 6 w
502 DA
503 %%IncludeResource: font Symbol
504 /Symbol /ISOLatin1Encoding 120 FMSR
505
506 644 859 mt -90 rotate
507 (Q) s
508 90 rotate
509 %%IncludeResource: font Helvetica
510 /Helvetica /ISOLatin1Encoding 168 FMSR
511
512 982 570 mt
513 (a\)) s
514 SO
515 1 sg
516 0 436 1260 0 0 -436 5062 825 4 MP
517 PP
518 -1260 0 0 436 1260 0 0 -436 5062 825 5 MP stroke
519 4 w
520 DO
521 SO
522 6 w
523 0 sg
524 5062 825 mt 6322 825 L
525 5062 389 mt 6322 389 L
526 5062 825 mt 5062 389 L
527 6322 825 mt 6322 389 L
528 5062 825 mt 6322 825 L
529 5062 825 mt 5062 389 L
530 5062 825 mt 6322 825 L
531 5062 389 mt 6322 389 L
532 5062 825 mt 5062 389 L
533 6322 825 mt 6322 389 L
534 %%IncludeResource: font Helvetica
535 /Helvetica /ISOLatin1Encoding 120 FMSR
536
537 5395 511 mt
538 (Analytic solution) s
539 5395 649 mt
540 (upwind-1 ) s
541 5395 787 mt
542 (DST-3 ) s
543 gs 5062 389 1261 437 rc
544 24 w
545 gr
546
547 24 w
548 gs 5131 373 197 197 rc
549 5229 471 PD
550 gr
551
552 gs 5062 389 1261 437 rc
553 6 w
554 c8
555 199 0 5129 609 2 MP stroke
556 c9
557 199 0 5129 747 2 MP stroke
558 gr
559
560 6 w
561 c9
562 1 sg
563 0 851 4100 0 0 -851 900 2364 4 MP
564 PP
565 -4100 0 0 851 4100 0 0 -851 900 2364 5 MP stroke
566 4 w
567 DO
568 SO
569 6 w
570 0 sg
571 900 2364 mt 5000 2364 L
572 900 1513 mt 5000 1513 L
573 900 2364 mt 900 1513 L
574 5000 2364 mt 5000 1513 L
575 900 2364 mt 5000 2364 L
576 900 2364 mt 900 1513 L
577 900 2364 mt 900 2323 L
578 900 1513 mt 900 1554 L
579 867 2510 mt
580 (0) s
581 1310 2364 mt 1310 2323 L
582 1310 1513 mt 1310 1554 L
583 1227 2510 mt
584 (0.1) s
585 1720 2364 mt 1720 2323 L
586 1720 1513 mt 1720 1554 L
587 1637 2510 mt
588 (0.2) s
589 2130 2364 mt 2130 2323 L
590 2130 1513 mt 2130 1554 L
591 2047 2510 mt
592 (0.3) s
593 2540 2364 mt 2540 2323 L
594 2540 1513 mt 2540 1554 L
595 2457 2510 mt
596 (0.4) s
597 2950 2364 mt 2950 2323 L
598 2950 1513 mt 2950 1554 L
599 2867 2510 mt
600 (0.5) s
601 3360 2364 mt 3360 2323 L
602 3360 1513 mt 3360 1554 L
603 3277 2510 mt
604 (0.6) s
605 3770 2364 mt 3770 2323 L
606 3770 1513 mt 3770 1554 L
607 3687 2510 mt
608 (0.7) s
609 4180 2364 mt 4180 2323 L
610 4180 1513 mt 4180 1554 L
611 4097 2510 mt
612 (0.8) s
613 4590 2364 mt 4590 2323 L
614 4590 1513 mt 4590 1554 L
615 4507 2510 mt
616 (0.9) s
617 5000 2364 mt 5000 2323 L
618 5000 1513 mt 5000 1554 L
619 4967 2510 mt
620 (1) s
621 900 2242 mt 941 2242 L
622 5000 2242 mt 4959 2242 L
623 799 2286 mt
624 (0) s
625 900 1939 mt 941 1939 L
626 5000 1939 mt 4959 1939 L
627 699 1983 mt
628 (0.5) s
629 900 1635 mt 941 1635 L
630 5000 1635 mt 4959 1635 L
631 799 1679 mt
632 (1) s
633 900 2364 mt 5000 2364 L
634 900 1513 mt 5000 1513 L
635 900 2364 mt 900 1513 L
636 5000 2364 mt 5000 1513 L
637 gs 900 1513 4101 852 rc
638 24 w
639 gr
640
641 24 w
642 gs 905 1537 4160 804 rc
643 1003 2242 PD
644 1071 2242 PD
645 1139 2242 PD
646 1208 2241 PD
647 1276 2237 PD
648 1344 2221 PD
649 1413 2178 PD
650 1481 2087 PD
651 1549 1939 PD
652 1618 1769 PD
653 1686 1651 PD
654 1754 1651 PD
655 1823 1769 PD
656 1891 1939 PD
657 1959 2087 PD
658 2028 2178 PD
659 2096 2221 PD
660 2164 2237 PD
661 2233 2241 PD
662 2301 2242 PD
663 2369 2242 PD
664 2438 2242 PD
665 2506 2242 PD
666 2574 2242 PD
667 2643 2242 PD
668 2711 2242 PD
669 2779 2242 PD
670 2848 2242 PD
671 2916 2242 PD
672 2984 2242 PD
673 3053 2242 PD
674 3121 2242 PD
675 3189 2242 PD
676 3258 2242 PD
677 3326 2242 PD
678 3394 1635 PD
679 3463 1635 PD
680 3531 1635 PD
681 3599 1635 PD
682 3668 1635 PD
683 3736 1635 PD
684 3804 1635 PD
685 3873 1635 PD
686 3941 1635 PD
687 4009 1635 PD
688 4078 1635 PD
689 4146 1635 PD
690 4214 2242 PD
691 4283 2242 PD
692 4351 2242 PD
693 4419 2242 PD
694 4488 2242 PD
695 4556 2242 PD
696 4624 2242 PD
697 4693 2242 PD
698 4761 2242 PD
699 4829 2242 PD
700 4898 2242 PD
701 4966 2242 PD
702 gr
703
704 gs 900 1513 4101 852 rc
705 6 w
706 c9
707 68 -2 69 -2 68 0 68 0 69 1 68 0 68 0 69 4
708 68 13 68 36 69 73 68 121 68 156 69 153 68 105 68 33
709 69 -25 68 -44 68 -30 69 -9 68 -4 68 -27 69 -71 68 -123
710 68 -157 69 -153 68 -105 68 -33 69 25 68 44 68 29 69 5
711 68 -8 68 -9 69 -3 68 2 68 2 69 1 68 0 68 4
712 69 8 68 20 68 38 69 64 68 93 68 113 69 110 68 72
713 68 5 69 -74 68 -132 68 -150 69 -123 68 -71 68 -21 69 11
714 68 19 68 13 69 4 934 2238 60 MP stroke
715 /c10 { 0.000000 1.000000 1.000000 sr} bdef
716 c10
717 68 0 69 0 68 -1 68 0 69 1 68 0 68 0 69 -2
718 68 -4 68 10 69 74 68 180 68 251 69 192 68 23 68 -103
719 69 -80 68 22 68 59 69 17 68 -23 68 -27 69 -65 68 -170
720 68 -253 69 -196 68 -23 68 105 69 79 68 -22 68 -60 69 -14
721 68 27 68 16 69 -9 68 -10 68 3 69 4 68 0 68 -1
722 69 3 68 13 68 33 69 69 68 118 68 154 69 146 68 72
723 68 -48 69 -154 68 -191 68 -146 69 -67 68 -5 68 11 69 2
724 68 -6 68 -6 69 0 934 2244 60 MP stroke
725 DA
726 0 sg
727 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
728 68 0 68 0 69 0 68 607 68 0 69 0 68 0 68 0
729 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -607
730 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
731 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 1
732 69 4 68 16 68 43 69 91 68 148 68 170 69 118 68 0
733 68 -118 69 -170 68 -148 68 -91 69 -43 68 -16 68 -4 69 -1
734 68 0 68 0 69 0 934 2242 60 MP stroke
735 gr
736
737 6 w
738 DA
739 %%IncludeResource: font Symbol
740 /Symbol /ISOLatin1Encoding 120 FMSR
741
742 644 1984 mt -90 rotate
743 (Q) s
744 90 rotate
745 %%IncludeResource: font Helvetica
746 /Helvetica /ISOLatin1Encoding 168 FMSR
747
748 982 1695 mt
749 (b\)) s
750 SO
751 1 sg
752 0 436 1260 0 0 -436 5062 1949 4 MP
753 PP
754 -1260 0 0 436 1260 0 0 -436 5062 1949 5 MP stroke
755 4 w
756 DO
757 SO
758 6 w
759 0 sg
760 5062 1949 mt 6322 1949 L
761 5062 1513 mt 6322 1513 L
762 5062 1949 mt 5062 1513 L
763 6322 1949 mt 6322 1513 L
764 5062 1949 mt 6322 1949 L
765 5062 1949 mt 5062 1513 L
766 5062 1949 mt 6322 1949 L
767 5062 1513 mt 6322 1513 L
768 5062 1949 mt 5062 1513 L
769 6322 1949 mt 6322 1513 L
770 %%IncludeResource: font Helvetica
771 /Helvetica /ISOLatin1Encoding 120 FMSR
772
773 5395 1635 mt
774 (Analytic solution) s
775 5395 1773 mt
776 (Lax-Wendroff ) s
777 5395 1911 mt
778 (4-DST ) s
779 gs 5062 1513 1261 437 rc
780 24 w
781 gr
782
783 24 w
784 gs 5131 1497 197 197 rc
785 5229 1595 PD
786 gr
787
788 gs 5062 1513 1261 437 rc
789 6 w
790 c9
791 199 0 5129 1733 2 MP stroke
792 c10
793 199 0 5129 1871 2 MP stroke
794 gr
795
796 6 w
797 c10
798 1 sg
799 0 850 4100 0 0 -850 900 3488 4 MP
800 PP
801 -4100 0 0 850 4100 0 0 -850 900 3488 5 MP stroke
802 4 w
803 DO
804 SO
805 6 w
806 0 sg
807 900 3488 mt 5000 3488 L
808 900 2638 mt 5000 2638 L
809 900 3488 mt 900 2638 L
810 5000 3488 mt 5000 2638 L
811 900 3488 mt 5000 3488 L
812 900 3488 mt 900 2638 L
813 900 3488 mt 900 3447 L
814 900 2638 mt 900 2679 L
815 867 3634 mt
816 (0) s
817 1310 3488 mt 1310 3447 L
818 1310 2638 mt 1310 2679 L
819 1227 3634 mt
820 (0.1) s
821 1720 3488 mt 1720 3447 L
822 1720 2638 mt 1720 2679 L
823 1637 3634 mt
824 (0.2) s
825 2130 3488 mt 2130 3447 L
826 2130 2638 mt 2130 2679 L
827 2047 3634 mt
828 (0.3) s
829 2540 3488 mt 2540 3447 L
830 2540 2638 mt 2540 2679 L
831 2457 3634 mt
832 (0.4) s
833 2950 3488 mt 2950 3447 L
834 2950 2638 mt 2950 2679 L
835 2867 3634 mt
836 (0.5) s
837 3360 3488 mt 3360 3447 L
838 3360 2638 mt 3360 2679 L
839 3277 3634 mt
840 (0.6) s
841 3770 3488 mt 3770 3447 L
842 3770 2638 mt 3770 2679 L
843 3687 3634 mt
844 (0.7) s
845 4180 3488 mt 4180 3447 L
846 4180 2638 mt 4180 2679 L
847 4097 3634 mt
848 (0.8) s
849 4590 3488 mt 4590 3447 L
850 4590 2638 mt 4590 2679 L
851 4507 3634 mt
852 (0.9) s
853 5000 3488 mt 5000 3447 L
854 5000 2638 mt 5000 2679 L
855 4967 3634 mt
856 (1) s
857 900 3367 mt 941 3367 L
858 5000 3367 mt 4959 3367 L
859 799 3411 mt
860 (0) s
861 900 3063 mt 941 3063 L
862 5000 3063 mt 4959 3063 L
863 699 3107 mt
864 (0.5) s
865 900 2759 mt 941 2759 L
866 5000 2759 mt 4959 2759 L
867 799 2803 mt
868 (1) s
869 900 3488 mt 5000 3488 L
870 900 2638 mt 5000 2638 L
871 900 3488 mt 900 2638 L
872 5000 3488 mt 5000 2638 L
873 gs 900 2638 4101 851 rc
874 24 w
875 gr
876
877 24 w
878 gs 905 2661 4160 805 rc
879 1003 3367 PD
880 1071 3367 PD
881 1139 3366 PD
882 1208 3365 PD
883 1276 3361 PD
884 1344 3346 PD
885 1413 3303 PD
886 1481 3211 PD
887 1549 3063 PD
888 1618 2894 PD
889 1686 2776 PD
890 1754 2776 PD
891 1823 2894 PD
892 1891 3063 PD
893 1959 3211 PD
894 2028 3303 PD
895 2096 3346 PD
896 2164 3361 PD
897 2233 3365 PD
898 2301 3366 PD
899 2369 3367 PD
900 2438 3367 PD
901 2506 3367 PD
902 2574 3367 PD
903 2643 3367 PD
904 2711 3367 PD
905 2779 3367 PD
906 2848 3367 PD
907 2916 3367 PD
908 2984 3367 PD
909 3053 3367 PD
910 3121 3367 PD
911 3189 3367 PD
912 3258 3367 PD
913 3326 3367 PD
914 3394 2759 PD
915 3463 2759 PD
916 3531 2759 PD
917 3599 2759 PD
918 3668 2759 PD
919 3736 2759 PD
920 3804 2759 PD
921 3873 2759 PD
922 3941 2759 PD
923 4009 2759 PD
924 4078 2759 PD
925 4146 2759 PD
926 4214 3367 PD
927 4283 3367 PD
928 4351 3367 PD
929 4419 3367 PD
930 4488 3367 PD
931 4556 3367 PD
932 4624 3367 PD
933 4693 3367 PD
934 4761 3367 PD
935 4829 3367 PD
936 4898 3367 PD
937 4966 3367 PD
938 gr
939
940 gs 900 2638 4101 851 rc
941 6 w
942 c8
943 68 0 69 0 68 0 68 0 69 0 68 1 68 0 69 5
944 68 17 68 45 69 96 68 160 68 155 69 79 68 33 68 11
945 69 4 68 1 68 -1 69 -4 68 -17 68 -45 69 -96 68 -160
946 68 -155 69 -79 68 -33 68 -11 69 -4 68 -1 68 0 69 -1
947 68 0 68 0 69 0 68 0 68 1 69 0 68 1 68 3
948 69 9 68 20 68 41 69 74 68 124 68 144 69 60 68 5
949 68 -26 69 -76 68 -131 68 -124 69 -67 68 -33 68 -15 69 -6
950 68 -2 68 -1 69 0 934 3366 60 MP stroke
951 c9
952 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 1
953 68 4 68 17 69 76 68 220 68 232 69 56 68 2 68 0
954 69 0 68 0 68 0 69 -1 68 -4 68 -17 69 -76 68 -220
955 68 -232 69 -56 68 -2 68 0 69 0 68 0 68 0 69 0
956 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 0
957 69 2 68 7 68 22 69 68 68 166 68 187 69 92 68 -1
958 68 -25 69 -106 68 -162 68 -159 69 -87 68 -4 68 -1 69 0
959 68 0 68 0 69 0 934 3367 60 MP stroke
960 /c11 { 0.000000 1.000000 0.000000 sr} bdef
961 c11
962 68 0 69 0 68 0 68 0 69 0 68 0 68 1 69 0
963 68 5 68 25 69 101 68 187 68 191 69 92 68 5 68 1
964 69 0 68 0 68 -1 69 0 68 -5 68 -25 69 -101 68 -187
965 68 -191 69 -92 68 -5 68 -1 69 0 68 0 68 0 69 0
966 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 0
967 69 3 68 11 68 35 69 80 68 134 68 162 69 100 68 3
968 68 -29 69 -103 68 -145 68 -137 69 -92 68 -22 68 -1 69 0
969 68 0 68 0 69 0 934 3367 60 MP stroke
970 c10
971 68 0 69 0 68 0 68 0 69 0 68 1 68 0 69 3
972 68 13 68 39 69 94 68 171 68 172 69 79 68 25 68 8
973 69 2 68 0 68 0 69 -3 68 -13 68 -39 69 -94 68 -171
974 68 -172 69 -79 68 -25 68 -8 69 -2 68 0 68 -1 69 0
975 68 0 68 0 69 0 68 0 68 1 69 0 68 1 68 2
976 69 7 68 16 68 37 69 73 68 135 68 159 69 62 68 2
977 68 -24 69 -77 68 -142 68 -138 69 -70 68 -28 68 -10 69 -4
978 68 -1 68 0 69 -1 934 3367 60 MP stroke
979 DA
980 0 sg
981 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
982 68 0 68 0 69 0 68 608 68 0 69 0 68 0 68 0
983 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -608
984 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
985 68 0 68 0 69 0 68 0 68 0 69 0 68 1 68 1
986 69 4 68 15 68 43 69 92 68 148 68 169 69 118 68 0
987 68 -118 69 -169 68 -148 68 -92 69 -43 68 -15 68 -4 69 -1
988 68 -1 68 0 69 0 934 3367 60 MP stroke
989 gr
990
991 6 w
992 DA
993 %%IncludeResource: font Symbol
994 /Symbol /ISOLatin1Encoding 120 FMSR
995
996 644 3108 mt -90 rotate
997 (Q) s
998 90 rotate
999 %%IncludeResource: font Helvetica
1000 /Helvetica /ISOLatin1Encoding 168 FMSR
1001
1002 982 2819 mt
1003 (c\)) s
1004 SO
1005 1 sg
1006 0 712 1260 0 0 -712 5062 3350 4 MP
1007 PP
1008 -1260 0 0 712 1260 0 0 -712 5062 3350 5 MP stroke
1009 4 w
1010 DO
1011 SO
1012 6 w
1013 0 sg
1014 5062 3350 mt 6322 3350 L
1015 5062 2638 mt 6322 2638 L
1016 5062 3350 mt 5062 2638 L
1017 6322 3350 mt 6322 2638 L
1018 5062 3350 mt 6322 3350 L
1019 5062 3350 mt 5062 2638 L
1020 5062 3350 mt 6322 3350 L
1021 5062 2638 mt 6322 2638 L
1022 5062 3350 mt 5062 2638 L
1023 6322 3350 mt 6322 2638 L
1024 %%IncludeResource: font Helvetica
1025 /Helvetica /ISOLatin1Encoding 120 FMSR
1026
1027 5395 2760 mt
1028 (Analytic solution) s
1029 5395 2898 mt
1030 (minmod ) s
1031 5395 3036 mt
1032 (Superbee ) s
1033 5395 3174 mt
1034 (van Leer \(MC\) ) s
1035 5395 3312 mt
1036 (van Leer \(alb\) ) s
1037 gs 5062 2638 1261 713 rc
1038 24 w
1039 gr
1040
1041 24 w
1042 gs 5131 2622 197 197 rc
1043 5229 2720 PD
1044 gr
1045
1046 gs 5062 2638 1261 713 rc
1047 6 w
1048 c8
1049 199 0 5129 2858 2 MP stroke
1050 c9
1051 199 0 5129 2996 2 MP stroke
1052 c11
1053 199 0 5129 3134 2 MP stroke
1054 c10
1055 199 0 5129 3273 2 MP stroke
1056 gr
1057
1058 6 w
1059 c10
1060 1 sg
1061 0 851 4100 0 0 -851 900 4613 4 MP
1062 PP
1063 -4100 0 0 851 4100 0 0 -851 900 4613 5 MP stroke
1064 4 w
1065 DO
1066 SO
1067 6 w
1068 0 sg
1069 900 4613 mt 5000 4613 L
1070 900 3762 mt 5000 3762 L
1071 900 4613 mt 900 3762 L
1072 5000 4613 mt 5000 3762 L
1073 900 4613 mt 5000 4613 L
1074 900 4613 mt 900 3762 L
1075 900 4613 mt 900 4572 L
1076 900 3762 mt 900 3803 L
1077 867 4759 mt
1078 (0) s
1079 1310 4613 mt 1310 4572 L
1080 1310 3762 mt 1310 3803 L
1081 1227 4759 mt
1082 (0.1) s
1083 1720 4613 mt 1720 4572 L
1084 1720 3762 mt 1720 3803 L
1085 1637 4759 mt
1086 (0.2) s
1087 2130 4613 mt 2130 4572 L
1088 2130 3762 mt 2130 3803 L
1089 2047 4759 mt
1090 (0.3) s
1091 2540 4613 mt 2540 4572 L
1092 2540 3762 mt 2540 3803 L
1093 2457 4759 mt
1094 (0.4) s
1095 2950 4613 mt 2950 4572 L
1096 2950 3762 mt 2950 3803 L
1097 2867 4759 mt
1098 (0.5) s
1099 3360 4613 mt 3360 4572 L
1100 3360 3762 mt 3360 3803 L
1101 3277 4759 mt
1102 (0.6) s
1103 3770 4613 mt 3770 4572 L
1104 3770 3762 mt 3770 3803 L
1105 3687 4759 mt
1106 (0.7) s
1107 4180 4613 mt 4180 4572 L
1108 4180 3762 mt 4180 3803 L
1109 4097 4759 mt
1110 (0.8) s
1111 4590 4613 mt 4590 4572 L
1112 4590 3762 mt 4590 3803 L
1113 4507 4759 mt
1114 (0.9) s
1115 5000 4613 mt 5000 4572 L
1116 5000 3762 mt 5000 3803 L
1117 4967 4759 mt
1118 (1) s
1119 900 4491 mt 941 4491 L
1120 5000 4491 mt 4959 4491 L
1121 799 4535 mt
1122 (0) s
1123 900 4188 mt 941 4188 L
1124 5000 4188 mt 4959 4188 L
1125 699 4232 mt
1126 (0.5) s
1127 900 3884 mt 941 3884 L
1128 5000 3884 mt 4959 3884 L
1129 799 3928 mt
1130 (1) s
1131 900 4613 mt 5000 4613 L
1132 900 3762 mt 5000 3762 L
1133 900 4613 mt 900 3762 L
1134 5000 4613 mt 5000 3762 L
1135 gs 900 3762 4101 852 rc
1136 24 w
1137 gr
1138
1139 24 w
1140 gs 905 3786 4160 804 rc
1141 1003 4491 PD
1142 1071 4491 PD
1143 1139 4491 PD
1144 1208 4490 PD
1145 1276 4486 PD
1146 1344 4470 PD
1147 1413 4427 PD
1148 1481 4336 PD
1149 1549 4188 PD
1150 1618 4018 PD
1151 1686 3900 PD
1152 1754 3900 PD
1153 1823 4018 PD
1154 1891 4188 PD
1155 1959 4336 PD
1156 2028 4427 PD
1157 2096 4470 PD
1158 2164 4486 PD
1159 2233 4490 PD
1160 2301 4491 PD
1161 2369 4491 PD
1162 2438 4491 PD
1163 2506 4491 PD
1164 2574 4491 PD
1165 2643 4491 PD
1166 2711 4491 PD
1167 2779 4491 PD
1168 2848 4491 PD
1169 2916 4491 PD
1170 2984 4491 PD
1171 3053 4491 PD
1172 3121 4491 PD
1173 3189 4491 PD
1174 3258 4491 PD
1175 3326 4491 PD
1176 3394 3884 PD
1177 3463 3884 PD
1178 3531 3884 PD
1179 3599 3884 PD
1180 3668 3884 PD
1181 3736 3884 PD
1182 3804 3884 PD
1183 3873 3884 PD
1184 3941 3884 PD
1185 4009 3884 PD
1186 4078 3884 PD
1187 4146 3884 PD
1188 4214 4491 PD
1189 4283 4491 PD
1190 4351 4491 PD
1191 4419 4491 PD
1192 4488 4491 PD
1193 4556 4491 PD
1194 4624 4491 PD
1195 4693 4491 PD
1196 4761 4491 PD
1197 4829 4491 PD
1198 4898 4491 PD
1199 4966 4491 PD
1200 gr
1201
1202 gs 900 3762 4101 852 rc
1203 6 w
1204 c8
1205 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1206 68 0 68 8 69 121 68 200 68 179 69 96 68 15 68 -5
1207 69 -6 68 -1 68 0 69 0 68 0 68 -8 69 -121 68 -200
1208 68 -179 69 -96 68 -15 68 5 69 6 68 1 68 0 69 0
1209 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1210 69 0 68 5 68 39 69 88 68 138 68 151 69 107 68 26
1211 68 -41 69 -132 68 -151 68 -120 69 -72 68 -33 68 -8 69 1
1212 68 1 68 1 69 0 934 4491 60 MP stroke
1213 c11
1214 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1215 68 0 68 9 69 123 68 205 68 180 69 84 68 6 68 0
1216 69 0 68 0 68 0 69 0 68 0 68 -9 69 -123 68 -205
1217 68 -180 69 -84 68 -6 68 0 69 0 68 0 68 0 69 0
1218 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1219 69 0 68 5 68 38 69 89 68 140 68 156 69 106 68 15
1220 68 -41 69 -130 68 -149 68 -119 69 -75 68 -32 68 -3 69 0
1221 68 0 68 0 69 0 934 4491 60 MP stroke
1222 c10
1223 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1224 68 0 68 16 69 88 68 208 68 245 69 50 68 0 68 0
1225 69 0 68 0 68 0 69 0 68 0 68 -16 69 -88 68 -208
1226 68 -245 69 -50 68 0 68 0 69 0 68 0 68 0 69 0
1227 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 0
1228 69 4 68 12 68 32 69 70 68 123 68 175 69 142 68 10
1229 68 -42 69 -122 68 -170 68 -162 69 -66 68 -1 68 0 69 -2
1230 68 -3 68 0 69 0 934 4491 60 MP stroke
1231 DA
1232 0 sg
1233 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1234 68 0 68 0 69 0 68 607 68 0 69 0 68 0 68 0
1235 69 0 68 0 68 0 69 0 68 0 68 0 69 0 68 -607
1236 68 0 69 0 68 0 68 0 69 0 68 0 68 0 69 0
1237 68 0 68 0 69 0 68 0 68 0 69 0 68 0 68 1
1238 69 4 68 16 68 43 69 91 68 148 68 170 69 118 68 0
1239 68 -118 69 -170 68 -148 68 -91 69 -43 68 -16 68 -4 69 -1
1240 68 0 68 0 69 0 934 4491 60 MP stroke
1241 gr
1242
1243 6 w
1244 DA
1245 2919 4902 mt
1246 (x) s
1247 %%IncludeResource: font Symbol
1248 /Symbol /ISOLatin1Encoding 120 FMSR
1249
1250 644 4233 mt -90 rotate
1251 (Q) s
1252 90 rotate
1253 %%IncludeResource: font Helvetica
1254 /Helvetica /ISOLatin1Encoding 168 FMSR
1255
1256 982 3944 mt
1257 (d\)) s
1258 SO
1259 1 sg
1260 0 630 1260 0 0 -630 5062 4392 4 MP
1261 PP
1262 -1260 0 0 630 1260 0 0 -630 5062 4392 5 MP stroke
1263 4 w
1264 DO
1265 SO
1266 6 w
1267 0 sg
1268 5062 4392 mt 6322 4392 L
1269 5062 3762 mt 6322 3762 L
1270 5062 4392 mt 5062 3762 L
1271 6322 4392 mt 6322 3762 L
1272 5062 4392 mt 6322 4392 L
1273 5062 4392 mt 5062 3762 L
1274 5062 4392 mt 6322 4392 L
1275 5062 3762 mt 6322 3762 L
1276 5062 4392 mt 5062 3762 L
1277 6322 4392 mt 6322 3762 L
1278 %%IncludeResource: font Helvetica
1279 /Helvetica /ISOLatin1Encoding 120 FMSR
1280
1281 5395 3875 mt
1282 (Analytic solution) s
1283 5395 4023 mt
1284 (3-DST Sw ) s
1285 %%IncludeResource: font Symbol
1286 /Symbol /ISOLatin1Encoding 120 FMSR
1287
1288 6005 4023 mt
1289 (m) s
1290 %%IncludeResource: font Helvetica
1291 /Helvetica /ISOLatin1Encoding 120 FMSR
1292
1293 6074 4023 mt
1294 (=1 ) s
1295 5395 4179 mt
1296 (3-DST Sw ) s
1297 %%IncludeResource: font Symbol
1298 /Symbol /ISOLatin1Encoding 120 FMSR
1299
1300 6005 4179 mt
1301 (m) s
1302 %%IncludeResource: font Helvetica
1303 /Helvetica /ISOLatin1Encoding 120 FMSR
1304
1305 6074 4179 mt
1306 (\(c\) ) s
1307 5395 4335 mt
1308 (4-DST Sw ) s
1309 %%IncludeResource: font Symbol
1310 /Symbol /ISOLatin1Encoding 120 FMSR
1311
1312 6005 4335 mt
1313 (m) s
1314 %%IncludeResource: font Helvetica
1315 /Helvetica /ISOLatin1Encoding 120 FMSR
1316
1317 6074 4335 mt
1318 (\(c\) ) s
1319 gs 5062 3762 1261 631 rc
1320 24 w
1321 gr
1322
1323 24 w
1324 gs 5131 3754 197 197 rc
1325 5229 3852 PD
1326 gr
1327
1328 gs 5062 3762 1261 631 rc
1329 6 w
1330 c8
1331 199 0 5129 4003 2 MP stroke
1332 c11
1333 199 0 5129 4155 2 MP stroke
1334 c10
1335 199 0 5129 4307 2 MP stroke
1336 gr
1337
1338 6 w
1339 c10
1340
1341 end
1342
1343 eplot
1344 %%EndObject
1345
1346 epage
1347 end
1348
1349 showpage
1350
1351 %%Trailer
1352 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22