SABER
tools_stripack::bnodes Interface Reference

Public Member Functions

subroutine stripack_bnodes (n, list, lptr, lend, nodes, nb)
 Return the boundary nodes of a triangulation. More...
 

Detailed Description

Definition at line 53 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_bnodes()

subroutine tools_stripack::bnodes::stripack_bnodes ( integer, intent(in)  n,
integer, dimension(6*(n-2)), intent(in)  list,
integer, dimension(6*(n-2)), intent(in)  lptr,
integer, dimension(n), intent(in)  lend,
integer, dimension(n), intent(out)  nodes,
integer, intent(out)  nb 
)

Return the boundary nodes of a triangulation.

Parameters
[in]nNumber of nodes in the triangulation. 3 <= N.
[in]listThe data structure defining the triangulation, created by TRMESH.
[in]lptrcf. list
[in]lendcf. list
[out]nodesOrdered sequence of NB boundary node indexes in the range 1 to N.
[out]nbNumber of boundary nodes.

Definition at line 364 of file tools_stripack.F90.


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