template<typename EntityID>
LocRecord struct
A single location record: the last-known node for an entity along with whether that node is this rank (local) or another rank (remote).
Unlike the original VT record, updateNode takes the current rank explicitly rather than reaching into a global context singleton, keeping the record free of any communication-layer dependency.
Public functions
- void updateNode(NodeType new_node, NodeType this_node)
Function documentation
template<typename EntityID>
void loc:: LocRecord<EntityID>:: updateNode(NodeType new_node,
NodeType this_node)
Update the node this record points at, classifying local vs. remote relative to this_node.