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/ToBeReviewed/TRIANGULATION/definetri.pro

    r150 r157  
    22; 
    33; @file_comments 
    4 ; efine a triangulation array like TRIANGULATE.  
     4; Define a triangulation array like TRIANGULATE.  
    55;         But in a VERY SIMPLE CASE: 
    66; the points are regulary-gridded on nx*ny array. 
     
    99; triangles. cf. figure above 
    1010; 
    11 ; 
     11; <fixe> 
    1212;      ny-1*---*---*. . . . . .*---*---* 
    13 ;          |  /|  /|           |  /|  /|       
    14 ;          | / | / |           | / | / | 
    15 ;          |/  |/  |           |/  |/  | 
     13;          |  +|  +|           |  +|  +|       
     14;          | + | + |           | + | + | 
     15;          |+  |+  |           |+  |+  | 
    1616;      ny-2*---*---*. . . . . .*---*---*    
    1717;          .       .           .       . 
     
    1919;          .       .           .       . 
    2020;         1*---*---*. . . . . .*---*---* 
    21 ;          |  /|  /|           |  /|  /| 
    22 ;          | / | / |           | / | / | 
    23 ;          |/  |/  |           |/  |/  | 
     21;          |  + |  +|          |  +|  +| 
     22;          | +  | + |          | + | + | 
     23;          |+   |+  |          |+  |+  | 
    2424;         0*---*---*. . . . . .*---*---*   
    25 ;          0   1   2        nx-3  nx-2 nx-1 
     25;           0   1   2        nx-3  nx-2 nx-1 
     26; </fixe> 
    2627; 
    2728;  You have 2 ways to cut a rectangle: 
    2829;      1) the upward diagonal       2) the downward diagonal 
    2930; 
     31; <fixe> 
    3032;          *---*                        *---* 
    31 ;          |  /|                        |\  | 
    32 ;          | / |                        | \ | 
    33 ;          |/  |                        |  \| 
     33;          |  +|                        |+  | 
     34;          | + |                        | + | 
     35;          |+  |                        |  +| 
    3436;          *---*                        *---*   
    35 ; 
     37; </fixe> 
    3638; 
    3739; @categories 
    38 ; utilities 
     40; Utilities 
    3941;  
    4042; @param NX {in}{required} 
     
    6365; 
    6466;          *---*---* 
    65 ;          |\  |  /| 
    66 ;          | \ | / | 
    67 ;          |  \|/  | 
     67;           |+  |  +| 
     68;           | + | + | 
     69;           |  +|+  | 
    6870;          *---*---* 
    69 ;          |  /|\  | 
    70 ;          | / | \ | 
    71 ;          |/  |  \| 
     71;           |  +|+  | 
     72;           | + | + | 
     73;           |+  |  +| 
    7274;          *---*---* 
    7375; 
    7476; 
    7577; @history 
    76 ; sebastien Masson (smlod@ipsl.jussieu.fr) 
     78; sebastien Masson (smlod\@ipsl.jussieu.fr) 
    7779;                       4/3/1999 
    7880; 
     
    114116;       i+nx  i+nx+1 
    115117;          *---*                     
    116 ;          |  /|                    
    117 ;          | / |                    
    118 ;          |/  |                   
     118;          |  +|                    
     119;          | + |                    
     120;          |+  |                   
    119121;          *---*                 
    120122;          i   i+1 
Note: See TracChangeset for help on using the changeset viewer.