landlab.graph.structured_quad.ext package#

Submodules#

landlab.graph.structured_quad.ext.at_cell module#

fill_node_at_cell(shape, ndarray node_at_cell)#

Get node contained in a cell.

Parameters:
  • shape (tuple of int) – Shape of the grid as (n_rows, n_cols).

  • node_at_cell (ndarray of int) – Buffer into which to place node identifiers.

landlab.graph.structured_quad.ext.at_face module#

fill_nodes_at_face(shape, ndarray nodes_at_face)#

Get nodes on either side of a face.

Parameters:
  • shape (tuple of int) – Shape of the grid as (n_rows, n_cols).

  • nodes_at_face (ndarray of int, shape (n_faces, 2)) – Buffer into which to place node identifiers.

landlab.graph.structured_quad.ext.at_node module#

fill_patches_at_node(shape, ndarray patches_at_face)#
fill_perimeter_nodes(shape, ndarray perimeter_nodes)#

landlab.graph.structured_quad.ext.at_patch module#

Module contents#