SABER
|
Public Member Functions | |
subroutine | stripack_lstptr (lpl, nb, list, lptr, output) |
Return the index of NB in the adjacency list. More... | |
Definition at line 74 of file tools_stripack.F90.
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.
[in] | lpl | Equal to LEND(N0). |
[in] | nb | Index of the node whose pointer is to be returned. NB must be connected to N0. |
[in] | list | Triangulation 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] | lptr | cf. list |
[out] | output | Pointer 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.