Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri_e.html

    r200 r234  
    6464 
    6565 
    66  
    67  Define a triangulation array like TRIANGULATE but for a 
     66 Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a 
    6867 E-grid type 
    6968 
     
    7574       
    7675      <dt><a href="#_numtri"><i>result = </i>numtri(<i>index, nx, ny</i>)</a><dt> 
    77       <dd><font size="-1"></font></dd> 
     76      <dd><font size="-1"> </font></dd> 
    7877       
    7978      <dt><a href="#_definetri_e"><i>result = </i>definetri_e(<i>nx, ny[, singular]</i>, SHIFTED=<i>SHIFTED</i>)</a><dt> 
     
    8988 
    9089      <h2>numtri  <font size="-1" color="#006633"> 
    91  
    9290</font></h2> 
    9391 
     
    9694     
    9795 
     96 
    9897    <h3>Return value</h3> 
    99  
    10098 
    10199 
     
    153151 The y dimension array 
    154152 
    155  
    156      
    157      
    158  
    159      
    160  
    161     <h3>Examples</h3> 
    162   
    163   
    164     <h3>Version history</h3> 
     153     
     154     
     155 
     156     
     157 
     158    <h3>Examples</h3><pre> 
     159 
     160    </pre><h3>Version history</h3> 
    165161     
    166162    <h4>Version</h4> 
    167  $Id: definetri_e.pro 186 2006-09-20 10:50:37Z pinsard $ 
     163 $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
    168164    <h4>History</h4> 
    169165 
    170  
    171166     
    172167 
     
    176171     
    177172    <h4>Restrictions</h4> 
    178   
    179   
     173 
    180174 
    181175     
     
    194188      <h2>definetri_e  <font size="-1" color="#006633"> 
    195189 Make contours with E-grid type 
    196  </font></h2> 
     190</font></h2> 
    197191 
    198192      <p><font face="Courier"><i>result = </i>definetri_e(<i><a href="#_definetri_e_keyword_nx">nx</a>, <a href="#_definetri_e_keyword_ny">ny</a>[, <a href="#_definetri_e_keyword_singular">singular</a>]</i>, <a href="#_definetri_e_keyword_SHIFTED">SHIFTED</a>=<i>SHIFTED</i>)</font></p> 
     
    203197    <h3>Return value</h3> 
    204198 Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    205  Triangles is defined like in the TRIANGULATE procedure. 
    206          
     199 Triangles is defined like in the <proidl>TRIANGULATE</proidl> procedure. 
     200 
    207201 
    208202     
     
    257251 
    258252     
    259  When singular is undefined all rectangles are cut in using the vertical  
    260  diagonal.  
    261  Singular is a vector which contains the rectangles numbers which are cut in  
     253 When singular is undefined all rectangles are cut in using the vertical 
     254 diagonal. 
     255 Singular is a vector which contains the rectangles numbers which are cut in 
    262256 using the horizontal diagonal. 
    263  The rectangle number is defined by the index (in a nx*ny vector) of the  
     257 The rectangle number is defined by the index (in a nx*ny vector) of the 
    264258 lower-left corner of the rectangle. 
    265259 
     
    285279     
    286280 
    287  
    288      
    289      
    290  
    291      
    292     <h3>Version history</h3> 
     281     
     282     
     283 
     284     
     285    </pre><h3>Version history</h3> 
    293286     
    294287    <h4>Version</h4> 
    295  $Id: definetri_e.pro 186 2006-09-20 10:50:37Z pinsard $ 
     288 $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
    296289 
    297290    <h4>History</h4> 
     
    304297     
    305298     
    306     <h4>Todo items</h4>  
     299    <h4>Todo items</h4> 
    307300 seb: documenter SHIFTED 
    308301     
Note: See TracChangeset for help on using the changeset viewer.