Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri.html

    r151 r157  
    3333 
    3434/* Main styles --------------------------------------------------------------- */ 
     35p.preformat { 
     36  font-family: Courier; 
     37} 
    3538 
    3639body { 
     
    697700 
    698701      <div id="file_comments"> 
    699  efine a triangulation array like TRIANGULATE.  
     702 Define a triangulation array like TRIANGULATE.  
    700703         But in a VERY SIMPLE CASE: 
    701704 the points are regulary-gridded on nx*ny array. 
     
    704707 triangles. cf. figure above 
    705708 
    706  
     709 <fixe> 
    707710      ny-1*---*---*. . . . . .*---*---* 
    708           |  /|  /|           |  /|  /|       
    709           | / | / |           | / | / | 
    710           |/  |/  |           |/  |/  | 
     711          |  +|  +|           |  +|  +|       
     712          | + | + |           | + | + | 
     713          |+  |+  |           |+  |+  | 
    711714      ny-2*---*---*. . . . . .*---*---*    
    712715          .       .           .       . 
     
    714717          .       .           .       . 
    715718         1*---*---*. . . . . .*---*---* 
    716           |  /|  /|           |  /|  /| 
    717           | / | / |           | / | / | 
    718           |/  |/  |           |/  |/  | 
     719          |  + |  +|          |  +|  +| 
     720          | +  | + |          | + | + | 
     721          |+   |+  |          |+  |+  | 
    719722         0*---*---*. . . . . .*---*---*   
    720           0   1   2        nx-3  nx-2 nx-1 
     723           0   1   2        nx-3  nx-2 nx-1 
     724 </fixe> 
    721725 
    722726  You have 2 ways to cut a rectangle: 
    723727      1) the upward diagonal       2) the downward diagonal 
    724728 
     729 <fixe> 
    725730          *---*                        *---* 
    726           |  /|                        |  | 
    727           | / |                        | | 
    728           |/  |                        |  | 
     731          |  +|                        |+  | 
     732          | + |                        | + | 
     733          |+  |                        |  +| 
    729734          *---*                        *---*   
    730  
     735 </fixe> 
    731736</div> 
    732737 
     
    745750 
    746751          <h2><a class="top" href="#container">top</a>definetri <span class="categories"> 
    747  utilities 
     752 Utilities 
    748753 </span></h2> 
    749754         
     
    825830 
    826831          *---*---* 
    827           |  |  /| 
    828           |  | / | 
    829           |  |/  | 
     832           |+  |  +| 
     833           | + | + | 
     834           |  +|+  | 
    830835          *---*---* 
    831           |  /|  | 
    832           | / | | 
    833           |/  |  | 
     836           |  +|+  | 
     837           | + | + | 
     838           |+  |  +| 
    834839          *---*---* 
    835840 
     
    839844          <h4>Version</h4><div class="preformat"> 
    840845 $Id: definetri.pro 150 2006-08-09 10:12:54Z navarro $</div> 
    841           <h4>History</h4><div class="preformat"></div> 
     846          <h4>History</h4><div class="preformat"> 
     847 sebastien Masson (smlod@ipsl.jussieu.fr) 
     848                       4/3/1999 
     849</div> 
    842850           
    843851           
Note: See TracChangeset for help on using the changeset viewer.