landlab.grid.unstructured.status¶
- class StatusGrid[source]¶
Bases:
object
- __new__(**kwargs)¶
- active_nodes()[source]¶
Node IDs of all active (core & open boundary) nodes.
core_nodes will return just core nodes.
- property node_status¶
Status of nodes.
Return an array of the status of a grid’s nodes. The node status can be one of the following: -
NodeStatus.CORE
-NodeStatus.FIXED_VALUE
-NodeStatus.FIXED_GRADIENT
-NodeStatus.LOOPED
-NodeStatus.CLOSED