SABER
tools_stripack::insert Interface Reference

Public Member Functions

subroutine stripack_insert (k, lp, list, lptr, lnew)
 Insert K as a neighbor of N1. More...
 

Detailed Description

Definition at line 62 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_insert()

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.

Parameters
[in]kIndex of the node to be inserted.
[in]lpLIST pointer of N2 as a neighbor of N1.
[in,out]listTriangulation data structure created by TRMESH. On output, updated with the addition of node K.
[in,out]lptrcf. list
[in,out]lnewcf. list

Definition at line 541 of file tools_stripack.F90.


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