landlab.graph.object.at_patch

get_nodes_at_patch(graph)[source]

Set up data structure that describes node-patch connectivity.

Parameters:
  • links_at_patch (ndarray) – Links that define each patch.

  • nodes_at_link (ndarray) – Nodes that define each link.

Returns:

Nodes that define each patch.

Return type:

ndarray