FleCSI User API Version: 2.3.0
 
Loading...
Searching...
No Matches
peer_entities Struct Reference

Communication pattern for a single pair of colors. More...

Public Attributes

std::map< util::id, util::idghost
 Local ID for (the remote ID) each entity received from the peer.
 
std::set< util::idshared
 Local entities sent to the peer.
 

Detailed Description

Communication pattern for a single pair of colors.

Member Data Documentation

◆ shared

std::set<util::id> shared

Local entities sent to the peer.

◆ ghost

std::map<util::id, util::id> ghost

Local ID for (the remote ID) each entity received from the peer.