landlab.graph.dual

Define a graph of nodes-links-patches and its dual.

This class should not be used directly. Instead, it should be used as a base class when defining other types of graphs.

class DualGraph[source]

Bases: object

__init__()
__new__(**kwargs)
property cell_at_node
property corner_at_patch
property dual
property node_at_cell
property nodes_at_face
property patch_at_corner
sort()[source]
class DualGraphMeta[source]

Bases: type

__init__(name, bases, dct)[source]
__new__(**kwargs)
mro()

Return a type’s method resolution order.