SABER
tools_stripack::lstptr Interface Reference

Public Member Functions

subroutine stripack_lstptr (lpl, nb, list, lptr, output)
 Return the index of NB in the adjacency list. More...
 

Detailed Description

Definition at line 74 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_lstptr()

subroutine tools_stripack::lstptr::stripack_lstptr ( integer, intent(in)  lpl,
integer, intent(in)  nb,
integer, dimension(*), intent(in)  list,
integer, dimension(*), intent(in)  lptr,
integer, intent(out)  output 
)

Return the index of NB in the adjacency list.

Parameters
[in]lplEqual to LEND(N0).
[in]nbIndex of the node whose pointer is to be returned. NB must be connected to N0.
[in]listTriangulation data structure created by TRMESH. Triangle (I1,I2,I3) must be included in the triangulation. On output, updated with the addition of node KK. KK will be connected to nodes I1, I2, and I3.
[in]lptrcf. list
[out]outputPointer such that LIST(output) = NB or LIST(output) = -NB, unless NB is not a neighbor of N0, in which case output = LPL.

Definition at line 715 of file tools_stripack.F90.


The documentation for this interface was generated from the following file: