[cig-commits] r18592 - in short/3D/PyLith/trunk: doc/userguide/tutorials/subduction doc/userguide/tutorials/subduction/figs examples/2d/subduction

brad at geodynamics.org brad at geodynamics.org
Sat Jun 11 20:43:51 PDT 2011


Author: brad
Date: 2011-06-11 20:43:50 -0700 (Sat, 11 Jun 2011)
New Revision: 18592

Added:
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.eps
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01.eps
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01_soln.png
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step02.eps
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step03.eps
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/subduction_tri3.png
Modified:
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon.svg
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.svg
   short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/subduction.lyx
   short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou
   short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.exo
   short/3D/PyLith/trunk/examples/2d/subduction/pylithapp.cfg
   short/3D/PyLith/trunk/examples/2d/subduction/step01.cfg
Log:
Changed subduction zone example to HDF5 output. More work on subduction zone example in manul.

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon.svg
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon.svg	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon.svg	2011-06-12 03:43:50 UTC (rev 18592)
@@ -644,7 +644,7 @@
        style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:none;marker-end:url(#Arrow2Mend);display:inline" />
   </g>
   <g
-     style="display:none"
+     style="display:inline"
      inkscape:label="Annotation (coseismic)"
      id="layer4"
      inkscape:groupmode="layer"
@@ -663,7 +663,7 @@
        style="fill:none;stroke:#c90003;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2MendL)" />
   </g>
   <g
-     style="display:inline"
+     style="display:none"
      inkscape:label="Annotation (interseismic)"
      id="layer5"
      inkscape:groupmode="layer"
@@ -771,7 +771,7 @@
      inkscape:groupmode="layer"
      id="layer6"
      inkscape:label="BC (coseismic only)"
-     style="display:none"
+     style="display:inline"
      transform="translate(-3.25,-13.5)">
     <use
        x="0"
@@ -960,7 +960,7 @@
      inkscape:groupmode="layer"
      id="layer9"
      inkscape:label="Annotation (step01)"
-     style="display:none"
+     style="display:inline"
      transform="translate(-3.25,-13.5)">
     <text
        xml:space="preserve"
@@ -978,7 +978,7 @@
      inkscape:groupmode="layer"
      id="layer8"
      inkscape:label="Annotation (step02)"
-     style="display:inline"
+     style="display:none"
      transform="translate(-3.25,-13.5)">
     <text
        xml:space="preserve"

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.eps
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.eps	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.eps	2011-06-12 03:43:50 UTC (rev 18592)
@@ -0,0 +1,309 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.10.2 (http://cairographics.org)
+%%CreationDate: Sat Jun 11 14:13:30 2011
+%%Pages: 1
+%%BoundingBox: 0 -1 270 111
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+/cairo_eps_state save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+11 dict begin
+/FontType 42 def
+/FontName /BitstreamVeraSans-Bold def
+/PaintType 0 def
+/FontMatrix [ 1 0 0 1 0 0 ] def
+/FontBBox [ 0 0 0 0 ] def
+/Encoding 256 array def
+0 1 255 { Encoding exch /.notdef put } for
+Encoding 1 /uni0043 put
+Encoding 2 /uni006F put
+Encoding 3 /uni006E put
+Encoding 4 /uni0074 put
+Encoding 5 /uni0069 put
+Encoding 6 /uni0065 put
+Encoding 7 /uni0061 put
+Encoding 8 /uni006C put
+Encoding 9 /uni0020 put
+Encoding 10 /uni0063 put
+Encoding 11 /uni0072 put
+Encoding 12 /uni0075 put
+Encoding 13 /uni0073 put
+Encoding 14 /uni004F put
+Encoding 15 /uni004D put
+/CharStrings 16 dict dup begin
+/.notdef 0 def
+/uni0043 1 def
+/uni006F 2 def
+/uni006E 3 def
+/uni0074 4 def
+/uni0069 5 def
+/uni0065 6 def
+/uni0061 7 def
+/uni006C 8 def
+/uni0020 9 def
+/uni0063 10 def
+/uni0072 11 def
+/uni0075 12 def
+/uni0073 13 def
+/uni004F 14 def
+/uni004D 15 def
+end readonly def
+/sfnts [
+<00010000000a008000030020636d61700062f0e000000a540000005e637674203eb92de20000
+0ab4000002526670676dc670391600000d080000008c676c7966ea26f994000000ac000009a8
+68656164de68ad4900000d940000003668686561112e081b00000dcc00000024686d74784eb0
+072300000df0000000406c6f636113c6110e00000e30000000226d6178700622087d00000e54
+00000020707265707c61a2e700000e74000007a700020066fe96046605a400030007001fbc00
+040126000000060126b6010805890204002fc4d4ec310010d4ecd4ec30131121112521112166
+0400fc73031bfce5fe96070ef8f272062900000000010066ffe3055c05f00019003b401a0c10
+090016030d101916ae0310ae099c03981a132d0c00062b1a10fcc432ec310010e4f4ec10fec4
+10c511123911123930b42f1b5f1b02015d250e0123200011100021321617112e012322021514
+1233323637055c6ae67dfe8bfe4c01b401757de66a6bd073ceececce73d06b52373801a10165
+016601a13837fecb4944fef8e8e7fef84449000000020058ffe30527047b000b0017002d4013
+06a11200a10cca12981809420f4c0342153b1810fcecfcec310010e4f4ec10ee30b637133f19
+471303015d01220615141633323635342603200011100021200011100002c1777d7d77757c7c
+7501210145febbfedffedefeb90147037baba1a1ababa1a1ab0100fec8feecfeecfec8013801
+1401140138000000000100ac00000512047b0017003540180d0400010adb12d015ca10b30e01
+020d0047110d0d0f101810fcec32f4ec31002f3ce4f4e4ec1139393930b46019801902015d01
+112135113426272e012322061511211121153e013332160512fe980d1015482e7080fe9a0166
+51b66ec2c902aafd566f019b916e1a2327ad99fdd90460a4625dee0000000001001b000003a4
+059e00130078401a0e05080f03a11101b308a1000a080b09020904000d10120e541410fc3cc4
+fc3cc4c412393931002fc4ecf43cec3211393930014bb00f544bb010545b4bb011545b4bb012
+545b58bd0014ffc00001001400140040381137385940183f003f1302000200030f100f115002
+5003501560026003095d005d01112111211114163b011121222635112311331102330171fe8f
+3e5cb8fecdd4b1b2b2059efec2ff00fe254e37ff00b1d401db0100013e000000000200ac0000
+02120614000300070029400e06dd00b304a30205010d0400100810fc3cec3231002fecf4ec30
+4009500960097009800904015d1321112111211121ac0166fe9a0166fe9a0460fba00614fedc
+000000020058ffe3050a047b0014001b004340210015d80109cc08d4059f0c01d7189f12ca0c
+981c1b150208150d0044020d0f3b1c10fcecf4ecc4111239310010e4f4ece410fef4ee10ee39
+30b42f1d3f1d02015d0115211e0133323637110e012320001110002120000534262322060705
+0afcbb0d9c8c71ed7d7ffe7ffed0feaf014b01220108013dfe9077606882100233667e7e4344
+feec3031013501170112013afec293667d756e00000000020058ffe304c5047b000a0025009d
+402a090600191f0b00d217cf069f0ed01120cc1fcb1c9f23ca11980c00231703180d090d0b3d
+1f030d143b2610fcecc4f4ec32321139393931002fe4f4fcf4ec10e6eef6ee39123911123930
+404c2f273d203d213f274d204d215d205d216e206e217e207e2170278c208c219d209d21ad20
+ad21bd20bd2115321e301f431e401f531e501f631e601f851e801f931e901fa21ea01fb21eb0
+1f105d015d0122061514163332363d01251121350e0123222635342421333534262322060711
+3e0133200402a270715b51658a0169fe9748b481aed9010f0122d3868e73c65573e874012f01
+0d01f84c4a444d916d2987fd81a6665dcba2c5b81c554f2e2e01111c1def0000000100ac0000
+021206140003001eb700a302010d00100410fcec31002fec304009500560057005800504015d
+13211121ac0166fe9a0614f9ec00000000010058ffe30435047b00190037401a00cc01d4040e
+cc0dd40aa11104a117ca11981a07420d00143b1a10fcc432ec310010e4f4ec10fef4ee10f5ee
+30b45f1b7f1b02015d01112e0123220615141633323637110e01232000111000213216043549
+934f96a7a79654974054ad57fed1feaa0156012f58ab043dfedc3230af9d9daf3231fedb1f1f
+01370115011501371f000000000100ac000003ec047b001100434016110e0906070003c00b94
+0eca09b3070a060d0008101210fcc4ec3231002fe4f4e4fcc4113911123930014bb0135458bd
+00120040000100120012ffc03811373859012e012322061511211121153e013332161703ec2f
+5d2f8a95fe9a016645b37d122a28032f1615b1a5fdfc0460b86e65030500000100a0ffe30506
+04600019003b401b0f0300010cdb14d017981001b312060200130f0d1147020d00101a10fcec
+f4ec3211123931002fe432f4e4ec1139393930b4601b801b02015d131121151402151416171e
+013332363511211121350e01232226a00168020e1116472e70800166fe9a51b56dc2cb01b402
+ac705bfeed2e87771b2326ac990229fba0a2625dee000001006affe30462047b002700dc4040
+0d0c020e0b361e1f1e050607080905040a361f1f1e250a0b1e1f041500cc01d40414cc15d418
+9f11049f25ca1198281e0a0b1f1b0700531b520e140750224d2810fcecc4d4ece41112393939
+39310010e4f4ec10fef5ee10f5ee121739304b535807100eed11173907100eed1117395922b2
+080b01015d405e0909090a090b0b0c0b0d090f05231a0c1a0d1a0e180f2c082e092e0a2e0b2e
+0c2e0d292039083b093b0a3b0b3a0c3a0d4b094a0a4a0b4a0c480d770c770dba08ba09ba0aba
+0bba0cba0d250e060e070e080e090e0a0d0b370d3f295f29095d005d01112e01232206151416
+1f01041615140421222627111e013332363534262f012e01353436333216041773d65f66634b
+613f0113befef8fefa6fed7d6be174696a496d3fefc0f4fc63da043dfef0303033352b2e0b09
+23a0abb3b42323011034343a39302f0d081ea2a5b2ac1e0000020066ffe3066605f0000b0017
+0032401306ae1200ae0c9c129818092d0f37032d152b1810fcecfcec310010e4f4ec10ee3040
+0b0019171310192f193f1905015d012202151412333212353402032000111000212000111000
+0366b0c2c2b0b1c2c2b101680198fe68fe98fe99fe67019904d9fefcecebfefc0104ebec0104
+0117fe64fe95fe96fe64019c016a016b019c0000000100bc0000073905d5000c00ce40330336
+0708070236010208080702360302090a0901360a0a09250a07020300080300c10b0509080302
+01050a0631040a3100030d10fcecd4ec11173931002f3cec32c4111739304b5358071005ed07
+1008ed071008ed071005ed5922b20f0301015d406609020f080f091f0215071f081f09150a2b
+023f0248024f024c074c0a57025907590a68026f076f0a950290089009a902b007b00a1a0401
+0403000e16011903100e2a0125033a0135034f014003470856085909500e6801670365086a09
+600e85088a099708185d005d13210901211121110123011121bc01ea0154015601e9fe94fea8
+f4fea8fe9305d5fce1031ffa2b0444fcdb0325fbbc0000000002000300000000001400010000
+000000340004002000000004000400010000f00fffff0000f000ffff10000001000000000006
+002a0000000000100000000100020003000400050006000700080009000a000b000c000d000e
+000f000001660133016600bc00e90000013d00a200fa031f00020002006601660002000200ac
+015400ec00bc006201660181048501540166016d04a400020166007f04cd0000000201330062
+00710000002504a401bc00ba00e500660181018d0548055a0166016d000000000002000200f6
+05c301f0053902390058046d043d04b2048104b2016601750466048100b00466043902d1049c
+047b04cf047b005801330166014c0166014c000200ac009a014a0123009a029a014401190144
+02cd00c100000166013f019a013b05cb05cb00d500d5015000ac00ac0077020a01c701f2012f
+015801b2012300f600f6011f012f0135023501ee01e70133009800d10358050a009a008f0112
+009800bc00cd00e500e500f2007304000166008f05d5022b05d500c300e100d700e50000006a
+01020000001d032d05d505d505f000a8006a00ec00e1010205d506140721046602f800ec0183
+02a602f80123010201020112011f031f005e03cd046004c7048900ec01bc00ba01020333031f
+03420333035c0112011f05d5019a009a00e106660179046004600460047b000000ec02c302b8
+02cd00be00dd00d50000006a025c027b029a00dd01ae01ba01120000008501ae04600762041b
+009a069a045800ee009a029a00d102cd019a015005cb05cb008b008b063100f6040600f0034c
+016004a800c10000002505c101000121074a06120096014a078300a800000337007b00140000
+00c9010005c105c105c105c101000108061d00960427039e00ec0102027d0133009800d10358
+017900cd02390362009c009c009c009301b8009300b80073000014000000b606050403020100
+2c2010b002254964b040515820c859212d2cb002254964b040515820c859212d2c20100720b0
+0050b00d7920b8ffff5058041b0559b0051cb0032508b0042523e120b00050b00d7920b8ffff
+5058041b0559b0051cb0032508e12d2c4b505820b80128454459212d2cb002254560442d2c4b
+5358b00225b0022545445921212d2c45442d000100000002000010db5b045f0f3cf5001f0800
+00000000bab9cc1000000000babc96b2fe68fe1d0b56076d0001000800010000000000000001
+0000076dfe1d00000b85fe68fe680b5600010000000000000000000000000000001004cd0066
+05df0066057f005805b200ac03d3001b02be00ac056d00580566005802be00ac02c9000004be
+005803f200ac05b200a004c3006a06cd006607f600bc00000026007200b800fc015c018601dc
+02660284028402ce031003580404044e04d40000000100000010004e00070045000400020010
+00400007000005ed07a70002000141840280012600fe000301250011000301240121003a0005
+012400fa000301230016000301220121003a0005012200fe00030121003a0003012000fa0003
+011f00bb0003011e00640003011d00fe0003011c00190003011b001e0003011a00fe00030119
+00fe0003011800fe0003011700fe0003011600fe000301150114000e0005011500fe00030114
+000e0003011300fe0003011200fe0003010f010e007d0005010f00fe0003010e007d0003010d
+010c008c0005010d00fe0003010d00c00004010c010b00590005010c008c0003010c00800004
+010b010a00260005010b00590003010b00400004010a00260003010900fe0003010800fe0003
+0107000c00030107008000040106b2972e054113010600fa0003010500fa0003010400fe0003
+010300190003010200fa0003010100fa0003010040ff7d03ff3e03fefe03fcfb2c05fcfe03fb
+2c03fafe03f9f84705f97d03f84703f7fa03f6fe03f5fe03f4fe03f3bb03f2fe03f1fe03f0fe
+03ef1e03eefe03edec0a05edfe03ec0a03ec4004ebea0a05eb3203ea0a03e9fa03e8911605e8
+fe03e7fa03e6fa03e5911605e5fe03e4fe03e3fe03e2fe03e1fe03e0fe03dffe03defa03dddc
+1805dd6403dc1803dba01e05db6403dad92505dafa03d92503d8d12505d8fa03d7d61405d716
+03d6d51005d61403d51003d4d30b05d42003d30b03d2d12505d2fa03d1911605d12503d0940c
+05d02303cfce1405cf2603cecd1205ce1403cd1203cc911605cc1d03cb1403cac9bb05cafe03
+c9c85d05c9bb03c98004c840ffc72505c85d03c84004c72503c6fe03c56403c4901005c4fe03
+c31c03c2fe03c1fe03c0bf3a05c0fa03bfad1b05bf3a03bebd1a05be3203bdbc1105bd1a03bc
+bb0f05bc1103bbba0c05bb0f03ba0c03b9911605b9fe03b8fe03b71503b61203b5fe03b4fe03
+b3fe03b21703b11903b01603afad1b05affa03aead1b05aefa03ad911605ad1b03ac911605ac
+7d03abfe03aa2603a9fe03a8fe03a7fe03a6fe03a50a03a4fe03a3a20e05a3fe03a20e03a240
+04a1a01e05a1fa03a0911605a01e039f9116059ffa039e940c059e1c039dfe039c9bbb059cfe
+039b9a5d059bbb039b80049a8f25059a5d039a400499fe0398972e0598fe03972e0396911605
+961e40ff0395940c05952003940c0393911605934b039291160592fe03919010059116039010
+038f25038efe038dfe038cfe038bfe038afe0389fe038887250588fe0387250386fe0385fe03
+84320383960382fe0381fe038019037f0a037efe037dfe037cfe037bfa037afa0379fe037776
+a60577fe0376a60375741b0575fa03741b0373fa03727d0371fe03706f2c056f2c036efa036d
+fa036cfa036bfe036afe0369fe0368630c0568320367fe0366320365640a0565fe03640a0364
+400463620a05630c03620a0361601505619603600111056015035f0a035efe035dfe035c0111
+055cfe035b5a1b055bfe035a0111055a1b0359fe0358fa0357fe035601110540ff56fe0355fe
+03541e035314035251190552fa0351011105511903504f190550fa034f4e11054f19034e1103
+4d1e034c4b14054c15034b4a11054b14034a490e054a1103490e0348fa034746140547150346
+140345fa0344430e05440f03430e034241250542fa0341011105412503403f0f0540fe033f3e
+0e053f0f033e0e033d3c0d053d16033c0d033b64033afe0339140338fe0337130336351a0536
+250335341405351a0335c004340a0d0534140334800433320c05331403334004320c033130a6
+0531fe033001110530a6032f0c032e13032d2c3a052dfa032c1525052c3a032b64032a640329
+fe0328150327171105271e03262003251e0324231105402b241e0323110322000d0522fa0321
+0f032140042014031f0a031e1e031d1c19051d25031c0f13051c19031cb801004091041b0d03
+1a194b051a7d0319011105194b0318fe031711031615250516fa031501110515250314640313
+110312fe031101110511fe031064030f0e10050f13030fc0040e10030e80040d0111050dfa03
+0c32030b0a0d050b16030b80040a0d030a400409fe0308fe0307fe0306050a0506fe03050a03
+05400404fa030364030201110502fe0301000d05011103000d0301b80164858d012b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b1d0000>
+] def
+/f-0-0 currentdict end definefont pop
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 270 111
+%%EndPageSetup
+q 0 -1 270 112 rectclip q
+0 110.8 270 -111 re W n
+0.376471 0.8 0.054902 rg
+0 110.409 m 176 110.409 l 124 90.409 l 0 90.409 l f
+0.231373 0.490196 0.0313726 rg
+0.8 w
+0 J
+0 j
+[] 0.0 d
+4 M q 1 0 0 -1 0 110.800003 cm
+0 0.391 m 176 0.391 l 124 20.391 l 0 20.391 l S Q
+1 0.737255 0.411765 rg
+0 90.409 270 -90 re f
+0.470588 0.733333 1 rg
+270 110.409 m 182 110.409 l 122 110.409 66 42.409 32 0.409 c 62 0.409 l 
+90 34.409 130 90.409 182 90.409 c 270 90.409 l f
+0.117647 0.431373 0.588235 rg
+q 1 0 0 -1 0 110.800003 cm
+270 0.391 m 182 0.391 l 122 0.391 66 68.391 32 110.391 c 62 110.391 l 
+90 76.391 130 20.391 182 20.391 c 270 20.391 l S Q
+0 g
+BT
+11.2 0 0 11.2 20 96.410403 Tm
+/f-0-0 1 Tf
+[<0102>-1<03>-1<0405>-1<03>-1<0603>-1<0407>-1<08>-1<090a>-1<0b>-1<0c>-1<0d
+04>]TJ
+ET
+BT
+11.2 0 0 11.2 178 96.410403 Tm
+/f-0-0 1 Tf
+[<0e0a0607>-1<03>-1<05>-1<0a>-1<09>1<0a>-1<0b>-1<0c>-1<0d>-1<04>]TJ
+ET
+BT
+11.2 0 0 11.2 166 46.410403 Tm
+/f-0-0 1 Tf
+[<0f>-1<07>-1<03>-1<0408>-1<06>]TJ
+ET
+q 1 0 0 -1 0 110.800003 cm
+116 36.391 m 82 70.391 l S Q
+86.328 41.999 m 81.258 39.655 l 83.602 44.73 l 83.812 43.331 84.918 
+42.234 86.328 41.999 c h
+86.328 41.999 m f*
+Q Q
+showpage
+%%Trailer
+count op_count sub {pop} repeat
+countdictstack dict_count sub {end} repeat
+cairo_eps_state restore
+%%EOF

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.svg
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.svg	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/cartoon_general.svg	2011-06-12 03:43:50 UTC (rev 18592)
@@ -9,39 +9,41 @@
    xmlns="http://www.w3.org/2000/svg"
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="405"
-   height="252"
+   width="338.5"
+   height="138.5"
    id="svg2"
    version="1.1"
-   inkscape:version="0.48.0 r9654"
+   inkscape:version="0.48.1 r9760"
    sodipodi:docname="cartoon_general.svg">
   <defs
      id="defs4">
     <marker
        inkscape:stockid="Arrow2Mend"
        orient="auto"
-       refY="0.0"
-       refX="0.0"
+       refY="0"
+       refX="0"
        id="Arrow2Mend"
-       style="overflow:visible;">
+       style="overflow:visible">
       <path
          id="path3863"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="scale(-0.6,-0.6)"
+         inkscape:connector-curvature="0" />
     </marker>
     <marker
        inkscape:stockid="Arrow2Mstart"
        orient="auto"
-       refY="0.0"
-       refX="0.0"
+       refY="0"
+       refX="0"
        id="Arrow2Mstart"
        style="overflow:visible">
       <path
          id="path3860"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) translate(0,0)" />
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="scale(0.6,0.6)"
+         inkscape:connector-curvature="0" />
     </marker>
   </defs>
   <sodipodi:namedview
@@ -51,18 +53,22 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="5.2867144"
-     inkscape:cx="157.53764"
-     inkscape:cy="133.43414"
+     inkscape:zoom="3.5277778"
+     inkscape:cx="165.5"
+     inkscape:cy="51.5"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      showgrid="true"
      units="in"
      inkscape:window-width="1674"
-     inkscape:window-height="1097"
+     inkscape:window-height="1058"
      inkscape:window-x="164"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0">
+     inkscape:window-y="22"
+     inkscape:window-maximized="0"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
     <inkscape:grid
        type="xygrid"
        id="grid2985"
@@ -90,7 +96,7 @@
      inkscape:label="Layer 1"
      inkscape:groupmode="layer"
      id="layer1"
-     transform="translate(0,-800.362)">
+     transform="translate(-37,-839.362)">
     <path
        style="fill:#60cc0e;stroke:#3b7d08;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
        d="m 37.5,839.862 220,0 -65,25 -155,0"
@@ -98,7 +104,7 @@
        inkscape:connector-curvature="0"
        sodipodi:nodetypes="cccc" />
     <rect
-       style="fill:#ffbc69;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       style="fill:#ffbc69;fill-opacity:1;stroke:none"
        id="rect3021"
        width="337.5"
        height="112.5"
@@ -115,7 +121,8 @@
   <g
      inkscape:groupmode="layer"
      id="layer2"
-     inkscape:label="Annotation (general)">
+     inkscape:label="Annotation (general)"
+     transform="translate(-37,-39)">
     <text
        xml:space="preserve"
        style="font-size:14px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold"

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01.eps
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01.eps	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01.eps	2011-06-12 03:43:50 UTC (rev 18592)
@@ -0,0 +1,561 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.10.2 (http://cairographics.org)
+%%CreationDate: Sat Jun 11 14:16:44 2011
+%%Pages: 1
+%%BoundingBox: 0 -1 315 189
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+/cairo_eps_state save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+11 dict begin
+/FontType 42 def
+/FontName /BitstreamVeraSans-Bold def
+/PaintType 0 def
+/FontMatrix [ 1 0 0 1 0 0 ] def
+/FontBBox [ 0 0 0 0 ] def
+/Encoding 256 array def
+0 1 255 { Encoding exch /.notdef put } for
+Encoding 1 /uni0045 put
+Encoding 2 /uni0061 put
+Encoding 3 /uni0072 put
+Encoding 4 /uni0074 put
+Encoding 5 /uni0068 put
+Encoding 6 /uni0071 put
+Encoding 7 /uni0075 put
+Encoding 8 /uni006B put
+Encoding 9 /uni0065 put
+/CharStrings 10 dict dup begin
+/.notdef 0 def
+/uni0045 1 def
+/uni0061 2 def
+/uni0072 3 def
+/uni0074 4 def
+/uni0068 5 def
+/uni0071 6 def
+/uni0075 7 def
+/uni006B 8 def
+/uni0065 9 def
+end readonly def
+/sfnts [
+<00010000000a008000030020636d61700035f0aa000006dc00000052637674203eb92de20000
+0730000002526670676dc6703916000009840000008c676c7966da1b2a42000000ac00000630
+68656164de68ad4900000a100000003668686561112e081500000a4800000024686d7478334c
+04ed00000a6c000000286c6f636108bc076600000a94000000166d617870061c087d00000aac
+00000020707265707c61a2e700000acc000007a700020066fe96046605a400030007001fbc00
+040126000000060126b6010805890204002fc4d4ec310010d4ecd4ec30131121112521112166
+0400fc73031bfce5fe96070ef8f2720629000000000100bc000004e105d5000b0030401404c0
+06be02c0008d08c00a01050907031600030c10fcec32d4c4c431002fecf4ecf4ec30b6100d50
+0d700d03015d132111211121112111211121bc040ffd720267fd9902a4fbdb05d5feddfeeafe
+ddfeaafedd0000020058ffe304c5047b000a0025009d402a090600191f0b00d217cf069f0ed0
+1120cc1fcb1c9f23ca11980c00231703180d090d0b3d1f030d143b2610fcecc4f4ec32321139
+393931002fe4f4fcf4ec10e6eef6ee39123911123930404c2f273d203d213f274d204d215d20
+5d216e206e217e207e2170278c208c219d209d21ad20ad21bd20bd2115321e301f431e401f53
+1e501f631e601f851e801f931e901fa21ea01fb21eb01f105d015d0122061514163332363d01
+251121350e01232226353424213335342623220607113e0133200402a270715b51658a0169fe
+9748b481aed9010f0122d3868e73c65573e874012f010d01f84c4a444d916d2987fd81a6665d
+cba2c5b81c554f2e2e01111c1def0000000100ac000003ec047b001100434016110e09060700
+03c00b940eca09b3070a060d0008101210fcc4ec3231002fe4f4e4fcc4113911123930014bb0
+135458bd00120040000100120012ffc03811373859012e012322061511211121153e01333216
+1703ec2f5d2f8a95fe9a016645b37d122a28032f1615b1a5fdfc0460b86e650305000001001b
+000003a4059e00130078401a0e05080f03a11101b308a1000a080b09020904000d10120e5414
+10fc3cc4fc3cc4c412393931002fc4ecf43cec3211393930014bb00f544bb010545b4bb01154
+5b4bb012545b58bd0014ffc00001001400140040381137385940183f003f1302000200030f10
+0f1150025003501560026003095d005d01112111211114163b01112122263511231133110233
+0171fe8f3e5cb8fecdd4b1b2b2059efec2ff00fe254e37ff00b1d401db0100013e0000000001
+00ac0000051206140017003540180d0400010adb12d015ca10a30e01020d0047110d0d0f1018
+10fcec32f4ec31002f3cecf4e4ec1139393930b46019801902015d01112135113426272e0123
+22061511211121113e013332160512fe980d1015482e7080fe9a016651b66ec2c902aafd566f
+0199936e1a2327ad99fdd90614fda8625dee00000002005cfe56050e0479000b001c003b401d
+06a10cd00f00a118d015ca19b31bde0f981d180c090d1a400342123b1d10fcecf4ec32323100
+10e4e4e4f4e4ec10e6ee30b44f1e601e02015d012206151416333236353426130e0123220011
+1000333216173521112102ba72797972737979794ab275cffef6010acf75b24a0168fe980377
+a8a0a0a8a8a0a0a8fd2b635c01490103010301475c63a6f9f6000000000100a0ffe305060460
+0019003b401b0f0300010cdb14d017981001b312060200130f0d1147020d00101a10fcecf4ec
+3211123931002fe432f4e4ec1139393930b4601b801b02015d131121151402151416171e0133
+32363511211121350e01232226a00168020e1116472e70800166fe9a51b56dc2cb01b402ac70
+5bfeed2e87771b2326ac990229fba0a2625dee00000100ac000005790614000a008c40140805
+020303b300a309060501040608010d00100b10fcec32d4c4113931002f3cece4173930406019
+031904190519063b07490349075a035d0658075f076f0367057f03760476067b078803850487
+058b079f03950596069b07b9031a160216053a08440247054a0856025d086702600265057702
+700276057c08870288058b08920297059b08155d015d1321110121090121011121ac0166019c
+01a0fddd024efe4efe4bfe9a0614fcb1019bfdfefda201d3fe2d00020058ffe3050a047b0014
+001b004340210015d80109cc08d4059f0c01d7189f12ca0c981c1b150208150d0044020d0f3b
+1c10fcecf4ecc4111239310010e4f4ece410fef4ee10ee3930b42f1d3f1d02015d0115211e01
+33323637110e0123200011100021200005342623220607050afcbb0d9c8c71ed7d7ffe7ffed0
+feaf014b01220108013dfe9077606882100233667e7e4344feec3031013501170112013afec2
+93667d756e000000000000020003000000000014000100000000003400040020000000040004
+00010000f009ffff0000f000ffff10000001000000000006001e00000000000a000000010002
+0003000400050006000700080009000001660133016600bc00e90000013d00a200fa031f0002
+0002006601660002000200ac015400ec00bc006201660181048501540166016d04a400020166
+007f04cd000000020133006200710000002504a401bc00ba00e500660181018d0548055a0166
+016d000000000002000200f605c301f0053902390058046d043d04b2048104b2016601750466
+048100b00466043902d1049c047b04cf047b005801330166014c0166014c000200ac009a014a
+0123009a029a01440119014402cd00c100000166013f019a013b05cb05cb00d500d5015000ac
+00ac0077020a01c701f2012f015801b2012300f600f6011f012f0135023501ee01e701330098
+00d10358050a009a008f0112009800bc00cd00e500e500f2007304000166008f05d5022b05d5
+00c300e100d700e50000006a01020000001d032d05d505d505f000a8006a00ec00e1010205d5
+06140721046602f800ec018302a602f80123010201020112011f031f005e03cd046004c70489
+00ec01bc00ba01020333031f03420333035c0112011f05d5019a009a00e10666017904600460
+0460047b000000ec02c302b802cd00be00dd00d50000006a025c027b029a00dd01ae01ba0112
+0000008501ae04600762041b009a069a045800ee009a029a00d102cd019a015005cb05cb008b
+008b063100f6040600f0034c016004a800c10000002505c101000121074a06120096014a0783
+00a800000337007b0014000000c9010005c105c105c105c101000108061d00960427039e00ec
+0102027d0133009800d10358017900cd02390362009c009c009c009301b8009300b800730000
+14000000b6060504030201002c2010b002254964b040515820c859212d2cb002254964b04051
+5820c859212d2c20100720b00050b00d7920b8ffff5058041b0559b0051cb0032508b0042523
+e120b00050b00d7920b8ffff5058041b0559b0051cb0032508e12d2c4b505820b80128454459
+212d2cb002254560442d2c4b5358b00225b0022545445921212d2c45442d0001000000020000
+7e35357c5f0f3cf5001f080000000000bab9cc1000000000babc96b2fe68fe1d0b56076d0001
+0008000100000000000000010000076dfe1d00000b85fe68fe680b5600010000000000000000
+000000000000000a04cd0066057700bc0566005803f200ac03d3001b05b200ac05ba005c05b2
+00a0055200ac056d005800000026005800e20124018401c80218026002c20318000000010000
+000a004e0007004500040002001000400007000005ed07a70002000141840280012600fe0003
+01250011000301240121003a0005012400fa000301230016000301220121003a0005012200fe
+00030121003a0003012000fa0003011f00bb0003011e00640003011d00fe0003011c00190003
+011b001e0003011a00fe0003011900fe0003011800fe0003011700fe0003011600fe00030115
+0114000e0005011500fe00030114000e0003011300fe0003011200fe0003010f010e007d0005
+010f00fe0003010e007d0003010d010c008c0005010d00fe0003010d00c00004010c010b0059
+0005010c008c0003010c00800004010b010a00260005010b00590003010b00400004010a0026
+0003010900fe0003010800fe00030107000c00030107008000040106b2972e054113010600fa
+0003010500fa0003010400fe0003010300190003010200fa0003010100fa0003010040ff7d03
+ff3e03fefe03fcfb2c05fcfe03fb2c03fafe03f9f84705f97d03f84703f7fa03f6fe03f5fe03
+f4fe03f3bb03f2fe03f1fe03f0fe03ef1e03eefe03edec0a05edfe03ec0a03ec4004ebea0a05
+eb3203ea0a03e9fa03e8911605e8fe03e7fa03e6fa03e5911605e5fe03e4fe03e3fe03e2fe03
+e1fe03e0fe03dffe03defa03dddc1805dd6403dc1803dba01e05db6403dad92505dafa03d925
+03d8d12505d8fa03d7d61405d71603d6d51005d61403d51003d4d30b05d42003d30b03d2d125
+05d2fa03d1911605d12503d0940c05d02303cfce1405cf2603cecd1205ce1403cd1203cc9116
+05cc1d03cb1403cac9bb05cafe03c9c85d05c9bb03c98004c840ffc72505c85d03c84004c725
+03c6fe03c56403c4901005c4fe03c31c03c2fe03c1fe03c0bf3a05c0fa03bfad1b05bf3a03be
+bd1a05be3203bdbc1105bd1a03bcbb0f05bc1103bbba0c05bb0f03ba0c03b9911605b9fe03b8
+fe03b71503b61203b5fe03b4fe03b3fe03b21703b11903b01603afad1b05affa03aead1b05ae
+fa03ad911605ad1b03ac911605ac7d03abfe03aa2603a9fe03a8fe03a7fe03a6fe03a50a03a4
+fe03a3a20e05a3fe03a20e03a24004a1a01e05a1fa03a0911605a01e039f9116059ffa039e94
+0c059e1c039dfe039c9bbb059cfe039b9a5d059bbb039b80049a8f25059a5d039a400499fe03
+98972e0598fe03972e0396911605961e40ff0395940c05952003940c0393911605934b039291
+160592fe03919010059116039010038f25038efe038dfe038cfe038bfe038afe0389fe038887
+250588fe0387250386fe0385fe0384320383960382fe0381fe038019037f0a037efe037dfe03
+7cfe037bfa037afa0379fe037776a60577fe0376a60375741b0575fa03741b0373fa03727d03
+71fe03706f2c056f2c036efa036dfa036cfa036bfe036afe0369fe0368630c0568320367fe03
+66320365640a0565fe03640a0364400463620a05630c03620a03616015056196036001110560
+15035f0a035efe035dfe035c0111055cfe035b5a1b055bfe035a0111055a1b0359fe0358fa03
+57fe035601110540ff56fe0355fe03541e035314035251190552fa0351011105511903504f19
+0550fa034f4e11054f19034e11034d1e034c4b14054c15034b4a11054b14034a490e054a1103
+490e0348fa034746140547150346140345fa0344430e05440f03430e034241250542fa034101
+1105412503403f0f0540fe033f3e0e053f0f033e0e033d3c0d053d16033c0d033b64033afe03
+39140338fe0337130336351a0536250335341405351a0335c004340a0d053414033480043332
+0c05331403334004320c033130a60531fe033001110530a6032f0c032e13032d2c3a052dfa03
+2c1525052c3a032b64032a640329fe0328150327171105271e03262003251e0324231105402b
+241e0323110322000d0522fa03210f032140042014031f0a031e1e031d1c19051d25031c0f13
+051c19031cb801004091041b0d031a194b051a7d0319011105194b0318fe0317110316152505
+16fa031501110515250314640313110312fe031101110511fe031064030f0e10050f13030fc0
+040e10030e80040d0111050dfa030c32030b0a0d050b16030b80040a0d030a400409fe0308fe
+0307fe0306050a0506fe03050a0305400404fa030364030201110502fe0301000d0501110300
+0d0301b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b1d0000>
+] def
+/f-0-0 currentdict end definefont pop
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 315 189
+%%EndPageSetup
+q 0 -1 315 190 rectclip q
+0 188.19 315 -189 re W n
+1 0.737255 0.411765 rg
+7.398 157.401 300 -150 re f
+0.376471 0.8 0.054902 rg
+7.398 187.401 m 217.398 187.401 l 167.398 157.401 l 7.398 157.401 l f
+0.231373 0.490196 0.0313726 rg
+1.6 w
+0 J
+0 j
+[] 0.0 d
+4 M q 1 0 0 -1 0 188.189606 cm
+7.398 0.789 m 217.398 0.789 l 167.398 30.789 l 7.398 30.789 l S Q
+0.470588 0.733333 1 rg
+307.398 187.401 m 217.398 187.401 l 157.398 187.401 51.398 49.401 
+17.398 7.401 c 63.398 7.401 l 103.398 57.401 177.398 157.401 227.398 
+157.401 c 307.398 157.401 l f
+0.117647 0.431373 0.588235 rg
+q 1 0 0 -1 0 188.189606 cm
+307.398 0.789 m 217.398 0.789 l 157.398 0.789 51.398 138.789 17.398 
+180.789 c 63.398 180.789 l 103.398 130.789 177.398 30.789 227.398 
+30.789 c 307.398 30.789 l S Q
+0.788235 0 0.0117647 rg
+q 1 0 0 -1 0 188.189606 cm
+183.398 2.789 m 149.398 24.789 l S Q
+174.27 184.104 m 185.172 186.565 l 178.461 177.627 l 178.629 180.451 
+176.93 183.061 174.27 184.104 c h
+174.27 184.104 m f*
+0.503742 w
+1 j
+q -1 -0.647059 -0.647059 1 0 188.189606 cm
+-120.975 -82.364 m -129.782 -85.602 l -120.976 -88.841 l -122.382 
+-86.927 -122.375 -84.312 -120.975 -82.364 c h
+-120.975 -82.364 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+201.398 6.789 m 165.398 28.789 l S Q
+174.562 160.459 m 163.602 158.283 l 170.539 167.041 l 170.297 164.225 
+171.93 161.572 174.562 160.459 c h
+174.562 160.459 m f*
+0.511969 w
+1 j
+q 1 0.611111 0.611111 -1 0 188.189606 cm
+114.759 97.861 m 105.81 94.568 l 114.758 91.278 l 113.328 93.221 
+113.337 95.879 114.759 97.861 c h
+114.759 97.861 m S Q
+0 g
+0.8 w
+q -1 0 0 1 0 188.189606 cm
+-307.398 -10.789 m -311.398 -14.789 l -311.398 -6.789 l h
+-307.398 -10.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -13.789 m -312.398 -13.238 -312.848 -12.789 -313.398 -12.789 c 
+-313.953 -12.789 -314.398 -13.238 -314.398 -13.789 c -314.398 -14.344 
+-313.953 -14.789 -313.398 -14.789 c -312.848 -14.789 -312.398 -14.344 
+-312.398 -13.789 c h
+-312.398 -13.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -7.789 m -312.398 -7.238 -312.848 -6.789 -313.398 -6.789 c 
+-313.953 -6.789 -314.398 -7.238 -314.398 -7.789 c -314.398 -8.344 
+-313.953 -8.789 -313.398 -8.789 c -312.848 -8.789 -312.398 -8.344 
+-312.398 -7.789 c h
+-312.398 -7.789 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 57.398 m -184.789 53.398 l -184.789 61.398 l h
+-180.789 57.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 54.398 m -185.789 54.953 -186.238 55.398 -186.789 55.398 c 
+-187.344 55.398 -187.789 54.953 -187.789 54.398 c -187.789 53.848 
+-187.344 53.398 -186.789 53.398 c -186.238 53.398 -185.789 53.848 
+-185.789 54.398 c h
+-185.789 54.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 60.398 m -185.789 60.953 -186.238 61.398 -186.789 61.398 c 
+-187.344 61.398 -187.789 60.953 -187.789 60.398 c -187.789 59.848 
+-187.344 59.398 -186.789 59.398 c -186.238 59.398 -185.789 59.848 
+-185.789 60.398 c h
+-185.789 60.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 17.398 m -184.789 13.398 l -184.789 21.398 l h
+-180.789 17.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 14.398 m -185.789 14.953 -186.238 15.398 -186.789 15.398 c 
+-187.344 15.398 -187.789 14.953 -187.789 14.398 c -187.789 13.848 
+-187.344 13.398 -186.789 13.398 c -186.238 13.398 -185.789 13.848 
+-185.789 14.398 c h
+-185.789 14.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 20.398 m -185.789 20.953 -186.238 21.398 -186.789 21.398 c 
+-187.344 21.398 -187.789 20.953 -187.789 20.398 c -187.789 19.848 
+-187.344 19.398 -186.789 19.398 c -186.238 19.398 -185.789 19.848 
+-185.789 20.398 c h
+-185.789 20.398 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 10.789 m 3.398 6.789 l 3.398 14.789 l h
+7.398 10.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 7.789 m 2.398 8.344 1.953 8.789 1.398 8.789 c 0.848 8.789 0.398 
+8.344 0.398 7.789 c 0.398 7.238 0.848 6.789 1.398 6.789 c 1.953 6.789 
+2.398 7.238 2.398 7.789 c h
+2.398 7.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 13.789 m 2.398 14.344 1.953 14.789 1.398 14.789 c 0.848 14.789 
+0.398 14.344 0.398 13.789 c 0.398 13.238 0.848 12.789 1.398 12.789 c 
+1.953 12.789 2.398 13.238 2.398 13.789 c h
+2.398 13.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 50.789 m 3.398 46.789 l 3.398 54.789 l h
+7.398 50.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 47.789 m 2.398 48.344 1.953 48.789 1.398 48.789 c 0.848 48.789 
+0.398 48.344 0.398 47.789 c 0.398 47.238 0.848 46.789 1.398 46.789 c 
+1.953 46.789 2.398 47.238 2.398 47.789 c h
+2.398 47.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 53.789 m 2.398 54.344 1.953 54.789 1.398 54.789 c 0.848 54.789 
+0.398 54.344 0.398 53.789 c 0.398 53.238 0.848 52.789 1.398 52.789 c 
+1.953 52.789 2.398 53.238 2.398 53.789 c h
+2.398 53.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 90.789 m 3.398 86.789 l 3.398 94.789 l h
+7.398 90.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 87.789 m 2.398 88.344 1.953 88.789 1.398 88.789 c 0.848 88.789 
+0.398 88.344 0.398 87.789 c 0.398 87.238 0.848 86.789 1.398 86.789 c 
+1.953 86.789 2.398 87.238 2.398 87.789 c h
+2.398 87.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 93.789 m 2.398 94.344 1.953 94.789 1.398 94.789 c 0.848 94.789 
+0.398 94.344 0.398 93.789 c 0.398 93.238 0.848 92.789 1.398 92.789 c 
+1.953 92.789 2.398 93.238 2.398 93.789 c h
+2.398 93.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 130.789 m 3.398 126.789 l 3.398 134.789 l h
+7.398 130.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 127.789 m 2.398 128.344 1.953 128.789 1.398 128.789 c 0.848 
+128.789 0.398 128.344 0.398 127.789 c 0.398 127.238 0.848 126.789 1.398 
+126.789 c 1.953 126.789 2.398 127.238 2.398 127.789 c h
+2.398 127.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 133.789 m 2.398 134.344 1.953 134.789 1.398 134.789 c 0.848 
+134.789 0.398 134.344 0.398 133.789 c 0.398 133.238 0.848 132.789 1.398 
+132.789 c 1.953 132.789 2.398 133.238 2.398 133.789 c h
+2.398 133.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 170.789 m 3.398 166.789 l 3.398 174.789 l h
+7.398 170.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 167.789 m 2.398 168.344 1.953 168.789 1.398 168.789 c 0.848 
+168.789 0.398 168.344 0.398 167.789 c 0.398 167.238 0.848 166.789 1.398 
+166.789 c 1.953 166.789 2.398 167.238 2.398 167.789 c h
+2.398 167.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 173.789 m 2.398 174.344 1.953 174.789 1.398 174.789 c 0.848 
+174.789 0.398 174.344 0.398 173.789 c 0.398 173.238 0.848 172.789 1.398 
+172.789 c 1.953 172.789 2.398 173.238 2.398 173.789 c h
+2.398 173.789 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 97.398 m -184.789 93.398 l -184.789 101.398 l h
+-180.789 97.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 94.398 m -185.789 94.953 -186.238 95.398 -186.789 95.398 c 
+-187.344 95.398 -187.789 94.953 -187.789 94.398 c -187.789 93.848 
+-187.344 93.398 -186.789 93.398 c -186.238 93.398 -185.789 93.848 
+-185.789 94.398 c h
+-185.789 94.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 100.398 m -185.789 100.953 -186.238 101.398 -186.789 101.398 c 
+-187.344 101.398 -187.789 100.953 -187.789 100.398 c -187.789 99.848 
+-187.344 99.398 -186.789 99.398 c -186.238 99.398 -185.789 99.848 
+-185.789 100.398 c h
+-185.789 100.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 137.398 m -184.789 133.398 l -184.789 141.398 l h
+-180.789 137.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 134.398 m -185.789 134.953 -186.238 135.398 -186.789 135.398 c 
+-187.344 135.398 -187.789 134.953 -187.789 134.398 c -187.789 133.848 
+-187.344 133.398 -186.789 133.398 c -186.238 133.398 -185.789 133.848 
+-185.789 134.398 c h
+-185.789 134.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 140.398 m -185.789 140.953 -186.238 141.398 -186.789 141.398 c 
+-187.344 141.398 -187.789 140.953 -187.789 140.398 c -187.789 139.848 
+-187.344 139.398 -186.789 139.398 c -186.238 139.398 -185.789 139.848 
+-185.789 140.398 c h
+-185.789 140.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 177.398 m -184.789 173.398 l -184.789 181.398 l h
+-180.789 177.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 174.398 m -185.789 174.953 -186.238 175.398 -186.789 175.398 c 
+-187.344 175.398 -187.789 174.953 -187.789 174.398 c -187.789 173.848 
+-187.344 173.398 -186.789 173.398 c -186.238 173.398 -185.789 173.848 
+-185.789 174.398 c h
+-185.789 174.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 180.398 m -185.789 180.953 -186.238 181.398 -186.789 181.398 c 
+-187.344 181.398 -187.789 180.953 -187.789 180.398 c -187.789 179.848 
+-187.344 179.398 -186.789 179.398 c -186.238 179.398 -185.789 179.848 
+-185.789 180.398 c h
+-185.789 180.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 217.398 m -184.789 213.398 l -184.789 221.398 l h
+-180.789 217.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 214.398 m -185.789 214.953 -186.238 215.398 -186.789 215.398 c 
+-187.344 215.398 -187.789 214.953 -187.789 214.398 c -187.789 213.848 
+-187.344 213.398 -186.789 213.398 c -186.238 213.398 -185.789 213.848 
+-185.789 214.398 c h
+-185.789 214.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 220.398 m -185.789 220.953 -186.238 221.398 -186.789 221.398 c 
+-187.344 221.398 -187.789 220.953 -187.789 220.398 c -187.789 219.848 
+-187.344 219.398 -186.789 219.398 c -186.238 219.398 -185.789 219.848 
+-185.789 220.398 c h
+-185.789 220.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 257.398 m -184.789 253.398 l -184.789 261.398 l h
+-180.789 257.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 254.398 m -185.789 254.953 -186.238 255.398 -186.789 255.398 c 
+-187.344 255.398 -187.789 254.953 -187.789 254.398 c -187.789 253.848 
+-187.344 253.398 -186.789 253.398 c -186.238 253.398 -185.789 253.848 
+-185.789 254.398 c h
+-185.789 254.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 260.398 m -185.789 260.953 -186.238 261.398 -186.789 261.398 c 
+-187.344 261.398 -187.789 260.953 -187.789 260.398 c -187.789 259.848 
+-187.344 259.398 -186.789 259.398 c -186.238 259.398 -185.789 259.848 
+-185.789 260.398 c h
+-185.789 260.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -170.789 m -311.398 -174.789 l -311.398 -166.789 l h
+-307.398 -170.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -173.789 m -312.398 -173.238 -312.848 -172.789 -313.398 
+-172.789 c -313.953 -172.789 -314.398 -173.238 -314.398 -173.789 c 
+-314.398 -174.344 -313.953 -174.789 -313.398 -174.789 c -312.848 
+-174.789 -312.398 -174.344 -312.398 -173.789 c h
+-312.398 -173.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -167.789 m -312.398 -167.238 -312.848 -166.789 -313.398 
+-166.789 c -313.953 -166.789 -314.398 -167.238 -314.398 -167.789 c 
+-314.398 -168.344 -313.953 -168.789 -313.398 -168.789 c -312.848 
+-168.789 -312.398 -168.344 -312.398 -167.789 c h
+-312.398 -167.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -130.789 m -311.398 -134.789 l -311.398 -126.789 l h
+-307.398 -130.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -133.789 m -312.398 -133.238 -312.848 -132.789 -313.398 
+-132.789 c -313.953 -132.789 -314.398 -133.238 -314.398 -133.789 c 
+-314.398 -134.344 -313.953 -134.789 -313.398 -134.789 c -312.848 
+-134.789 -312.398 -134.344 -312.398 -133.789 c h
+-312.398 -133.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -127.789 m -312.398 -127.238 -312.848 -126.789 -313.398 
+-126.789 c -313.953 -126.789 -314.398 -127.238 -314.398 -127.789 c 
+-314.398 -128.344 -313.953 -128.789 -313.398 -128.789 c -312.848 
+-128.789 -312.398 -128.344 -312.398 -127.789 c h
+-312.398 -127.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -90.789 m -311.398 -94.789 l -311.398 -86.789 l h
+-307.398 -90.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -93.789 m -312.398 -93.238 -312.848 -92.789 -313.398 -92.789 c 
+-313.953 -92.789 -314.398 -93.238 -314.398 -93.789 c -314.398 -94.344 
+-313.953 -94.789 -313.398 -94.789 c -312.848 -94.789 -312.398 -94.344 
+-312.398 -93.789 c h
+-312.398 -93.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -87.789 m -312.398 -87.238 -312.848 -86.789 -313.398 -86.789 c 
+-313.953 -86.789 -314.398 -87.238 -314.398 -87.789 c -314.398 -88.344 
+-313.953 -88.789 -313.398 -88.789 c -312.848 -88.789 -312.398 -88.344 
+-312.398 -87.789 c h
+-312.398 -87.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -50.789 m -311.398 -54.789 l -311.398 -46.789 l h
+-307.398 -50.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -53.789 m -312.398 -53.238 -312.848 -52.789 -313.398 -52.789 c 
+-313.953 -52.789 -314.398 -53.238 -314.398 -53.789 c -314.398 -54.344 
+-313.953 -54.789 -313.398 -54.789 c -312.848 -54.789 -312.398 -54.344 
+-312.398 -53.789 c h
+-312.398 -53.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -47.789 m -312.398 -47.238 -312.848 -46.789 -313.398 -46.789 c 
+-313.953 -46.789 -314.398 -47.238 -314.398 -47.789 c -314.398 -48.344 
+-313.953 -48.789 -313.398 -48.789 c -312.848 -48.789 -312.398 -48.344 
+-312.398 -47.789 c h
+-312.398 -47.789 m S Q
+0.788235 0 0.0117647 rg
+BT
+11.2 0 0 11.2 80 170.000006 Tm
+/f-0-0 1 Tf
+[<0102>-1<03>-1<04>-1<05>-1<06>-1<07>-1<02>-1<08>27<09>]TJ
+ET
+Q Q
+showpage
+%%Trailer
+count op_count sub {pop} repeat
+countdictstack dict_count sub {end} repeat
+cairo_eps_state restore
+%%EOF

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01_soln.png
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step01_soln.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step02.eps
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step02.eps	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step02.eps	2011-06-12 03:43:50 UTC (rev 18592)
@@ -0,0 +1,736 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.10.2 (http://cairographics.org)
+%%CreationDate: Sat Jun 11 14:14:57 2011
+%%Pages: 1
+%%BoundingBox: 0 -1 315 189
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+/cairo_eps_state save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+11 dict begin
+/FontType 42 def
+/FontName /BitstreamVeraSans-Bold def
+/PaintType 0 def
+/FontMatrix [ 1 0 0 1 0 0 ] def
+/FontBBox [ 0 0 0 0 ] def
+/Encoding 256 array def
+0 1 255 { Encoding exch /.notdef put } for
+Encoding 1 /uni0053 put
+Encoding 2 /uni0074 put
+Encoding 3 /uni0065 put
+Encoding 4 /uni0061 put
+Encoding 5 /uni0064 put
+Encoding 6 /uni0079 put
+Encoding 7 /uni0020 put
+Encoding 8 /uni0073 put
+Encoding 9 /uni0069 put
+Encoding 10 /uni006D put
+Encoding 11 /uni0063 put
+Encoding 12 /uni0072 put
+Encoding 13 /uni0070 put
+/CharStrings 14 dict dup begin
+/.notdef 0 def
+/uni0053 1 def
+/uni0074 2 def
+/uni0065 3 def
+/uni0061 4 def
+/uni0064 5 def
+/uni0079 6 def
+/uni0020 7 def
+/uni0073 8 def
+/uni0069 9 def
+/uni006D 10 def
+/uni0063 11 def
+/uni0072 12 def
+/uni0070 13 def
+end readonly def
+/sfnts [
+<00010000000a008000030020636d61700051f0cc00000b080000005a637674203eb92de20000
+0b64000002526670676dc670391600000db80000008c676c79663d6b5f53000000ac00000a5c
+68656164de68ad4900000e440000003668686561112e081900000e7c00000024686d74784531
+05a900000ea0000000386c6f63611528132e00000ed80000001e6d6178700620087d00000ef8
+00000020707265707c61a2e700000f18000007a700020066fe96046605a400030007001fbc00
+040126000000060126b6010805890204002fc4d4ec310010d4ecd4ec30131121112521112166
+0400fc73031bfce5fe96070ef8f272062900000000010093ffe3052d05f0002700a7402a0025
+041418110a0b1e1f041501c30415c318ae1104ae259c1198281e0a0b1f1b07001b190e140719
+222810dcecc4d4ecc4111239393939310010e4f4ec10fee510e5111739111239111239304054
+702901391d391e391f39204a1e4a1f4a20580a5d1d5c1e5e1f5e205a216a1c6f1d6f1e6f1f68
+206f206e21740b740c740d7c1f7c207c21960b970c9b1e9a1f9c209a21a60ba60ca60daa1daa
+1eaa1faa20aa21285d015d01112e012322061514161f011e0115140421222427111604333236
+3534262f012e0135342421320404cb7bea688a845975a4f9d2fedbfed38efee28f8f010b7c7e
+865b8895e0cf0120010e7b010405a6fec437384c503c43182132ccbcf7f1363501454c4d544e
+464c1e2130d2b2dff02500000001001b000003a4059e00130078401a0e05080f03a11101b308
+a1000a080b09020904000d10120e541410fc3cc4fc3cc4c412393931002fc4ecf43cec321139
+3930014bb00f544bb010545b4bb011545b4bb012545b58bd0014ffc000010014001400403811
+37385940183f003f1302000200030f100f1150025003501560026003095d005d011121112111
+14163b011121222635112311331102330171fe8f3e5cb8fecdd4b1b2b2059efec2ff00fe254e
+37ff00b1d401db0100013e00000000020058ffe3050a047b0014001b004340210015d80109cc
+08d4059f0c01d7189f12ca0c981c1b150208150d0044020d0f3b1c10fcecf4ecc41112393100
+10e4f4ece410fef4ee10ee3930b42f1d3f1d02015d0115211e0133323637110e012320001110
+0021200005342623220607050afcbb0d9c8c71ed7d7ffe7ffed0feaf014b01220108013dfe90
+77606882100233667e7e4344feec3031013501170112013afec293667d756e00000000020058
+ffe304c5047b000a0025009d402a090600191f0b00d217cf069f0ed01120cc1fcb1c9f23ca11
+980c00231703180d090d0b3d1f030d143b2610fcecc4f4ec32321139393931002fe4f4fcf4ec
+10e6eef6ee39123911123930404c2f273d203d213f274d204d215d205d216e206e217e207e21
+70278c208c219d209d21ad20ad21bd20bd2115321e301f431e401f531e501f631e601f851e80
+1f931e901fa21ea01fb21eb01f105d015d0122061514163332363d01251121350e0123222635
+3424213335342623220607113e0133200402a270715b51658a0169fe9748b481aed9010f0122
+d3868e73c65573e874012f010d01f84c4a444d916d2987fd81a6665dcba2c5b81c554f2e2e01
+111c1def00000002005cffe3050e06140010001c0038401b17a100d00e11a105d008980eca01
+a3031404000d02401a420b3b1d10fcecf4ec323231002fece4f4e4ec10e4ee30b44f1e601e02
+015d0111211121350e0123220011100033321603323635342623220615141603a60168fe984a
+b275cffef6010acf74b3a27379797372797903bc0258f9eca2635c01490103010301495dfcc9
+a8a0a0a8a8a0a0a8000000010019fe4605120460000f014140430f1d000f05040b0c0d030e1d
+050504031d040504021d0102050504021d03020f000f011d00000f250e0a021005000a9f08da
+0300b3100f0e0b0908050302010904001010d4c41739310010e432f4ec113912391139304b53
+58071005ed071008ed071008ed071005ed071005ed17390708ed5922014bb00a544bb012545b
+4bb014545b58bd0010ffc00001001000100040381137385940a4000200021002100220024002
+5002650274028602800294029002a002b402b002b002b002c002c002d402d002e002e0021804
+0109030505050605070508160115051506150724052406240735003501380336063607390e39
+0f450045014a034a044505450667026506860286058606880d880e970296059606990d990ea8
+02aa03aa04a90ea90fb501bc03b804b009b00abf0bb90db90ec802cb0dcb0ec90fd602e50239
+5d005d1321090121010e012b01353332363f01190166012d01000166fe2947bd9bcf705b5317
+0a0460fd0802f8fb36bb95eb3a4b1f0000000001006affe30462047b002700dc40400d0c020e
+0b361e1f1e050607080905040a361f1f1e250a0b1e1f041500cc01d40414cc15d4189f11049f
+25ca1198281e0a0b1f1b0700531b520e140750224d2810fcecc4d4ece4111239393939310010
+e4f4ec10fef5ee10f5ee121739304b535807100eed11173907100eed1117395922b2080b0101
+5d405e0909090a090b0b0c0b0d090f05231a0c1a0d1a0e180f2c082e092e0a2e0b2e0c2e0d29
+2039083b093b0a3b0b3a0c3a0d4b094a0a4a0b4a0c480d770c770dba08ba09ba0aba0bba0cba
+0d250e060e070e080e090e0a0d0b370d3f295f29095d005d01112e012322061514161f010416
+15140421222627111e013332363534262f012e01353436333216041773d65f66634b613f0113
+befef8fefa6fed7d6be174696a496d3fefc0f4fc63da043dfef0303033352b2e0b0923a0abb3
+b42323011034343a39302f0d081ea2a5b2ac1e00000200ac000002120614000300070029400e
+06dd00b304a30205010d0400100810fc3cec3231002fecf4ec30400950096009700980090401
+5d1321112111211121ac0166fe9a0166fe9a0460fba00614fedc0000000100aa000007b4047b
+0025007440291b151209040700200607180fdb20d02303ca1eb31c13070014120c080d064814
+0d12481f1b0d1d102610fcfc3cfcecfcec3911123931002f3c3ce4f43ce4ec32113911391117
+3930014bb00f5458bd0026ffc000010026002600403811373859400f1f273027502770278027
+9027af27075d013e01333216151121113e013534262322060711211134262322061511211121
+153e0133321604ba44bb70c1cafe980101464e666f02fe9840526770fe98016842ab6774b203
+a6686deee3fd5602480d1c1a776ba89ffdda0248ba6ba99dfdd90460a45f607000010058ffe3
+0435047b00190037401a00cc01d4040ecc0dd40aa11104a117ca11981a07420d00143b1a10fc
+c432ec310010e4f4ec10fef4ee10f5ee30b45f1b7f1b02015d01112e01232206151416333236
+37110e01232000111000213216043549934f96a7a79654974054ad57fed1feaa0156012f58ab
+043dfedc3230af9d9daf3231fedb1f1f01370115011501371f000000000100ac000003ec047b
+001100434016110e0906070003c00b940eca09b3070a060d0008101210fcc4ec3231002fe4f4
+e4fcc4113911123930014bb0135458bd00120040000100120012ffc03811373859012e012322
+061511211121153e013332161703ec2f5d2f8a95fe9a016645b37d122a28032f1615b1a5fdfc
+0460b86e65030500000200acfe56055e047b0010001c003b401d17a100d00e11a105d008ca0e
+9801de03b31d1a420b401404000d02101d10fcec3232f4ec310010e4e4e4f4e4ec10e4ee30b4
+4f1e601e02015d2511211121153e013332001110002322261322061514163332363534260212
+fe9a01664ab475cf010afef6cf75b4a4737b7b73737979a2fdb4060aa4625dfeb7fefdfefdfe
+b75d0337a99f9fa9a8a0a0a80000000200030000000000140001000000000034000400200000
+0004000400010000f00dffff0000f000ffff10000001000000000006002600000000000e0000
+000100020003000400050006000700080009000a000b000c000d000001660133016600bc00e9
+0000013d00a200fa031f00020002006601660002000200ac015400ec00bc0062016601810485
+01540166016d04a400020166007f04cd000000020133006200710000002504a401bc00ba00e5
+00660181018d0548055a0166016d000000000002000200f605c301f0053902390058046d043d
+04b2048104b2016601750466048100b00466043902d1049c047b04cf047b005801330166014c
+0166014c000200ac009a014a0123009a029a01440119014402cd00c100000166013f019a013b
+05cb05cb00d500d5015000ac00ac0077020a01c701f2012f015801b2012300f600f6011f012f
+0135023501ee01e70133009800d10358050a009a008f0112009800bc00cd00e500e500f20073
+04000166008f05d5022b05d500c300e100d700e50000006a01020000001d032d05d505d505f0
+00a8006a00ec00e1010205d506140721046602f800ec018302a602f80123010201020112011f
+031f005e03cd046004c7048900ec01bc00ba01020333031f03420333035c0112011f05d5019a
+009a00e106660179046004600460047b000000ec02c302b802cd00be00dd00d50000006a025c
+027b029a00dd01ae01ba01120000008501ae04600762041b009a069a045800ee009a029a00d1
+02cd019a015005cb05cb008b008b063100f6040600f0034c016004a800c10000002505c10100
+0121074a06120096014a078300a800000337007b0014000000c9010005c105c105c105c10100
+0108061d00960427039e00ec0102027d0133009800d10358017900cd02390362009c009c009c
+009301b8009300b80073000014000000b6060504030201002c2010b002254964b040515820c8
+59212d2cb002254964b040515820c859212d2c20100720b00050b00d7920b8ffff5058041b05
+59b0051cb0032508b0042523e120b00050b00d7920b8ffff5058041b0559b0051cb0032508e1
+2d2c4b505820b80128454459212d2cb002254560442d2c4b5358b00225b0022545445921212d
+2c45442d00010000000200007ab287ae5f0f3cf5001f080000000000bab9cc1000000000babc
+96b2fe68fe1d0b56076d00010008000100000000000000010000076dfe1d00000b85fe68fe68
+0b5600010000000000000000000000000000000e04cd006605c3009303d3001b056d00580566
+005805ba005c0537001902c9000004c3006a02be00ac085600aa04be005803f200ac05ba00ac
+0000002600ba011a017001fa0248030a030a03b603e00454049e04e0052e000000010000000e
+004e0007004500040002001000400007000005ed07a70002000141840280012600fe00030125
+0011000301240121003a0005012400fa000301230016000301220121003a0005012200fe0003
+0121003a0003012000fa0003011f00bb0003011e00640003011d00fe0003011c00190003011b
+001e0003011a00fe0003011900fe0003011800fe0003011700fe0003011600fe000301150114
+000e0005011500fe00030114000e0003011300fe0003011200fe0003010f010e007d0005010f
+00fe0003010e007d0003010d010c008c0005010d00fe0003010d00c00004010c010b00590005
+010c008c0003010c00800004010b010a00260005010b00590003010b00400004010a00260003
+010900fe0003010800fe00030107000c00030107008000040106b2972e054113010600fa0003
+010500fa0003010400fe0003010300190003010200fa0003010100fa0003010040ff7d03ff3e
+03fefe03fcfb2c05fcfe03fb2c03fafe03f9f84705f97d03f84703f7fa03f6fe03f5fe03f4fe
+03f3bb03f2fe03f1fe03f0fe03ef1e03eefe03edec0a05edfe03ec0a03ec4004ebea0a05eb32
+03ea0a03e9fa03e8911605e8fe03e7fa03e6fa03e5911605e5fe03e4fe03e3fe03e2fe03e1fe
+03e0fe03dffe03defa03dddc1805dd6403dc1803dba01e05db6403dad92505dafa03d92503d8
+d12505d8fa03d7d61405d71603d6d51005d61403d51003d4d30b05d42003d30b03d2d12505d2
+fa03d1911605d12503d0940c05d02303cfce1405cf2603cecd1205ce1403cd1203cc911605cc
+1d03cb1403cac9bb05cafe03c9c85d05c9bb03c98004c840ffc72505c85d03c84004c72503c6
+fe03c56403c4901005c4fe03c31c03c2fe03c1fe03c0bf3a05c0fa03bfad1b05bf3a03bebd1a
+05be3203bdbc1105bd1a03bcbb0f05bc1103bbba0c05bb0f03ba0c03b9911605b9fe03b8fe03
+b71503b61203b5fe03b4fe03b3fe03b21703b11903b01603afad1b05affa03aead1b05aefa03
+ad911605ad1b03ac911605ac7d03abfe03aa2603a9fe03a8fe03a7fe03a6fe03a50a03a4fe03
+a3a20e05a3fe03a20e03a24004a1a01e05a1fa03a0911605a01e039f9116059ffa039e940c05
+9e1c039dfe039c9bbb059cfe039b9a5d059bbb039b80049a8f25059a5d039a400499fe039897
+2e0598fe03972e0396911605961e40ff0395940c05952003940c0393911605934b0392911605
+92fe03919010059116039010038f25038efe038dfe038cfe038bfe038afe0389fe0388872505
+88fe0387250386fe0385fe0384320383960382fe0381fe038019037f0a037efe037dfe037cfe
+037bfa037afa0379fe037776a60577fe0376a60375741b0575fa03741b0373fa03727d0371fe
+03706f2c056f2c036efa036dfa036cfa036bfe036afe0369fe0368630c0568320367fe036632
+0365640a0565fe03640a0364400463620a05630c03620a036160150561960360011105601503
+5f0a035efe035dfe035c0111055cfe035b5a1b055bfe035a0111055a1b0359fe0358fa0357fe
+035601110540ff56fe0355fe03541e035314035251190552fa0351011105511903504f190550
+fa034f4e11054f19034e11034d1e034c4b14054c15034b4a11054b14034a490e054a1103490e
+0348fa034746140547150346140345fa0344430e05440f03430e034241250542fa0341011105
+412503403f0f0540fe033f3e0e053f0f033e0e033d3c0d053d16033c0d033b64033afe033914
+0338fe0337130336351a0536250335341405351a0335c004340a0d0534140334800433320c05
+331403334004320c033130a60531fe033001110530a6032f0c032e13032d2c3a052dfa032c15
+25052c3a032b64032a640329fe0328150327171105271e03262003251e0324231105402b241e
+0323110322000d0522fa03210f032140042014031f0a031e1e031d1c19051d25031c0f13051c
+19031cb801004091041b0d031a194b051a7d0319011105194b0318fe031711031615250516fa
+031501110515250314640313110312fe031101110511fe031064030f0e10050f13030fc0040e
+10030e80040d0111050dfa030c32030b0a0d050b16030b80040a0d030a400409fe0308fe0307
+fe0306050a0506fe03050a0305400404fa030364030201110502fe0301000d05011103000d03
+01b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b1d0000>
+] def
+/f-0-0 currentdict end definefont pop
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 315 189
+%%EndPageSetup
+q 0 -1 315 190 rectclip q
+0 188.19 315 -189 re W n
+1 0.737255 0.411765 rg
+7.398 157.401 300 -150 re f
+0.376471 0.8 0.054902 rg
+7.398 187.401 m 217.398 187.401 l 167.398 157.401 l 7.398 157.401 l f
+0.231373 0.490196 0.0313726 rg
+1.6 w
+0 J
+0 j
+[] 0.0 d
+4 M q 1 0 0 -1 0 188.189606 cm
+7.398 0.789 m 217.398 0.789 l 167.398 30.789 l 7.398 30.789 l S Q
+0.470588 0.733333 1 rg
+307.398 187.401 m 217.398 187.401 l 157.398 187.401 51.398 49.401 
+17.398 7.401 c 63.398 7.401 l 103.398 57.401 177.398 157.401 227.398 
+157.401 c 307.398 157.401 l f
+0.117647 0.431373 0.588235 rg
+q 1 0 0 -1 0 188.189606 cm
+307.398 0.789 m 217.398 0.789 l 157.398 0.789 51.398 138.789 17.398 
+180.789 c 63.398 180.789 l 103.398 130.789 177.398 30.789 227.398 
+30.789 c 307.398 30.789 l S Q
+0.380392 0.00392157 0.686275 rg
+q 1 0 0 -1 0 188.189606 cm
+65.398 112.789 m 39.398 142.789 l S Q
+56.992 71.611 m 66.777 77.01 l 62.82 66.561 l 62.199 69.319 59.836 
+71.35 56.992 71.611 c h
+56.992 71.611 m f*
+0.453413 w
+1 j
+q -0.866667 -1 -1 0.866667 0 188.189606 cm
+38.367 -90.244 m 30.441 -93.16 l 38.367 -96.072 l 37.099 -94.352 37.109 
+-91.997 38.367 -90.244 c h
+38.367 -90.244 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+75.398 120.789 m 49.398 150.789 l S Q
+57.809 41.19 m 48.023 35.787 l 51.98 46.24 l 52.602 43.483 54.961 
+41.451 57.809 41.19 c h
+57.809 41.19 m f*
+0.453413 w
+1 j
+q 0.866667 1 1 -0.866667 0 188.189606 cm
+-55.336 105.766 m -63.264 102.852 l -55.336 99.938 l -56.603 101.658 
+-56.596 104.011 -55.336 105.766 c h
+-55.336 105.766 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+135.398 40.789 m 111.398 62.789 l S Q
+126.613 144.6 m 136.953 148.842 l 131.824 138.912 l 131.523 141.725 
+129.41 144.014 126.613 144.6 c h
+126.613 144.6 m f*
+0.442292 w
+1 j
+q -1 -0.916667 -0.916667 1 0 188.189606 cm
+-47.089 -86.754 m -54.82 -89.6 l -47.087 -92.441 l -48.325 -90.762 
+-48.316 -88.466 -47.089 -86.754 c h
+-47.089 -86.754 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+147.398 44.789 m 123.398 68.789 l S Q
+132.055 122.58 m 121.914 117.893 l 126.602 128.033 l 127.027 125.24 
+129.238 123.045 132.055 122.58 c h
+132.055 122.58 m f*
+0.424264 w
+1 j
+q 1 1 1 -1 0 188.189606 cm
+33.223 98.832 m 25.809 96.105 l 33.223 93.379 l 32.039 94.988 32.047 
+97.191 33.223 98.832 c h
+33.223 98.832 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+95.398 132.789 m 71.398 160.789 l S Q
+79.789 31.236 m 70.031 25.779 l 73.93 36.256 l 74.57 33.502 76.941 
+31.479 79.789 31.236 c h
+79.789 31.236 m f*
+0.455554 w
+1 j
+q 0.857143 1 1 -0.857143 0 188.189606 cm
+-51.054 123.549 m -59.021 120.621 l -51.055 117.691 l -52.326 119.421 
+-52.321 121.788 -51.054 123.549 c h
+-51.054 123.549 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+129.398 92.789 m 107.398 118.789 l S Q
+115.762 73.287 m 106.043 67.772 l 109.875 78.272 l 110.531 75.522 
+112.914 73.514 115.762 73.287 c h
+115.762 73.287 m f*
+0.458032 w
+1 j
+q 0.846154 1 1 -0.846154 0 188.189606 cm
+-9.878 124.12 m -17.884 121.176 l -9.876 118.232 l -11.155 119.97 
+-11.15 122.349 -9.878 124.12 c h
+-9.878 124.12 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+103.398 140.789 m 81.398 166.789 l S Q
+95.039 43.514 m 104.758 49.029 l 100.926 38.529 l 100.27 41.279 97.887 
+43.283 95.039 43.514 c h
+95.039 43.514 m f*
+0.458032 w
+1 j
+q -0.846154 -1 -1 0.846154 0 188.189606 cm
+37.447 -126.725 m 29.44 -129.669 l 37.449 -132.613 l 36.17 -130.875 
+36.177 -128.498 37.447 -126.725 c h
+37.447 -126.725 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+137.398 100.789 m 117.398 124.789 l S Q
+129.066 83.447 m 138.746 89.037 l 134.992 78.51 l 134.316 81.256 
+131.918 83.244 129.066 83.447 c h
+129.066 83.447 m f*
+0.460933 w
+1 j
+q -0.833333 -1 -1 0.833333 0 188.189606 cm
+-1.66 -127.683 m -9.72 -130.646 l -1.661 -133.608 l -2.949 -131.859 
+-2.943 -129.466 -1.66 -127.683 c h
+-1.66 -127.683 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+297.398 36.789 m 257.398 36.789 l S Q
+289.031 155.272 m 299.52 151.416 l 289.031 147.557 l 290.707 149.834 
+290.695 152.951 289.031 155.272 c h
+289.031 155.272 m f*
+0.6 w
+1 j
+q -1 -0.000000000000000122 -0.000000000000000122 1 0 188.189606 cm
+-289.031 -32.918 m -299.52 -36.773 l -289.031 -40.633 l -290.707 
+-38.355 -290.695 -35.238 -289.031 -32.918 c h
+-289.031 -32.918 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+235.398 34.789 m 197.398 46.789 l S Q
+226.254 154.572 m 237.414 154.053 l 228.574 147.217 l 229.488 149.893 
+228.539 152.861 226.254 154.572 c h
+226.254 154.572 m f*
+0.57215 w
+1 j
+q -1 -0.315789 -0.315789 1 0 188.189606 cm
+-196.084 -95.538 m -206.083 -99.216 l -196.082 -102.893 l -197.681 
+-100.723 -197.671 -97.75 -196.084 -95.538 c h
+-196.084 -95.538 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+173.398 64.789 m 149.398 88.789 l S Q
+164.742 120.221 m 174.887 124.908 l 170.199 114.764 l 169.773 117.561 
+167.562 119.756 164.742 120.221 c h
+164.742 120.221 m f*
+0.424264 w
+1 j
+q -1 -1 -1 1 0 188.189606 cm
+-48.387 -116.355 m -55.803 -119.084 l -48.387 -121.813 l -49.572 
+-120.201 -49.564 -117.998 -48.387 -116.355 c h
+-48.387 -116.355 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+163.398 56.789 m 139.398 80.789 l S Q
+148.055 110.58 m 137.914 105.893 l 142.602 116.033 l 143.027 113.24 
+145.238 111.045 148.055 110.58 c h
+148.055 110.58 m f*
+0.424264 w
+1 j
+q 1 1 1 -1 0 188.189606 cm
+35.223 112.832 m 27.809 110.105 l 35.223 107.379 l 34.039 108.988 
+34.047 111.191 35.223 112.832 c h
+35.223 112.832 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+233.398 22.789 m 191.398 34.789 l S Q
+200.512 151.975 m 189.367 152.803 l 198.391 159.393 l 197.406 156.744 
+198.273 153.752 200.512 151.975 c h
+200.512 151.975 m f*
+0.576914 w
+1 j
+q 1 0.285714 0.285714 -1 0 188.189606 cm
+175.813 86.447 m 165.728 82.738 l 175.811 79.029 l 174.201 81.217 
+174.213 84.213 175.813 86.447 c h
+175.813 86.447 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+297.398 24.789 m 257.398 24.789 l S Q
+265.77 159.529 m 255.281 163.385 l 265.77 167.24 l 264.094 164.963 
+264.105 161.85 265.77 159.529 c h
+265.77 159.529 m f*
+0.6 w
+1 j
+q 1 -0.000000000000000122 -0.000000000000000122 -1 0 188.189606 cm
+265.77 28.66 m 255.281 24.805 l 265.77 20.949 l 264.094 23.227 264.105 
+26.34 265.77 28.66 c h
+265.77 28.66 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+111.398 78.789 m 89.398 102.789 l S Q
+97.91 88.951 m 87.98 83.826 l 92.223 94.166 l 92.77 91.393 95.074 
+89.295 97.91 88.951 c h
+97.91 88.951 m f*
+0.442292 w
+1 j
+q 0.916667 1 1 -0.916667 0 188.189606 cm
+-5.155 102.636 m -12.886 99.793 l -5.155 96.948 l -6.389 98.626 -6.381 
+100.924 -5.155 102.636 c h
+-5.155 102.636 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+103.398 72.789 m 81.398 96.789 l S Q
+94.891 111.846 m 104.82 116.971 l 100.574 106.635 l 100.031 109.408 
+97.727 111.506 94.891 111.846 c h
+94.891 111.846 m f*
+0.442292 w
+1 j
+q -0.916667 -1 -1 0.916667 0 188.189606 cm
+-5.781 -89.591 m -13.512 -92.434 l -5.781 -95.275 l -7.017 -93.599 
+-7.009 -91.301 -5.781 -89.591 c h
+-5.781 -89.591 m S Q
+0 g
+0.8 w
+q 1 0 0 -1 0 188.189606 cm
+7.398 10.789 m 3.398 6.789 l 3.398 14.789 l h
+7.398 10.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 7.789 m 2.398 8.344 1.953 8.789 1.398 8.789 c 0.848 8.789 0.398 
+8.344 0.398 7.789 c 0.398 7.238 0.848 6.789 1.398 6.789 c 1.953 6.789 
+2.398 7.238 2.398 7.789 c h
+2.398 7.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 13.789 m 2.398 14.344 1.953 14.789 1.398 14.789 c 0.848 14.789 
+0.398 14.344 0.398 13.789 c 0.398 13.238 0.848 12.789 1.398 12.789 c 
+1.953 12.789 2.398 13.238 2.398 13.789 c h
+2.398 13.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 50.789 m 3.398 46.789 l 3.398 54.789 l h
+7.398 50.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 47.789 m 2.398 48.344 1.953 48.789 1.398 48.789 c 0.848 48.789 
+0.398 48.344 0.398 47.789 c 0.398 47.238 0.848 46.789 1.398 46.789 c 
+1.953 46.789 2.398 47.238 2.398 47.789 c h
+2.398 47.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 53.789 m 2.398 54.344 1.953 54.789 1.398 54.789 c 0.848 54.789 
+0.398 54.344 0.398 53.789 c 0.398 53.238 0.848 52.789 1.398 52.789 c 
+1.953 52.789 2.398 53.238 2.398 53.789 c h
+2.398 53.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 90.789 m 3.398 86.789 l 3.398 94.789 l h
+7.398 90.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 87.789 m 2.398 88.344 1.953 88.789 1.398 88.789 c 0.848 88.789 
+0.398 88.344 0.398 87.789 c 0.398 87.238 0.848 86.789 1.398 86.789 c 
+1.953 86.789 2.398 87.238 2.398 87.789 c h
+2.398 87.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 93.789 m 2.398 94.344 1.953 94.789 1.398 94.789 c 0.848 94.789 
+0.398 94.344 0.398 93.789 c 0.398 93.238 0.848 92.789 1.398 92.789 c 
+1.953 92.789 2.398 93.238 2.398 93.789 c h
+2.398 93.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 130.789 m 3.398 126.789 l 3.398 134.789 l h
+7.398 130.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 127.789 m 2.398 128.344 1.953 128.789 1.398 128.789 c 0.848 
+128.789 0.398 128.344 0.398 127.789 c 0.398 127.238 0.848 126.789 1.398 
+126.789 c 1.953 126.789 2.398 127.238 2.398 127.789 c h
+2.398 127.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 133.789 m 2.398 134.344 1.953 134.789 1.398 134.789 c 0.848 
+134.789 0.398 134.344 0.398 133.789 c 0.398 133.238 0.848 132.789 1.398 
+132.789 c 1.953 132.789 2.398 133.238 2.398 133.789 c h
+2.398 133.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 170.789 m 3.398 166.789 l 3.398 174.789 l h
+7.398 170.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 167.789 m 2.398 168.344 1.953 168.789 1.398 168.789 c 0.848 
+168.789 0.398 168.344 0.398 167.789 c 0.398 167.238 0.848 166.789 1.398 
+166.789 c 1.953 166.789 2.398 167.238 2.398 167.789 c h
+2.398 167.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 173.789 m 2.398 174.344 1.953 174.789 1.398 174.789 c 0.848 
+174.789 0.398 174.344 0.398 173.789 c 0.398 173.238 0.848 172.789 1.398 
+172.789 c 1.953 172.789 2.398 173.238 2.398 173.789 c h
+2.398 173.789 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 97.398 m -184.789 93.398 l -184.789 101.398 l h
+-180.789 97.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 94.398 m -185.789 94.953 -186.238 95.398 -186.789 95.398 c 
+-187.344 95.398 -187.789 94.953 -187.789 94.398 c -187.789 93.848 
+-187.344 93.398 -186.789 93.398 c -186.238 93.398 -185.789 93.848 
+-185.789 94.398 c h
+-185.789 94.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 100.398 m -185.789 100.953 -186.238 101.398 -186.789 101.398 c 
+-187.344 101.398 -187.789 100.953 -187.789 100.398 c -187.789 99.848 
+-187.344 99.398 -186.789 99.398 c -186.238 99.398 -185.789 99.848 
+-185.789 100.398 c h
+-185.789 100.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 137.398 m -184.789 133.398 l -184.789 141.398 l h
+-180.789 137.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 134.398 m -185.789 134.953 -186.238 135.398 -186.789 135.398 c 
+-187.344 135.398 -187.789 134.953 -187.789 134.398 c -187.789 133.848 
+-187.344 133.398 -186.789 133.398 c -186.238 133.398 -185.789 133.848 
+-185.789 134.398 c h
+-185.789 134.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 140.398 m -185.789 140.953 -186.238 141.398 -186.789 141.398 c 
+-187.344 141.398 -187.789 140.953 -187.789 140.398 c -187.789 139.848 
+-187.344 139.398 -186.789 139.398 c -186.238 139.398 -185.789 139.848 
+-185.789 140.398 c h
+-185.789 140.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 177.398 m -184.789 173.398 l -184.789 181.398 l h
+-180.789 177.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 174.398 m -185.789 174.953 -186.238 175.398 -186.789 175.398 c 
+-187.344 175.398 -187.789 174.953 -187.789 174.398 c -187.789 173.848 
+-187.344 173.398 -186.789 173.398 c -186.238 173.398 -185.789 173.848 
+-185.789 174.398 c h
+-185.789 174.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 180.398 m -185.789 180.953 -186.238 181.398 -186.789 181.398 c 
+-187.344 181.398 -187.789 180.953 -187.789 180.398 c -187.789 179.848 
+-187.344 179.398 -186.789 179.398 c -186.238 179.398 -185.789 179.848 
+-185.789 180.398 c h
+-185.789 180.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 217.398 m -184.789 213.398 l -184.789 221.398 l h
+-180.789 217.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 214.398 m -185.789 214.953 -186.238 215.398 -186.789 215.398 c 
+-187.344 215.398 -187.789 214.953 -187.789 214.398 c -187.789 213.848 
+-187.344 213.398 -186.789 213.398 c -186.238 213.398 -185.789 213.848 
+-185.789 214.398 c h
+-185.789 214.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 220.398 m -185.789 220.953 -186.238 221.398 -186.789 221.398 c 
+-187.344 221.398 -187.789 220.953 -187.789 220.398 c -187.789 219.848 
+-187.344 219.398 -186.789 219.398 c -186.238 219.398 -185.789 219.848 
+-185.789 220.398 c h
+-185.789 220.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 257.398 m -184.789 253.398 l -184.789 261.398 l h
+-180.789 257.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 254.398 m -185.789 254.953 -186.238 255.398 -186.789 255.398 c 
+-187.344 255.398 -187.789 254.953 -187.789 254.398 c -187.789 253.848 
+-187.344 253.398 -186.789 253.398 c -186.238 253.398 -185.789 253.848 
+-185.789 254.398 c h
+-185.789 254.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 260.398 m -185.789 260.953 -186.238 261.398 -186.789 261.398 c 
+-187.344 261.398 -187.789 260.953 -187.789 260.398 c -187.789 259.848 
+-187.344 259.398 -186.789 259.398 c -186.238 259.398 -185.789 259.848 
+-185.789 260.398 c h
+-185.789 260.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -170.789 m -311.398 -174.789 l -311.398 -166.789 l h
+-307.398 -170.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -173.789 m -312.398 -173.238 -312.848 -172.789 -313.398 
+-172.789 c -313.953 -172.789 -314.398 -173.238 -314.398 -173.789 c 
+-314.398 -174.344 -313.953 -174.789 -313.398 -174.789 c -312.848 
+-174.789 -312.398 -174.344 -312.398 -173.789 c h
+-312.398 -173.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -167.789 m -312.398 -167.238 -312.848 -166.789 -313.398 
+-166.789 c -313.953 -166.789 -314.398 -167.238 -314.398 -167.789 c 
+-314.398 -168.344 -313.953 -168.789 -313.398 -168.789 c -312.848 
+-168.789 -312.398 -168.344 -312.398 -167.789 c h
+-312.398 -167.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -130.789 m -311.398 -134.789 l -311.398 -126.789 l h
+-307.398 -130.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -133.789 m -312.398 -133.238 -312.848 -132.789 -313.398 
+-132.789 c -313.953 -132.789 -314.398 -133.238 -314.398 -133.789 c 
+-314.398 -134.344 -313.953 -134.789 -313.398 -134.789 c -312.848 
+-134.789 -312.398 -134.344 -312.398 -133.789 c h
+-312.398 -133.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -127.789 m -312.398 -127.238 -312.848 -126.789 -313.398 
+-126.789 c -313.953 -126.789 -314.398 -127.238 -314.398 -127.789 c 
+-314.398 -128.344 -313.953 -128.789 -313.398 -128.789 c -312.848 
+-128.789 -312.398 -128.344 -312.398 -127.789 c h
+-312.398 -127.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -90.789 m -311.398 -94.789 l -311.398 -86.789 l h
+-307.398 -90.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -93.789 m -312.398 -93.238 -312.848 -92.789 -313.398 -92.789 c 
+-313.953 -92.789 -314.398 -93.238 -314.398 -93.789 c -314.398 -94.344 
+-313.953 -94.789 -313.398 -94.789 c -312.848 -94.789 -312.398 -94.344 
+-312.398 -93.789 c h
+-312.398 -93.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -87.789 m -312.398 -87.238 -312.848 -86.789 -313.398 -86.789 c 
+-313.953 -86.789 -314.398 -87.238 -314.398 -87.789 c -314.398 -88.344 
+-313.953 -88.789 -313.398 -88.789 c -312.848 -88.789 -312.398 -88.344 
+-312.398 -87.789 c h
+-312.398 -87.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -50.789 m -311.398 -54.789 l -311.398 -46.789 l h
+-307.398 -50.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -53.789 m -312.398 -53.238 -312.848 -52.789 -313.398 -52.789 c 
+-313.953 -52.789 -314.398 -53.238 -314.398 -53.789 c -314.398 -54.344 
+-313.953 -54.789 -313.398 -54.789 c -312.848 -54.789 -312.398 -54.344 
+-312.398 -53.789 c h
+-312.398 -53.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -47.789 m -312.398 -47.238 -312.848 -46.789 -313.398 -46.789 c 
+-313.953 -46.789 -314.398 -47.238 -314.398 -47.789 c -314.398 -48.344 
+-313.953 -48.789 -313.398 -48.789 c -312.848 -48.789 -312.398 -48.344 
+-312.398 -47.789 c h
+-312.398 -47.789 m S Q
+0.380392 0.00392157 0.686275 rg
+BT
+11.2 0 0 11.2 157.662549 77.53128 Tm
+/f-0-0 1 Tf
+[<0102>-1<03>1<04>-1<05>-1<06>-1<07>1<04>-1<08>-1<03>1<09>-1<08>-1<0a>-1<09>-1<0b>-1<07>1<0b>-1<0c>-1<03
+03>1<0d>]TJ
+ET
+Q Q
+showpage
+%%Trailer
+count op_count sub {pop} repeat
+countdictstack dict_count sub {end} repeat
+cairo_eps_state restore
+%%EOF

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step03.eps
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step03.eps	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/step03.eps	2011-06-12 03:43:50 UTC (rev 18592)
@@ -0,0 +1,784 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: cairo 1.10.2 (http://cairographics.org)
+%%CreationDate: Sat Jun 11 14:15:36 2011
+%%Pages: 1
+%%BoundingBox: 0 -1 315 189
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+/cairo_eps_state save def
+/dict_count countdictstack def
+/op_count count 1 sub def
+userdict begin
+/q { gsave } bind def
+/Q { grestore } bind def
+/cm { 6 array astore concat } bind def
+/w { setlinewidth } bind def
+/J { setlinecap } bind def
+/j { setlinejoin } bind def
+/M { setmiterlimit } bind def
+/d { setdash } bind def
+/m { moveto } bind def
+/l { lineto } bind def
+/c { curveto } bind def
+/h { closepath } bind def
+/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
+      0 exch rlineto 0 rlineto closepath } bind def
+/S { stroke } bind def
+/f { fill } bind def
+/f* { eofill } bind def
+/n { newpath } bind def
+/W { clip } bind def
+/W* { eoclip } bind def
+/BT { } bind def
+/ET { } bind def
+/pdfmark where { pop globaldict /?pdfmark /exec load put }
+    { globaldict begin /?pdfmark /pop load def /pdfmark
+    /cleartomark load def end } ifelse
+/BDC { mark 3 1 roll /BDC pdfmark } bind def
+/EMC { mark /EMC pdfmark } bind def
+/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
+/Tj { show currentpoint cairo_store_point } bind def
+/TJ {
+  {
+    dup
+    type /stringtype eq
+    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
+  } forall
+  currentpoint cairo_store_point
+} bind def
+/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
+    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
+/Tf { pop /cairo_font exch def /cairo_font_matrix where
+      { pop cairo_selectfont } if } bind def
+/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
+      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
+      /cairo_font where { pop cairo_selectfont } if } bind def
+/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
+      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
+/g { setgray } bind def
+/rg { setrgbcolor } bind def
+/d1 { setcachedevice } bind def
+%%EndProlog
+11 dict begin
+/FontType 42 def
+/FontName /BitstreamVeraSans-Bold def
+/PaintType 0 def
+/FontMatrix [ 1 0 0 1 0 0 ] def
+/FontBBox [ 0 0 0 0 ] def
+/Encoding 256 array def
+0 1 255 { Encoding exch /.notdef put } for
+Encoding 1 /uni0045 put
+Encoding 2 /uni0061 put
+Encoding 3 /uni0072 put
+Encoding 4 /uni0074 put
+Encoding 5 /uni0068 put
+Encoding 6 /uni0071 put
+Encoding 7 /uni0075 put
+Encoding 8 /uni006B put
+Encoding 9 /uni0065 put
+Encoding 10 /uni0020 put
+Encoding 11 /uni0040 put
+Encoding 12 /uni003D put
+Encoding 13 /uni0031 put
+Encoding 14 /uni0035 put
+Encoding 15 /uni0030 put
+Encoding 16 /uni0079 put
+Encoding 17 /uni0073 put
+/CharStrings 18 dict dup begin
+/.notdef 0 def
+/uni0045 1 def
+/uni0061 2 def
+/uni0072 3 def
+/uni0074 4 def
+/uni0068 5 def
+/uni0071 6 def
+/uni0075 7 def
+/uni006B 8 def
+/uni0065 9 def
+/uni0020 10 def
+/uni0040 11 def
+/uni003D 12 def
+/uni0031 13 def
+/uni0035 14 def
+/uni0030 15 def
+/uni0079 16 def
+/uni0073 17 def
+end readonly def
+/sfnts [
+<00010000000a008000030020636d61700075f0f600000cd400000062637674203eb92de20000
+0d38000002526670676dc670391600000f8c0000008c676c7966895e2e53000000ac00000c28
+68656164de68ad49000010180000003668686561112e081d0000105000000024686d74785f76
+08b700001074000000486c6f63611b4e1830000010bc000000266d6178700624087d000010e4
+00000020707265707c61a2e700001104000007a700020066fe96046605a400030007001fbc00
+040126000000060126b6010805890204002fc4d4ec310010d4ecd4ec30131121112521112166
+0400fc73031bfce5fe96070ef8f2720629000000000100bc000004e105d5000b0030401404c0
+06be02c0008d08c00a01050907031600030c10fcec32d4c4c431002fecf4ecf4ec30b6100d50
+0d700d03015d132111211121112111211121bc040ffd720267fd9902a4fbdb05d5feddfeeafe
+ddfeaafedd0000020058ffe304c5047b000a0025009d402a090600191f0b00d217cf069f0ed0
+1120cc1fcb1c9f23ca11980c00231703180d090d0b3d1f030d143b2610fcecc4f4ec32321139
+393931002fe4f4fcf4ec10e6eef6ee39123911123930404c2f273d203d213f274d204d215d20
+5d216e206e217e207e2170278c208c219d209d21ad20ad21bd20bd2115321e301f431e401f53
+1e501f631e601f851e801f931e901fa21ea01fb21eb01f105d015d0122061514163332363d01
+251121350e01232226353424213335342623220607113e0133200402a270715b51658a0169fe
+9748b481aed9010f0122d3868e73c65573e874012f010d01f84c4a444d916d2987fd81a6665d
+cba2c5b81c554f2e2e01111c1def0000000100ac000003ec047b001100434016110e09060700
+03c00b940eca09b3070a060d0008101210fcc4ec3231002fe4f4e4fcc4113911123930014bb0
+135458bd00120040000100120012ffc03811373859012e012322061511211121153e01333216
+1703ec2f5d2f8a95fe9a016645b37d122a28032f1615b1a5fdfc0460b86e650305000001001b
+000003a4059e00130078401a0e05080f03a11101b308a1000a080b09020904000d10120e5414
+10fc3cc4fc3cc4c412393931002fc4ecf43cec3211393930014bb00f544bb010545b4bb01154
+5b4bb012545b58bd0014ffc00001001400140040381137385940183f003f1302000200030f10
+0f1150025003501560026003095d005d01112111211114163b01112122263511231133110233
+0171fe8f3e5cb8fecdd4b1b2b2059efec2ff00fe254e37ff00b1d401db0100013e0000000001
+00ac0000051206140017003540180d0400010adb12d015ca10a30e01020d0047110d0d0f1018
+10fcec32f4ec31002f3cecf4e4ec1139393930b46019801902015d01112135113426272e0123
+22061511211121113e013332160512fe980d1015482e7080fe9a016651b66ec2c902aafd566f
+0199936e1a2327ad99fdd90614fda8625dee00000002005cfe56050e0479000b001c003b401d
+06a10cd00f00a118d015ca19b31bde0f981d180c090d1a400342123b1d10fcecf4ec32323100
+10e4e4e4f4e4ec10e6ee30b44f1e601e02015d012206151416333236353426130e0123220011
+1000333216173521112102ba72797972737979794ab275cffef6010acf75b24a0168fe980377
+a8a0a0a8a8a0a0a8fd2b635c01490103010301475c63a6f9f6000000000100a0ffe305060460
+0019003b401b0f0300010cdb14d017981001b312060200130f0d1147020d00101a10fcecf4ec
+3211123931002fe432f4e4ec1139393930b4601b801b02015d131121151402151416171e0133
+32363511211121350e01232226a00168020e1116472e70800166fe9a51b56dc2cb01b402ac70
+5bfeed2e87771b2326ac990229fba0a2625dee00000100ac000005790614000a008c40140805
+020303b300a309060501040608010d00100b10fcec32d4c4113931002f3cece4173930406019
+031904190519063b07490349075a035d0658075f076f0367057f03760476067b078803850487
+058b079f03950596069b07b9031a160216053a08440247054a0856025d086702600265057702
+700276057c08870288058b08920297059b08155d015d1321110121090121011121ac0166019c
+01a0fddd024efe4efe4bfe9a0614fcb1019bfdfefda201d3fe2d00020058ffe3050a047b0014
+001b004340210015d80109cc08d4059f0c01d7189f12ca0c981c1b150208150d0044020d0f3b
+1c10fcecf4ecc4111239310010e4f4ece410fef4ee10ee3930b42f1d3f1d02015d0115211e01
+33323637110e0123200011100021200005342623220607050afcbb0d9c8c71ed7d7ffe7ffed0
+feaf014b01220108013dfe9077606882100233667e7e4344feec3031013501170112013afec2
+93667d756e00000000020087fe9c076f05a0000b004d006c403a0c0f0334304c4d330f181909
+1b03b80f333009b8191530b80fb73724b815b7438f4e33344c1a06180c2a1a002a121e291a28
+4912282a29343d4e10d4c4ececd4ecec10ee10fe3cc612391139310010f4ececd4ecec10c4ee
+10c410ee32111239111239391139111239300114163332363534262322060106062322263534
+3633321617353311363635342627262423220607060215141217160433323637170604232224
+2726023534123736243332041716161510002123033f695a596a6b5a5869019a1e8559acd7d8
+ab59851ed17c8e3a3b5ffee3a674d45a94a56b65640103937efc596b7dfed998b9feb8808086
+887e7e014fb4e0016e7b4b4dfebafed727021b7b8e8f7a798d8dfe5a474ff9c8c8fa504783fd
+4b13c99d64af497a843d3b62fec9b595fefb6462675e50a26167837d7d0149bdb6014a7d7c88
+aba162e57efef1fed400000200d9012705db03db00030007001c400d00a702b606a704080501
+04000810d43cc432310010d4ecfcec301321152115211521d90502fafe0502fafe03dbebdced
+0000000100e70000050405d5000a0028401503ae0402ae058d0700ae090818061a0300180501
+0b10d4c4ecc4fcec31002fec32f4ecd4ec301321110511252111211121f00154fea3015b016e
+0154fbec010a03c548010648fb35fef600000001009effe3050205d5001d003d402204071d95
+1aac071096119514ac07b20d02af008d0d981e0322000117160a1f00101e10dcc4fcecc410ee
+310010e4f4ec10e6fef5ee10fee4123930132111211536363320001514002122262711161633
+323635342623220607d903bdfd762c593001110130feb5feda7ff97b7adb618ca1a18c53bc6c
+05d5fee5e70c0dfeeff4f2feee3132012f4646897576882b2d0000020062ffe3052f05f0000b
+00170023401309ac0f03ac159c0f981800160c17061612141810fcecfcec310010e4f4ec10ee
+3001102623220611101633323601100021200011100021200003ae697c7c6a6a7c7b6a0181fe
+c0fedafed9fec0014001270126014002ec0118e5e5fee8fee5e8e80118fe8dfe6d0193017301
+740193fe6d0000010019fe4605120460000f014140430f1d000f05040b0c0d030e1d05050403
+1d040504021d0102050504021d03020f000f011d00000f250e0a021005000a9f08da0300b310
+0f0e0b0908050302010904001010d4c41739310010e432f4ec113912391139304b5358071005
+ed071008ed071008ed071005ed071005ed17390708ed5922014bb00a544bb012545b4bb01454
+5b58bd0010ffc00001001000100040381137385940a400020002100210022002400250026502
+74028602800294029002a002b402b002b002b002c002c002d402d002e002e002180401090305
+05050605070508160115051506150724052406240735003501380336063607390e390f450045
+014a034a044505450667026506860286058606880d880e970296059606990d990ea802aa03aa
+04a90ea90fb501bc03b804b009b00abf0bb90db90ec802cb0dcb0ec90fd602e502395d005d13
+21090121010e012b01353332363f01190166012d01000166fe2947bd9bcf705b53170a0460fd
+0802f8fb36bb95eb3a4b1f0000000001006affe30462047b002700dc40400d0c020e0b361e1f
+1e050607080905040a361f1f1e250a0b1e1f041500cc01d40414cc15d4189f11049f25ca1198
+281e0a0b1f1b0700531b520e140750224d2810fcecc4d4ece4111239393939310010e4f4ec10
+fef5ee10f5ee121739304b535807100eed11173907100eed1117395922b2080b01015d405e09
+09090a090b0b0c0b0d090f05231a0c1a0d1a0e180f2c082e092e0a2e0b2e0c2e0d292039083b
+093b0a3b0b3a0c3a0d4b094a0a4a0b4a0c480d770c770dba08ba09ba0aba0bba0cba0d250e06
+0e070e080e090e0a0d0b370d3f295f29095d005d01112e012322061514161f01041615140421
+222627111e013332363534262f012e01353436333216041773d65f66634b613f0113befef8fe
+fa6fed7d6be174696a496d3fefc0f4fc63da043dfef0303033352b2e0b0923a0abb3b4232301
+1034343a39302f0d081ea2a5b2ac1e0000000002000300000000001400010000000000340004
+002000000004000400010000f011ffff0000f000ffff10000001000000000006002e00000000
+00120000000100020003000400050006000700080009000a000b000c000d000e000f00100011
+000001660133016600bc00e90000013d00a200fa031f00020002006601660002000200ac0154
+00ec00bc006201660181048501540166016d04a400020166007f04cd00000002013300620071
+0000002504a401bc00ba00e500660181018d0548055a0166016d000000000002000200f605c3
+01f0053902390058046d043d04b2048104b2016601750466048100b00466043902d1049c047b
+04cf047b005801330166014c0166014c000200ac009a014a0123009a029a01440119014402cd
+00c100000166013f019a013b05cb05cb00d500d5015000ac00ac0077020a01c701f2012f0158
+01b2012300f600f6011f012f0135023501ee01e70133009800d10358050a009a008f01120098
+00bc00cd00e500e500f2007304000166008f05d5022b05d500c300e100d700e50000006a0102
+0000001d032d05d505d505f000a8006a00ec00e1010205d506140721046602f800ec018302a6
+02f80123010201020112011f031f005e03cd046004c7048900ec01bc00ba01020333031f0342
+0333035c0112011f05d5019a009a00e106660179046004600460047b000000ec02c302b802cd
+00be00dd00d50000006a025c027b029a00dd01ae01ba01120000008501ae04600762041b009a
+069a045800ee009a029a00d102cd019a015005cb05cb008b008b063100f6040600f0034c0160
+04a800c10000002505c101000121074a06120096014a078300a800000337007b0014000000c9
+010005c105c105c105c101000108061d00960427039e00ec0102027d0133009800d103580179
+00cd02390362009c009c009c009301b8009300b80073000014000000b6060504030201002c20
+10b002254964b040515820c859212d2cb002254964b040515820c859212d2c20100720b00050
+b00d7920b8ffff5058041b0559b0051cb0032508b0042523e120b00050b00d7920b8ffff5058
+041b0559b0051cb0032508e12d2c4b505820b80128454459212d2cb002254560442d2c4b5358
+b00225b0022545445921212d2c45442d0001000000020000a1a6c69a5f0f3cf5001f08000000
+0000bab9cc1000000000babc96b2fe68fe1d0b56076d00010008000100000000000000010000
+076dfe1d00000b85fe68fe680b5600010000000000000000000000000000001204cd00660577
+00bc0566005803f200ac03d3001b05b200ac05ba005c05b200a0055200ac056d005802c90000
+0800008706b400d9059100e70591009e059100620537001904c3006a00000026005800e20124
+018401c80218026002c20318031803c403e60414046404a6056806140000000100000012004e
+0007004500040002001000400007000005ed07a70002000141840280012600fe000301250011
+000301240121003a0005012400fa000301230016000301220121003a0005012200fe00030121
+003a0003012000fa0003011f00bb0003011e00640003011d00fe0003011c00190003011b001e
+0003011a00fe0003011900fe0003011800fe0003011700fe0003011600fe000301150114000e
+0005011500fe00030114000e0003011300fe0003011200fe0003010f010e007d0005010f00fe
+0003010e007d0003010d010c008c0005010d00fe0003010d00c00004010c010b00590005010c
+008c0003010c00800004010b010a00260005010b00590003010b00400004010a002600030109
+00fe0003010800fe00030107000c00030107008000040106b2972e054113010600fa00030105
+00fa0003010400fe0003010300190003010200fa0003010100fa0003010040ff7d03ff3e03fe
+fe03fcfb2c05fcfe03fb2c03fafe03f9f84705f97d03f84703f7fa03f6fe03f5fe03f4fe03f3
+bb03f2fe03f1fe03f0fe03ef1e03eefe03edec0a05edfe03ec0a03ec4004ebea0a05eb3203ea
+0a03e9fa03e8911605e8fe03e7fa03e6fa03e5911605e5fe03e4fe03e3fe03e2fe03e1fe03e0
+fe03dffe03defa03dddc1805dd6403dc1803dba01e05db6403dad92505dafa03d92503d8d125
+05d8fa03d7d61405d71603d6d51005d61403d51003d4d30b05d42003d30b03d2d12505d2fa03
+d1911605d12503d0940c05d02303cfce1405cf2603cecd1205ce1403cd1203cc911605cc1d03
+cb1403cac9bb05cafe03c9c85d05c9bb03c98004c840ffc72505c85d03c84004c72503c6fe03
+c56403c4901005c4fe03c31c03c2fe03c1fe03c0bf3a05c0fa03bfad1b05bf3a03bebd1a05be
+3203bdbc1105bd1a03bcbb0f05bc1103bbba0c05bb0f03ba0c03b9911605b9fe03b8fe03b715
+03b61203b5fe03b4fe03b3fe03b21703b11903b01603afad1b05affa03aead1b05aefa03ad91
+1605ad1b03ac911605ac7d03abfe03aa2603a9fe03a8fe03a7fe03a6fe03a50a03a4fe03a3a2
+0e05a3fe03a20e03a24004a1a01e05a1fa03a0911605a01e039f9116059ffa039e940c059e1c
+039dfe039c9bbb059cfe039b9a5d059bbb039b80049a8f25059a5d039a400499fe0398972e05
+98fe03972e0396911605961e40ff0395940c05952003940c0393911605934b039291160592fe
+03919010059116039010038f25038efe038dfe038cfe038bfe038afe0389fe038887250588fe
+0387250386fe0385fe0384320383960382fe0381fe038019037f0a037efe037dfe037cfe037b
+fa037afa0379fe037776a60577fe0376a60375741b0575fa03741b0373fa03727d0371fe0370
+6f2c056f2c036efa036dfa036cfa036bfe036afe0369fe0368630c0568320367fe0366320365
+640a0565fe03640a0364400463620a05630c03620a0361601505619603600111056015035f0a
+035efe035dfe035c0111055cfe035b5a1b055bfe035a0111055a1b0359fe0358fa0357fe0356
+01110540ff56fe0355fe03541e035314035251190552fa0351011105511903504f190550fa03
+4f4e11054f19034e11034d1e034c4b14054c15034b4a11054b14034a490e054a1103490e0348
+fa034746140547150346140345fa0344430e05440f03430e034241250542fa03410111054125
+03403f0f0540fe033f3e0e053f0f033e0e033d3c0d053d16033c0d033b64033afe0339140338
+fe0337130336351a0536250335341405351a0335c004340a0d0534140334800433320c053314
+03334004320c033130a60531fe033001110530a6032f0c032e13032d2c3a052dfa032c152505
+2c3a032b64032a640329fe0328150327171105271e03262003251e0324231105402b241e0323
+110322000d0522fa03210f032140042014031f0a031e1e031d1c19051d25031c0f13051c1903
+1cb801004091041b0d031a194b051a7d0319011105194b0318fe031711031615250516fa0315
+01110515250314640313110312fe031101110511fe031064030f0e10050f13030fc0040e1003
+0e80040d0111050dfa030c32030b0a0d050b16030b80040a0d030a400409fe0308fe0307fe03
+06050a0506fe03050a0305400404fa030364030201110502fe0301000d05011103000d0301b8
+0164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
+2b2b2b2b2b2b1d0000>
+] def
+/f-0-0 currentdict end definefont pop
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox: 0 -1 315 189
+%%EndPageSetup
+q 0 -1 315 190 rectclip q
+0 188.19 315 -189 re W n
+1 0.737255 0.411765 rg
+7.398 157.401 300 -150 re f
+0.376471 0.8 0.054902 rg
+7.398 187.401 m 217.398 187.401 l 167.398 157.401 l 7.398 157.401 l f
+0.231373 0.490196 0.0313726 rg
+1.6 w
+0 J
+0 j
+[] 0.0 d
+4 M q 1 0 0 -1 0 188.189606 cm
+7.398 0.789 m 217.398 0.789 l 167.398 30.789 l 7.398 30.789 l S Q
+0.470588 0.733333 1 rg
+307.398 187.401 m 217.398 187.401 l 157.398 187.401 51.398 49.401 
+17.398 7.401 c 63.398 7.401 l 103.398 57.401 177.398 157.401 227.398 
+157.401 c 307.398 157.401 l f
+0.117647 0.431373 0.588235 rg
+q 1 0 0 -1 0 188.189606 cm
+307.398 0.789 m 217.398 0.789 l 157.398 0.789 51.398 138.789 17.398 
+180.789 c 63.398 180.789 l 103.398 130.789 177.398 30.789 227.398 
+30.789 c 307.398 30.789 l S Q
+0.788235 0 0.0117647 rg
+q 1 0 0 -1 0 188.189606 cm
+183.398 2.789 m 149.398 24.789 l S Q
+174.27 184.104 m 185.172 186.565 l 178.461 177.627 l 178.629 180.451 
+176.93 183.061 174.27 184.104 c h
+174.27 184.104 m f*
+0.503742 w
+1 j
+q -1 -0.647059 -0.647059 1 0 188.189606 cm
+-120.975 -82.364 m -129.782 -85.602 l -120.976 -88.841 l -122.382 
+-86.927 -122.375 -84.312 -120.975 -82.364 c h
+-120.975 -82.364 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+201.398 6.789 m 165.398 28.789 l S Q
+174.562 160.459 m 163.602 158.283 l 170.539 167.041 l 170.297 164.225 
+171.93 161.572 174.562 160.459 c h
+174.562 160.459 m f*
+0.511969 w
+1 j
+q 1 0.611111 0.611111 -1 0 188.189606 cm
+114.759 97.861 m 105.81 94.568 l 114.758 91.278 l 113.328 93.221 
+113.337 95.879 114.759 97.861 c h
+114.759 97.861 m S Q
+0.380392 0.00392157 0.686275 rg
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+65.398 112.789 m 39.398 142.789 l S Q
+56.992 71.611 m 66.777 77.01 l 62.82 66.561 l 62.199 69.319 59.836 
+71.35 56.992 71.611 c h
+56.992 71.611 m f*
+0.453413 w
+1 j
+q -0.866667 -1 -1 0.866667 0 188.189606 cm
+38.367 -90.244 m 30.441 -93.16 l 38.367 -96.072 l 37.099 -94.352 37.109 
+-91.997 38.367 -90.244 c h
+38.367 -90.244 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+75.398 120.789 m 49.398 150.789 l S Q
+57.809 41.19 m 48.023 35.787 l 51.98 46.24 l 52.602 43.483 54.961 
+41.451 57.809 41.19 c h
+57.809 41.19 m f*
+0.453413 w
+1 j
+q 0.866667 1 1 -0.866667 0 188.189606 cm
+-55.336 105.766 m -63.264 102.852 l -55.336 99.938 l -56.603 101.658 
+-56.596 104.011 -55.336 105.766 c h
+-55.336 105.766 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+135.398 40.789 m 111.398 62.789 l S Q
+126.613 144.6 m 136.953 148.842 l 131.824 138.912 l 131.523 141.725 
+129.41 144.014 126.613 144.6 c h
+126.613 144.6 m f*
+0.442292 w
+1 j
+q -1 -0.916667 -0.916667 1 0 188.189606 cm
+-47.089 -86.754 m -54.82 -89.6 l -47.087 -92.441 l -48.325 -90.762 
+-48.316 -88.466 -47.089 -86.754 c h
+-47.089 -86.754 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+147.398 44.789 m 123.398 68.789 l S Q
+132.055 122.58 m 121.914 117.893 l 126.602 128.033 l 127.027 125.24 
+129.238 123.045 132.055 122.58 c h
+132.055 122.58 m f*
+0.424264 w
+1 j
+q 1 1 1 -1 0 188.189606 cm
+33.223 98.832 m 25.809 96.105 l 33.223 93.379 l 32.039 94.988 32.047 
+97.191 33.223 98.832 c h
+33.223 98.832 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+95.398 132.789 m 71.398 160.789 l S Q
+79.789 31.236 m 70.031 25.779 l 73.93 36.256 l 74.57 33.502 76.941 
+31.479 79.789 31.236 c h
+79.789 31.236 m f*
+0.455554 w
+1 j
+q 0.857143 1 1 -0.857143 0 188.189606 cm
+-51.054 123.549 m -59.021 120.621 l -51.055 117.691 l -52.326 119.421 
+-52.321 121.788 -51.054 123.549 c h
+-51.054 123.549 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+129.398 92.789 m 107.398 118.789 l S Q
+115.762 73.287 m 106.043 67.772 l 109.875 78.272 l 110.531 75.522 
+112.914 73.514 115.762 73.287 c h
+115.762 73.287 m f*
+0.458032 w
+1 j
+q 0.846154 1 1 -0.846154 0 188.189606 cm
+-9.878 124.12 m -17.884 121.176 l -9.876 118.232 l -11.155 119.97 
+-11.15 122.349 -9.878 124.12 c h
+-9.878 124.12 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+103.398 140.789 m 81.398 166.789 l S Q
+95.039 43.514 m 104.758 49.029 l 100.926 38.529 l 100.27 41.279 97.887 
+43.283 95.039 43.514 c h
+95.039 43.514 m f*
+0.458032 w
+1 j
+q -0.846154 -1 -1 0.846154 0 188.189606 cm
+37.447 -126.725 m 29.44 -129.669 l 37.449 -132.613 l 36.17 -130.875 
+36.177 -128.498 37.447 -126.725 c h
+37.447 -126.725 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+137.398 100.789 m 117.398 124.789 l S Q
+129.066 83.447 m 138.746 89.037 l 134.992 78.51 l 134.316 81.256 
+131.918 83.244 129.066 83.447 c h
+129.066 83.447 m f*
+0.460933 w
+1 j
+q -0.833333 -1 -1 0.833333 0 188.189606 cm
+-1.66 -127.683 m -9.72 -130.646 l -1.661 -133.608 l -2.949 -131.859 
+-2.943 -129.466 -1.66 -127.683 c h
+-1.66 -127.683 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+297.398 36.789 m 257.398 36.789 l S Q
+289.031 155.272 m 299.52 151.416 l 289.031 147.557 l 290.707 149.834 
+290.695 152.951 289.031 155.272 c h
+289.031 155.272 m f*
+0.6 w
+1 j
+q -1 -0.000000000000000122 -0.000000000000000122 1 0 188.189606 cm
+-289.031 -32.918 m -299.52 -36.773 l -289.031 -40.633 l -290.707 
+-38.355 -290.695 -35.238 -289.031 -32.918 c h
+-289.031 -32.918 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+235.398 34.789 m 197.398 46.789 l S Q
+226.254 154.572 m 237.414 154.053 l 228.574 147.217 l 229.488 149.893 
+228.539 152.861 226.254 154.572 c h
+226.254 154.572 m f*
+0.57215 w
+1 j
+q -1 -0.315789 -0.315789 1 0 188.189606 cm
+-196.084 -95.538 m -206.083 -99.216 l -196.082 -102.893 l -197.681 
+-100.723 -197.671 -97.75 -196.084 -95.538 c h
+-196.084 -95.538 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+173.398 64.789 m 149.398 88.789 l S Q
+164.742 120.221 m 174.887 124.908 l 170.199 114.764 l 169.773 117.561 
+167.562 119.756 164.742 120.221 c h
+164.742 120.221 m f*
+0.424264 w
+1 j
+q -1 -1 -1 1 0 188.189606 cm
+-48.387 -116.355 m -55.803 -119.084 l -48.387 -121.813 l -49.572 
+-120.201 -49.564 -117.998 -48.387 -116.355 c h
+-48.387 -116.355 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+163.398 56.789 m 139.398 80.789 l S Q
+148.055 110.58 m 137.914 105.893 l 142.602 116.033 l 143.027 113.24 
+145.238 111.045 148.055 110.58 c h
+148.055 110.58 m f*
+0.424264 w
+1 j
+q 1 1 1 -1 0 188.189606 cm
+35.223 112.832 m 27.809 110.105 l 35.223 107.379 l 34.039 108.988 
+34.047 111.191 35.223 112.832 c h
+35.223 112.832 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+233.398 22.789 m 191.398 34.789 l S Q
+200.512 151.975 m 189.367 152.803 l 198.391 159.393 l 197.406 156.744 
+198.273 153.752 200.512 151.975 c h
+200.512 151.975 m f*
+0.576914 w
+1 j
+q 1 0.285714 0.285714 -1 0 188.189606 cm
+175.813 86.447 m 165.728 82.738 l 175.811 79.029 l 174.201 81.217 
+174.213 84.213 175.813 86.447 c h
+175.813 86.447 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+297.398 24.789 m 257.398 24.789 l S Q
+265.77 159.529 m 255.281 163.385 l 265.77 167.24 l 264.094 164.963 
+264.105 161.85 265.77 159.529 c h
+265.77 159.529 m f*
+0.6 w
+1 j
+q 1 -0.000000000000000122 -0.000000000000000122 -1 0 188.189606 cm
+265.77 28.66 m 255.281 24.805 l 265.77 20.949 l 264.094 23.227 264.105 
+26.34 265.77 28.66 c h
+265.77 28.66 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+111.398 78.789 m 89.398 102.789 l S Q
+97.91 88.951 m 87.98 83.826 l 92.223 94.166 l 92.77 91.393 95.074 
+89.295 97.91 88.951 c h
+97.91 88.951 m f*
+0.442292 w
+1 j
+q 0.916667 1 1 -0.916667 0 188.189606 cm
+-5.155 102.636 m -12.886 99.793 l -5.155 96.948 l -6.389 98.626 -6.381 
+100.924 -5.155 102.636 c h
+-5.155 102.636 m S Q
+1.6 w
+0 j
+q 1 0 0 -1 0 188.189606 cm
+103.398 72.789 m 81.398 96.789 l S Q
+94.891 111.846 m 104.82 116.971 l 100.574 106.635 l 100.031 109.408 
+97.727 111.506 94.891 111.846 c h
+94.891 111.846 m f*
+0.442292 w
+1 j
+q -0.916667 -1 -1 0.916667 0 188.189606 cm
+-5.781 -89.591 m -13.512 -92.434 l -5.781 -95.275 l -7.017 -93.599 
+-7.009 -91.301 -5.781 -89.591 c h
+-5.781 -89.591 m S Q
+0 g
+0.8 w
+q 1 0 0 -1 0 188.189606 cm
+7.398 10.789 m 3.398 6.789 l 3.398 14.789 l h
+7.398 10.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 7.789 m 2.398 8.344 1.953 8.789 1.398 8.789 c 0.848 8.789 0.398 
+8.344 0.398 7.789 c 0.398 7.238 0.848 6.789 1.398 6.789 c 1.953 6.789 
+2.398 7.238 2.398 7.789 c h
+2.398 7.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 13.789 m 2.398 14.344 1.953 14.789 1.398 14.789 c 0.848 14.789 
+0.398 14.344 0.398 13.789 c 0.398 13.238 0.848 12.789 1.398 12.789 c 
+1.953 12.789 2.398 13.238 2.398 13.789 c h
+2.398 13.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 50.789 m 3.398 46.789 l 3.398 54.789 l h
+7.398 50.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 47.789 m 2.398 48.344 1.953 48.789 1.398 48.789 c 0.848 48.789 
+0.398 48.344 0.398 47.789 c 0.398 47.238 0.848 46.789 1.398 46.789 c 
+1.953 46.789 2.398 47.238 2.398 47.789 c h
+2.398 47.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 53.789 m 2.398 54.344 1.953 54.789 1.398 54.789 c 0.848 54.789 
+0.398 54.344 0.398 53.789 c 0.398 53.238 0.848 52.789 1.398 52.789 c 
+1.953 52.789 2.398 53.238 2.398 53.789 c h
+2.398 53.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 90.789 m 3.398 86.789 l 3.398 94.789 l h
+7.398 90.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 87.789 m 2.398 88.344 1.953 88.789 1.398 88.789 c 0.848 88.789 
+0.398 88.344 0.398 87.789 c 0.398 87.238 0.848 86.789 1.398 86.789 c 
+1.953 86.789 2.398 87.238 2.398 87.789 c h
+2.398 87.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 93.789 m 2.398 94.344 1.953 94.789 1.398 94.789 c 0.848 94.789 
+0.398 94.344 0.398 93.789 c 0.398 93.238 0.848 92.789 1.398 92.789 c 
+1.953 92.789 2.398 93.238 2.398 93.789 c h
+2.398 93.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 130.789 m 3.398 126.789 l 3.398 134.789 l h
+7.398 130.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 127.789 m 2.398 128.344 1.953 128.789 1.398 128.789 c 0.848 
+128.789 0.398 128.344 0.398 127.789 c 0.398 127.238 0.848 126.789 1.398 
+126.789 c 1.953 126.789 2.398 127.238 2.398 127.789 c h
+2.398 127.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 133.789 m 2.398 134.344 1.953 134.789 1.398 134.789 c 0.848 
+134.789 0.398 134.344 0.398 133.789 c 0.398 133.238 0.848 132.789 1.398 
+132.789 c 1.953 132.789 2.398 133.238 2.398 133.789 c h
+2.398 133.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+7.398 170.789 m 3.398 166.789 l 3.398 174.789 l h
+7.398 170.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 167.789 m 2.398 168.344 1.953 168.789 1.398 168.789 c 0.848 
+168.789 0.398 168.344 0.398 167.789 c 0.398 167.238 0.848 166.789 1.398 
+166.789 c 1.953 166.789 2.398 167.238 2.398 167.789 c h
+2.398 167.789 m S Q
+q 1 0 0 -1 0 188.189606 cm
+2.398 173.789 m 2.398 174.344 1.953 174.789 1.398 174.789 c 0.848 
+174.789 0.398 174.344 0.398 173.789 c 0.398 173.238 0.848 172.789 1.398 
+172.789 c 1.953 172.789 2.398 173.238 2.398 173.789 c h
+2.398 173.789 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 97.398 m -184.789 93.398 l -184.789 101.398 l h
+-180.789 97.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 94.398 m -185.789 94.953 -186.238 95.398 -186.789 95.398 c 
+-187.344 95.398 -187.789 94.953 -187.789 94.398 c -187.789 93.848 
+-187.344 93.398 -186.789 93.398 c -186.238 93.398 -185.789 93.848 
+-185.789 94.398 c h
+-185.789 94.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 100.398 m -185.789 100.953 -186.238 101.398 -186.789 101.398 c 
+-187.344 101.398 -187.789 100.953 -187.789 100.398 c -187.789 99.848 
+-187.344 99.398 -186.789 99.398 c -186.238 99.398 -185.789 99.848 
+-185.789 100.398 c h
+-185.789 100.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 137.398 m -184.789 133.398 l -184.789 141.398 l h
+-180.789 137.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 134.398 m -185.789 134.953 -186.238 135.398 -186.789 135.398 c 
+-187.344 135.398 -187.789 134.953 -187.789 134.398 c -187.789 133.848 
+-187.344 133.398 -186.789 133.398 c -186.238 133.398 -185.789 133.848 
+-185.789 134.398 c h
+-185.789 134.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 140.398 m -185.789 140.953 -186.238 141.398 -186.789 141.398 c 
+-187.344 141.398 -187.789 140.953 -187.789 140.398 c -187.789 139.848 
+-187.344 139.398 -186.789 139.398 c -186.238 139.398 -185.789 139.848 
+-185.789 140.398 c h
+-185.789 140.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 177.398 m -184.789 173.398 l -184.789 181.398 l h
+-180.789 177.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 174.398 m -185.789 174.953 -186.238 175.398 -186.789 175.398 c 
+-187.344 175.398 -187.789 174.953 -187.789 174.398 c -187.789 173.848 
+-187.344 173.398 -186.789 173.398 c -186.238 173.398 -185.789 173.848 
+-185.789 174.398 c h
+-185.789 174.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 180.398 m -185.789 180.953 -186.238 181.398 -186.789 181.398 c 
+-187.344 181.398 -187.789 180.953 -187.789 180.398 c -187.789 179.848 
+-187.344 179.398 -186.789 179.398 c -186.238 179.398 -185.789 179.848 
+-185.789 180.398 c h
+-185.789 180.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 217.398 m -184.789 213.398 l -184.789 221.398 l h
+-180.789 217.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 214.398 m -185.789 214.953 -186.238 215.398 -186.789 215.398 c 
+-187.344 215.398 -187.789 214.953 -187.789 214.398 c -187.789 213.848 
+-187.344 213.398 -186.789 213.398 c -186.238 213.398 -185.789 213.848 
+-185.789 214.398 c h
+-185.789 214.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 220.398 m -185.789 220.953 -186.238 221.398 -186.789 221.398 c 
+-187.344 221.398 -187.789 220.953 -187.789 220.398 c -187.789 219.848 
+-187.344 219.398 -186.789 219.398 c -186.238 219.398 -185.789 219.848 
+-185.789 220.398 c h
+-185.789 220.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 257.398 m -184.789 253.398 l -184.789 261.398 l h
+-180.789 257.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 254.398 m -185.789 254.953 -186.238 255.398 -186.789 255.398 c 
+-187.344 255.398 -187.789 254.953 -187.789 254.398 c -187.789 253.848 
+-187.344 253.398 -186.789 253.398 c -186.238 253.398 -185.789 253.848 
+-185.789 254.398 c h
+-185.789 254.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 260.398 m -185.789 260.953 -186.238 261.398 -186.789 261.398 c 
+-187.344 261.398 -187.789 260.953 -187.789 260.398 c -187.789 259.848 
+-187.344 259.398 -186.789 259.398 c -186.238 259.398 -185.789 259.848 
+-185.789 260.398 c h
+-185.789 260.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-180.789 297.398 m -184.789 293.398 l -184.789 301.398 l h
+-180.789 297.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 294.398 m -185.789 294.953 -186.238 295.398 -186.789 295.398 c 
+-187.344 295.398 -187.789 294.953 -187.789 294.398 c -187.789 293.848 
+-187.344 293.398 -186.789 293.398 c -186.238 293.398 -185.789 293.848 
+-185.789 294.398 c h
+-185.789 294.398 m S Q
+q 0 1 1 0 0 188.189606 cm
+-185.789 300.398 m -185.789 300.953 -186.238 301.398 -186.789 301.398 c 
+-187.344 301.398 -187.789 300.953 -187.789 300.398 c -187.789 299.848 
+-187.344 299.398 -186.789 299.398 c -186.238 299.398 -185.789 299.848 
+-185.789 300.398 c h
+-185.789 300.398 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -170.789 m -311.398 -174.789 l -311.398 -166.789 l h
+-307.398 -170.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -173.789 m -312.398 -173.238 -312.848 -172.789 -313.398 
+-172.789 c -313.953 -172.789 -314.398 -173.238 -314.398 -173.789 c 
+-314.398 -174.344 -313.953 -174.789 -313.398 -174.789 c -312.848 
+-174.789 -312.398 -174.344 -312.398 -173.789 c h
+-312.398 -173.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -167.789 m -312.398 -167.238 -312.848 -166.789 -313.398 
+-166.789 c -313.953 -166.789 -314.398 -167.238 -314.398 -167.789 c 
+-314.398 -168.344 -313.953 -168.789 -313.398 -168.789 c -312.848 
+-168.789 -312.398 -168.344 -312.398 -167.789 c h
+-312.398 -167.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -130.789 m -311.398 -134.789 l -311.398 -126.789 l h
+-307.398 -130.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -133.789 m -312.398 -133.238 -312.848 -132.789 -313.398 
+-132.789 c -313.953 -132.789 -314.398 -133.238 -314.398 -133.789 c 
+-314.398 -134.344 -313.953 -134.789 -313.398 -134.789 c -312.848 
+-134.789 -312.398 -134.344 -312.398 -133.789 c h
+-312.398 -133.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -127.789 m -312.398 -127.238 -312.848 -126.789 -313.398 
+-126.789 c -313.953 -126.789 -314.398 -127.238 -314.398 -127.789 c 
+-314.398 -128.344 -313.953 -128.789 -313.398 -128.789 c -312.848 
+-128.789 -312.398 -128.344 -312.398 -127.789 c h
+-312.398 -127.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -90.789 m -311.398 -94.789 l -311.398 -86.789 l h
+-307.398 -90.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -93.789 m -312.398 -93.238 -312.848 -92.789 -313.398 -92.789 c 
+-313.953 -92.789 -314.398 -93.238 -314.398 -93.789 c -314.398 -94.344 
+-313.953 -94.789 -313.398 -94.789 c -312.848 -94.789 -312.398 -94.344 
+-312.398 -93.789 c h
+-312.398 -93.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -87.789 m -312.398 -87.238 -312.848 -86.789 -313.398 -86.789 c 
+-313.953 -86.789 -314.398 -87.238 -314.398 -87.789 c -314.398 -88.344 
+-313.953 -88.789 -313.398 -88.789 c -312.848 -88.789 -312.398 -88.344 
+-312.398 -87.789 c h
+-312.398 -87.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-307.398 -50.789 m -311.398 -54.789 l -311.398 -46.789 l h
+-307.398 -50.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -53.789 m -312.398 -53.238 -312.848 -52.789 -313.398 -52.789 c 
+-313.953 -52.789 -314.398 -53.238 -314.398 -53.789 c -314.398 -54.344 
+-313.953 -54.789 -313.398 -54.789 c -312.848 -54.789 -312.398 -54.344 
+-312.398 -53.789 c h
+-312.398 -53.789 m S Q
+q -1 0 0 1 0 188.189606 cm
+-312.398 -47.789 m -312.398 -47.238 -312.848 -46.789 -313.398 -46.789 c 
+-313.953 -46.789 -314.398 -47.238 -314.398 -47.789 c -314.398 -48.344 
+-313.953 -48.789 -313.398 -48.789 c -312.848 -48.789 -312.398 -48.344 
+-312.398 -47.789 c h
+-312.398 -47.789 m S Q
+0.788235 0 0.0117647 rg
+BT
+11.2 0 0 11.2 10 174.000006 Tm
+/f-0-0 1 Tf
+[<0102>-1<03>-1<04>-1<05>-1<06>-1<07>-1<02>-1<08>27<090a>1<0b0a040c0d0e
+0f>1<0a1003>-1<11>]TJ
+ET
+Q Q
+showpage
+%%Trailer
+count op_count sub {pop} repeat
+countdictstack dict_count sub {end} repeat
+cairo_eps_state restore
+%%EOF

Added: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/subduction_tri3.png
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/figs/subduction_tri3.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/subduction.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/subduction.lyx	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/subduction/subduction.lyx	2011-06-12 03:43:50 UTC (rev 18592)
@@ -102,6 +102,10 @@
 Variable mesh resolution
 \end_layout
 
+\begin_layout Itemize
+AREPRO programming language
+\end_layout
+
 \end_deeper
 \begin_layout Itemize
 Linear triangular cells
@@ -187,7 +191,7 @@
 
 \end_inset
 
- shows the three step of increasing complexity.
+ shows the three steps of increasing complexity.
  Step 1 focuses on the coseismic slip, Step 2 focuses on interseismic deformatio
 n, and Step 3 combines the two into a pseudo-earthquake cycle deformation
  simulation.
@@ -203,7 +207,7 @@
 \begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-	filename figs/twotri3-mesh.eps
+	filename figs/cartoon_general.eps
 
 \end_inset
 
@@ -214,7 +218,7 @@
 \begin_inset Caption
 
 \begin_layout Plain Layout
-Cartoon of subduction zone with nonplanar fault geometry and topography.
+Cartoon of subduction zone example.
 \begin_inset CommandInset label
 LatexCommand label
 name "fig:tutorial:subduction:overview"
@@ -242,19 +246,104 @@
 
 \begin_layout Plain Layout
 \align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Step 1
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Step 2
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Step 3
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset Graphics
-	filename figs/twotri3-mesh.eps
+	filename figs/step01.eps
+	lyxscale 66
+	width 2in
 
 \end_inset
 
 
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
 \begin_layout Plain Layout
+\begin_inset Graphics
+	filename figs/step02.eps
+	lyxscale 66
+	width 2in
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+	filename figs/step03.eps
+	lyxscale 66
+	width 2in
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
 \begin_inset Caption
 
 \begin_layout Plain Layout
-Diagram of steps and boundary conditions in subduction zone tutorial.
+Diagram of fault slip and boundary conditions for each step in the subduction
+ zone tutorial.
 \begin_inset CommandInset label
 LatexCommand label
 name "fig:tutorial:subduction:steps"
@@ -279,16 +368,28 @@
 \end_layout
 
 \begin_layout Standard
-ADD STUFF HERE
+We construct the mesh in Cubit by constructing the geometry, prescribing
+ the discretization, runnig the mesher, and then grouping cells and vertices
+ for boundary conditions and materials.
+ We use the APREPRO programming language within the journal files to enable
+ use of units and setting variables for values used many times.
+ An appendix in the Cubit documentation discusses the features available
+ with APREPRO in Cubit.
+ The Cubit commands are in three separate journal files.
+ The main driver is in the journal file mesh_tri3.jou.
+ It calls the journal file geometry.jou to construct the geometry and createbc.jou
+ to setup the groups associated with boundary conditions and materials.
+ The journal files are documented and describe the various steps outlined
+ below.
 \end_layout
 
 \begin_layout Enumerate
-Create geometry.
+Create the geometry defining the domain.
 \end_layout
 
 \begin_deeper
 \begin_layout Enumerate
-Create point.
+Create points.
 \end_layout
 
 \begin_layout Enumerate
@@ -296,7 +397,8 @@
 \end_layout
 
 \begin_layout Enumerate
-Split curves to form bounding curves.
+Split curves to separate them into sections bounding surfaces.
+ 
 \end_layout
 
 \begin_layout Enumerate
@@ -343,7 +445,9 @@
 \begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-	filename figs/twotri3-mesh.eps
+	filename figs/subduction_tri3.png
+	lyxscale 50
+	width 3in
 
 \end_inset
 
@@ -381,20 +485,22 @@
 \end_layout
 
 \begin_layout Standard
-ADD STUFF HERE
-\end_layout
-
-\begin_layout Standard
-The settings contained in 
+As in the examples discussed in previous sections of these tutorials, we
+ place parameters common to among the three steps in the 
 \family typewriter
 pylithapp.cfg
 \family default
+ file so that we do not have to duplicate them for each step.
+ The settings contained in 
+\family typewriter
+pylithapp.cfg
+\family default
  for this problem consist of:
 \end_layout
 
 \begin_layout Description
-pylithapp.journal.info Settings that control the verbosity of the output for
- the different components.
+pylithapp.journal.info Settings that control the verbosity of the output written
+ to stdout for the different components.
 \end_layout
 
 \begin_layout Description
@@ -416,45 +522,36 @@
 \end_layout
 
 \begin_layout Description
-pylithapp.petsc PETSc settings to use for the problem, such as the preconditioner
- type.
+pylithapp.problem.formuation.output Settings related output of the solution
+ over the domain and subdomain (ground surface).
 \end_layout
 
-\begin_layout Standard
-All of the problems in this directory use the same material database, as
- specified under 
+\begin_layout Description
+pylithapp.timedependent.materials.
+\shape italic
+MATERIAL
+\shape default
+.output Settings related to output of the state variables for material 
+\shape italic
+MATERIAL
+\shape default
+.
 \end_layout
 
-\begin_layout LyX-Code
-
-\family typewriter
-pylithapp.timedependent.materials
-\family default
- 
+\begin_layout Description
+pylithapp.petsc PETSc settings to use for the problem, such as the preconditioner
+ type.
 \end_layout
 
 \begin_layout Standard
-in 
-\family typewriter
-pylithapp.cfg
-\family default
-.
- This information is contained in the file 
-\family typewriter
-matprops.spatialdb
-\family default
-.
- Although the material model is specified in 
-\family typewriter
-pylithapp.cfg
-\family default
-, the values for the physical properties of the material are given in 
-\family typewriter
-matprops.spatialdb
-\family default
-.
- For this example, values describing elastic plane strain material properties
- are given at a single point, resulting in uniform material properties.
+The physical properties for each material are specified in spatial database
+ files.
+ For example, the elastic properties for the continental crust are in mat_concru
+st.spatialdb.
+ The provided spatial database files all use just a single point to specify
+ uniform physical properties within each material.
+ A good exercise is to alter the spatial database files with the physical
+ properties to match PREM.
 \end_layout
 
 \begin_layout Subsection
@@ -462,166 +559,101 @@
 \end_layout
 
 \begin_layout Standard
-The first example problem is extension of the mesh along the diagonal extending
- from the lower left to the upper right of the square mesh.
- Parameter settings that augment those in 
+The first example problem is earthquake rupture involving coseismic slip
+ along the interface between the subducting slab and the continental crust
+ and upper most portion of the mantle below the continental crust.
+ The spatial variation of slip comes from a cross-section of Gavin Hayes
+ finite-source model 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+earthquake.usgs.gov/earthquakes/eqinthenews/2011/usc0001xgp/finite_fault.php
+\end_layout
+
+\end_inset
+
+.
+ On the lateral and bottom boundaries of the domain, we fix the degrees
+ of freedom perpendicular to the boundary as shown in Figure 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:tutorial:subduction:steps"
+
+\end_inset
+
+.Parameter settings that augment those in 
 \family typewriter
 pylithapp.cfg
 \family default
  are contained in the file 
 \family typewriter
-axialdisp.cfg
+step01.cfg
 \family default
 .
  These settings are:
 \end_layout
 
 \begin_layout Description
-pylithapp.timedependent Specifies an implicit formulation for the problem
- and specifies the array of boundary conditions.
+pylithapp.timedependent Specifies the array of boundary conditions.
 \end_layout
 
 \begin_layout Description
-pylithapp.timedependent.bc.bc Defines which degrees of freedom are being constraine
-d (x and y), gives the label (defined in 
+pylithapp.timedependent.bc.
+\shape italic
+BOUNDARY
+\shape default
+ Defines the settings for boundary 
+\shape italic
+BOUNDARY
+\shape default
+, including which degrees of freedom are being constrained (x or y), the
+ label (defined in
 \family typewriter
-twotri3.mesh
+ mesh_tri3.exo
 \family default
-) defining the points desired, assigns a label to the boundary condition
- set, and gives the name of the spatial database with the values for the
- Dirichlet boundary condition (
-\family typewriter
-axialdisp.spatialdb
-\family default
-).
+) corresponding to the nodeset in Cubit, and a label to the boundary condition
+ used in any error messages.
 \end_layout
 
 \begin_layout Description
-pylithapp.problem.formulation.output.output.writer Gives the base filename for
- VTK output 
+pylithapp.problem.formulation.output.domain Gives the base filename for HDF5
+ output 
 \begin_inset Newline newline
 \end_inset
 
 (
 \family typewriter
-axialdisp.vtk
+step01.
 \family default
-).
+h5).
 \end_layout
 
-\begin_layout Description
-pylithapp.timedependent.materials.material.output Gives the base filename for
- state variable output files (
-\family typewriter
-axialdisp-statevars.vtk
-\family default
-).
-\end_layout
-
 \begin_layout Standard
-The values for the Dirichlet boundary condition are given in the file 
-\family typewriter
-axialdisp.spatialdb
-\family default
-, as specified in 
-\family typewriter
-axialdisp.cfg
-\family default
-.
- The format of all spatial database files is similar.
- In this case, the desired displacement values are given at two points (lower
- left and upper right).
- Since data are being specified at points (rather than being uniform over
- the mesh, for example), the data dimension is one.
+We run this example by typing
 \end_layout
 
-\begin_layout Standard
-The files containing common information (
-\family typewriter
-twotri3.mesh
-\family default
-, 
-\family typewriter
-pylithapp.cfg
-\family default
-, 
-\family typewriter
-matprops.spatialdb
-\family default
-) along with the problem-specific files (
-\family typewriter
-axialdisp.cfg
-\family default
-, 
-\family typewriter
-axialdisp.spatialdb
-\family default
-) provide a complete description of the problem, and we can then run this
- example by typing
-\end_layout
-
 \begin_layout LyX-Code
 pylith step01.cfg
 \end_layout
 
 \begin_layout Standard
-Once the problem has run, three files will be produced.
- The first file is named 
-\family typewriter
-axialdisp_t0000000.vtk
-\family default
-.
- The 
-\family typewriter
-t0000000
-\family default
- indicates that the output is for the first (and only) time step, corresponding
- to an elastic solution.
- This file contains mesh information as well as displacement values at the
- mesh vertices.
- The second file is named 
-\family typewriter
-axialdisp-statevars_t0000000.vtk
-\family default
-.
- This file contains the state variables for each cell.
- The default fields are the total strain and stress fields.
- Since the cells are linear triangles, there is a single quadrature point
- for each cell and thus a single set of stress and strain values for each
- cell.
- The final file (
-\family typewriter
-axialdisp-statevars_info.vtk
-\family default
-) gives the material properties used for the problem.
- Since we have not specified which properties to write, the default properties
- (
-\family typewriter
-mu
-\family default
-, 
-\family typewriter
-lambda
-\family default
-, 
-\family typewriter
-density
-\family default
-) are written.
- All of the 
-\family typewriter
-.vtk
-\family default
- files may be used with a number of visualization packages.
- If the problem ran correctly, you should be able to generate a figure such
- as Figure 
+The problem will produce twelve pairs of HDF5/Xdmf files.
+ The HDF5 files contain the data and the Xdmf files contain the metadata
+ required by ParaView and Visit (and possibly other visualization tools
+ that use Xdmf files) to access the mesh and data sets in the HDF5 files.
+ The files include the solution over the domain and ground surface, the
+ stress and strain within each material, and the fault slip.
+ Figure 
 \begin_inset CommandInset ref
-LatexCommand vref
+LatexCommand ref
 reference "fig:tutorial:subduction:step01"
 
 \end_inset
 
-, which was generated using ParaView.
+, which was created using ParaView, displays the magnitude of the displacement
+ field with the deformation exaggerated by a factor of 1000.
 \end_layout
 
 \begin_layout Standard
@@ -635,7 +667,7 @@
 \begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-	filename figs/axialdisp.jpg
+	filename figs/step01_soln.png
 	lyxscale 50
 	scale 33
 
@@ -648,8 +680,9 @@
 \begin_inset Caption
 
 \begin_layout Plain Layout
-Color contours and vectors of displacement for the axial displacement example
- using a mesh composed of two linear triangular cells.
+The colors indicate the magnitude of the displacement and the deformation
+ is exaggerated by a factor of 1000.
+ 
 \begin_inset CommandInset label
 LatexCommand label
 name "fig:tutorial:subduction:step01"
@@ -674,7 +707,10 @@
 \end_layout
 
 \begin_layout Standard
-The next example problem is shearing of the mesh in the y direction using
+In this example we simulated the interseismic deformation associated with
+ the oceanic crust subducting beneath the contiental crust and into the
+ mantle.
+ The next example problem is shearing of the mesh in the y direction using
  displacements applied along the positive and negative x boundaries.
  Parameter settings that augment those in 
 \family typewriter

Modified: short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou	2011-06-12 03:43:50 UTC (rev 18592)
@@ -118,6 +118,9 @@
 
 # ----------------------------------------------------------------------
 # Split curves to form bounding curves for each material
+#
+# Constructing the entire boundary curves as splines and then breaking
+# them into pieces bounding the surfaces preserves continuity in slip.
 # ----------------------------------------------------------------------
 split curve topobathy crossing curve slabtop
 split curve slabtop crossing curve conmoho
@@ -150,6 +153,10 @@
 delete vertex all
 imprint all
 merge all
+
+# We must stitch the surfaces into a single volume in order to split
+# the curves for the purpose of defining the discretization size along
+# various portions of the curves.
 stitch volume all
 
 # Split top of slab for fault surface

Modified: short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/examples/2d/subduction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/pylithapp.cfg	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/examples/2d/subduction/pylithapp.cfg	2011-06-12 03:43:50 UTC (rev 18592)
@@ -138,43 +138,37 @@
 [pylithapp.problem.formulation.output.domain]
 output_freq = time_step
 time_step = 9.99999*year
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5Mesh
 
 # Ground surface
 [pylithapp.problem.formulation.output.subdomain]
 label = groundsurf ; Name of CUBIT nodeset for ground surface.
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5SubMesh
 
 # Materials
 [pylithapp.timedependent.materials.continent_crust.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
 time_step = 9.99999*year
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5Mesh
 
 [pylithapp.timedependent.materials.continent_mantle.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
 time_step = 9.99999*year
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5Mesh
 
 [pylithapp.timedependent.materials.ocean_crust.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
 time_step = 9.99999*year
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5Mesh
 
 [pylithapp.timedependent.materials.ocean_mantle.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
 time_step = 9.99999*year
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
+writer = pylith.meshio.DataWriterHDF5Mesh
 
 # ----------------------------------------------------------------------
 # PETSc

Modified: short/3D/PyLith/trunk/examples/2d/subduction/step01.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/step01.cfg	2011-06-12 02:11:10 UTC (rev 18591)
+++ short/3D/PyLith/trunk/examples/2d/subduction/step01.cfg	2011-06-12 03:43:50 UTC (rev 18592)
@@ -115,30 +115,29 @@
 # ----------------------------------------------------------------------
 # Domain
 [pylithapp.problem.formulation.output.domain]
-writer.filename = output/step01.vtk
+writer.filename = output/step01.h5
 
 # Ground surface
 [pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/step01-groundsurf.vtk
+writer.filename = output/step01-groundsurf.h5
 
 # Fault
 [pylithapp.problem.interfaces.fault.output]
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
-writer.filename = output/step01-fault.vtk
+writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer.filename = output/step01-fault.h5
 
 # Materials
 [pylithapp.timedependent.materials.continent_crust.output]
-writer.filename = output/step01-concrust.vtk
+writer.filename = output/step01-concrust.h5
 
 [pylithapp.timedependent.materials.continent_mantle.output]
-writer.filename = output/step01-conmantle.vtk
+writer.filename = output/step01-conmantle.h5
 
 [pylithapp.timedependent.materials.ocean_crust.output]
-writer.filename = output/step01-oceancrust.vtk
+writer.filename = output/step01-oceancrust.h5
 
 [pylithapp.timedependent.materials.ocean_mantle.output]
-writer.filename = output/step01-oceanmantle.vtk
+writer.filename = output/step01-oceanmantle.h5
 
 
 # End of file



More information about the CIG-COMMITS mailing list