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

Information specific to a single index space and color. More...

Public Attributes

std::vector< std::size_t > cnx_allocs
 The local allocation size for each connectivity.
 
util::id entities
 Total number of entities stored by this color, including ghosts.
 
std::map< Color, peer_entitiespeers
 Entities sent to and received from other colors.
 

Detailed Description

Information specific to a single index space and color.

Member Data Documentation

◆ entities

util::id entities

Total number of entities stored by this color, including ghosts.

◆ peers

std::map<Color, peer_entities> peers

Entities sent to and received from other colors.

◆ cnx_allocs

std::vector<std::size_t> cnx_allocs

The local allocation size for each connectivity.

The vector is over all connectivities in the order given in the specialization policy.