GRADJACENTEDGES Find list of edges adjacent to a given node.

   NEIGHS = grAdjacentEdges(EDGES, NODE)
   EDGES  the complete edges list (containing indices of neighbor nodes)
   NODE   index of the node
   NEIGHS the indices of edges containing the node index

   See also
     grAdjacentNodes

Package: matgeom