Struct t8_msh_node_equal

Struct Documentation

struct t8_msh_node_equal

/struct t8_msh_node_equal

Equality operator for msh file nodes. This is used to compare nodes in the hash table.

Public Functions

inline bool operator()(const t8_msh_file_node &lhs, const t8_msh_file_node &rhs) const

Checks two nodes for equality.

Parameters:
  • lhs[inout] First node.

  • rhs[inout] Second node.

Returns:

True if nodes are equal.