Struct AAHD_DirectedEdgeNode

Struct Documentation

struct AAHD_DirectedEdgeNode

Node on a face (directed edge) connecting an upwind and downwind cell.

Public Functions

inline bool IsInitialized() const

Check if the directed edge is initialized.

Public Members

AAHD_FaceNode upwind_node

Upwind face node.

AAHD_FaceNode downwind_node

Downwind face node.