SABER
|
Public Member Functions | |
subroutine | stripack_covsph (kk, n0, list, lptr, lend, lnew) |
Connect an exterior node to boundary nodes, covering the sphere. More... | |
Definition at line 56 of file tools_stripack.F90.
subroutine tools_stripack::covsph::stripack_covsph | ( | integer, intent(in) | kk, |
integer, intent(in) | n0, | ||
integer, dimension(*), intent(inout) | list, | ||
integer, dimension(*), intent(inout) | lptr, | ||
integer, dimension(*), intent(inout) | lend, | ||
integer, intent(inout) | lnew | ||
) |
Connect an exterior node to boundary nodes, covering the sphere.
[in] | kk | Index of the node to be connected to the set of all boundary nodes. 4<=KK. |
[in] | n0 | Index of a boundary node (in the range 1 to KK-1). N0 may be determined by TRFIND. |
[in,out] | list | Triangulation data structure created by TRMESH. Node N0 must be included in the triangulation. On output, updated with the addition of node KK as the last entry. The updated triangulation contains no boundary nodes. |
[in,out] | lptr | cf. list |
[in,out] | lend | cf. list |
[in,out] | lnew | cf. list |
Definition at line 439 of file tools_stripack.F90.