SABER
tools_stripack::covsph Interface Reference

Public Member Functions

subroutine stripack_covsph (kk, n0, list, lptr, lend, lnew)
 Connect an exterior node to boundary nodes, covering the sphere. More...
 

Detailed Description

Definition at line 56 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_covsph()

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.

Parameters
[in]kkIndex of the node to be connected to the set of all boundary nodes. 4<=KK.
[in]n0Index of a boundary node (in the range 1 to KK-1). N0 may be determined by TRFIND.
[in,out]listTriangulation 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]lptrcf. list
[in,out]lendcf. list
[in,out]lnewcf. list

Definition at line 439 of file tools_stripack.F90.


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