mymesh.utils.getNodeNeighborhoodByRadius#
- mymesh.utils.getNodeNeighborhoodByRadius(NodeCoords, NodeConn, Radius)[source]#
Gives the connected nodes in a neighborhood with a specified radius for each node in the mesh.
- Parameters:
- Returns:
NodeNeighborhoods – List of neighboring nodes in an neighborhood around each node in NodeCoords with the neighborhoods specified by a radius.
- Return type: