<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/TRIANGULATION/

definetri_e.pro

Routine summary

result = numtri(index, nx, ny)

result = definetri_e(nx, ny, singular, SHIFTED=SHIFTED)

NAME:definetri PURPOSE:Define a triangulation array like TRIANGULATE but for a E-grid type CATEGORY: make contours with E-grid type CALLING SEQUENCE:triangles=definetri(nx, ny [,vertical]) INPUTS: nx and ny are the array dimensions OPTIONAL INPUTS: vertical: When vertical is undefine all rectangles are cut in using the horizontal diagonal.

topnumtri

result = numtri(index, nx, ny)

Parameters

index       

nx       

ny       

topdefinetri_e

result = definetri_e(nx, ny, singular, SHIFTED=SHIFTED)

NAME:definetri PURPOSE:Define a triangulation array like TRIANGULATE but for a E-grid type CATEGORY: make contours with E-grid type CALLING SEQUENCE:triangles=definetri(nx, ny [,vertical]) INPUTS: nx and ny are the array dimensions OPTIONAL INPUTS: vertical: When vertical is undefine all rectangles are cut in using the horizontal diagonal. Vertical is a vector which contains the rectangles numbers which are cut in using the vertical diagonal. The rectangle number is define by the index (in a nx*ny vector) of the lower-left corner of the rectangle. KEYWORD PARAMETERS: OUTPUTS: triangles is a 2d array and is dimensions are 3 and 2*(nx-1)*(ny-1) triangles is define like in the TRIANGULATE procedure. OPTIONAL OUTPUTS: COMMON BLOCKS: SIDE EFFECTS: RESTRICTIONS: PROCEDURE: EXAMPLE:

Parameters

nx       

ny       

singular       

Keywords

SHIFTED       

Produced by IDLdoc 2.0.