SABER
|
Public Member Functions | |
subroutine | stripack_insert (k, lp, list, lptr, lnew) |
Insert K as a neighbor of N1. More... | |
Definition at line 62 of file tools_stripack.F90.
subroutine tools_stripack::insert::stripack_insert | ( | integer, intent(in) | k, |
integer, intent(in) | lp, | ||
integer, dimension(*), intent(inout) | list, | ||
integer, dimension(*), intent(inout) | lptr, | ||
integer, intent(inout) | lnew | ||
) |
Insert K as a neighbor of N1.
[in] | k | Index of the node to be inserted. |
[in] | lp | LIST pointer of N2 as a neighbor of N1. |
[in,out] | list | Triangulation data structure created by TRMESH. On output, updated with the addition of node K. |
[in,out] | lptr | cf. list |
[in,out] | lnew | cf. list |
Definition at line 541 of file tools_stripack.F90.