[Index for ./FEM] [Return to Master Index]

ele2nei

(./FEM/ele2nei.m)


Function Synopsis

nei=ele2nei(e,x,y)

Help text

ELE2NEI - build a FEM neighbor list from element and node lists
   ELE2NEI computes the neighbor list for a FEM mesh specified
   by the triangular element lists.  Each node's neighbor list
   is then sorted into counter-clockwise order.

   The resulting neighbor list can be passed to WRITE_NEI
   to output a FEM neighbor file (.nei) to disk.

  INPUTS:  e - 3-column element connectivity list (REQ)
           x - x-coordinate list (REQ)
           y - y-coordinate list (REQ)
 OUTPUTS:  nei - neighbor list (REQ)

    CALL: nei=ele2nei(e,x,y);

 Written by : Brian O. Blanton 
              March 1996


Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF