landlab.graph.hex.ext package#

Submodules#

landlab.graph.hex.ext.hex module#

fill_xy_of_node_hex_horizontal(shape, ndarray x_of_node, ndarray y_of_node)#

Get x and y coordinates for each node.

fill_xy_of_node_hex_vertical(shape, ndarray x_of_node, ndarray y_of_node)#
fill_xy_of_node_rect_horizontal(shape, ndarray x_of_node, ndarray y_of_node)#

Get x and y coordinates for each node.

fill_xy_of_node_rect_vertical(shape, ndarray x_of_node, ndarray y_of_node)#

Get x and y coordinates for each node.

Get links that bound each patch.

Get nodes at the tail and head of each node.

get_xy_of_node(shape, ndarray x_of_node, ndarray y_of_node)#

Get x and y coordinates for each node.

Module contents#