neso_fame.wall.get_immediate_rectangular_mesh_connections(points: SliceCoords) MutableCoordMap[SliceCoord, FrozenCoordSet[SliceCoord]]

Return connectivity information for a logically-rectangular set of points.

Only edges which actually have an edge between them will be marked as connected. Those that are diagonally across from each other are not. It should not be used in association with find_external_points(), as it will result in nodes outside the vessel being missed.

Parameters:
points: SliceCoords

The locations of the points, stored in 2-dimensional arrays.


Last update: Sep 23, 2024