SABER
tools_stripack::intadd Interface Reference

Public Member Functions

subroutine stripack_intadd (kk, i1, i2, i3, list, lptr, lend, lnew)
 Add an interior node to a triangulation. More...
 

Detailed Description

Definition at line 65 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_intadd()

subroutine tools_stripack::intadd::stripack_intadd ( integer, intent(in)  kk,
integer, intent(in)  i1,
integer, intent(in)  i2,
integer, intent(in)  i3,
integer, dimension(*), intent(inout)  list,
integer, dimension(*), intent(inout)  lptr,
integer, dimension(*), intent(inout)  lend,
integer, intent(inout)  lnew 
)

Add an interior node to a triangulation.

Parameters
[in]kkIndex of the node to be inserted. 1<=KK and KK must not be equal to I1, I2, or I3.
[in]i1First index of the counterclockwise-ordered sequence of vertices of a triangle which contains node KK.
[in]i2Second index.
[in]i3Third index.
[in,out]listTriangulation data structure created by TRMESH. Triangle (I1,I2,I3) must be included in the triangulation. On output, updated with the addition of node KK. KK will be connected to nodes I1, I2, and I3.
[in,out]lptrcf. list
[in,out]lendcf. list
[in,out]lnewcf. list

Definition at line 576 of file tools_stripack.F90.


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