|
SABER
|
Public Member Functions | |
| subroutine | stripack_bnodes (n, list, lptr, lend, nodes, nb) |
| Return the boundary nodes of a triangulation. More... | |
Definition at line 53 of file tools_stripack.F90.
| 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.
| [in] | n | Number of nodes in the triangulation. 3 <= N. |
| [in] | list | The data structure defining the triangulation, created by TRMESH. |
| [in] | lptr | cf. list |
| [in] | lend | cf. list |
| [out] | nodes | Ordered sequence of NB boundary node indexes in the range 1 to N. |
| [out] | nb | Number of boundary nodes. |
Definition at line 364 of file tools_stripack.F90.