fastscapelib.NodeStatus

class fastscapelib.NodeStatus

Node status values.

Node status is a label assigned to each grid/mesh node. It is used to define the structure and boundaries of the modeled domain.

The description of each value is given for indicative pruposes only. Exact semantics may differ depending on the grid type or the objects that are consuming grids.

For example, LOOPED is used only for structured grids.

Members:

CORE : Inner grid node

FIXED_VALUE : boundary node with fixed value

FIXED_GRADIENT : boundary node with fixed gradient

LOOPED : reflective (periodic) boundary node

GHOST : inactive grid node (outside the domain)

__init__()

Methods

Attributes

CORE

FIXED_GRADIENT

FIXED_VALUE

GHOST

LOOPED

name

value