overlaptypes.hh
Go to the documentation of this file.
void update(const BorderList &borderList) Definition: overlaptypes.hh:151 The list of indices which are on the process boundary. Definition: overlaptypes.hh:126 void update(const BorderList &borderList) Definition: overlaptypes.hh:128 unsigned BorderDistance The type representing the distance of an index to the border. Definition: overlaptypes.hh:54 std::map< ProcessRank, DomesticOverlapWithPeer > DomesticOverlapByRank A type mapping the process rank to the list of domestic indices which are owned by the peer. Definition: overlaptypes.hh:187 std::vector< Index > DomesticOverlapWithPeer The list of domestic indices are owned by peer rank. Definition: overlaptypes.hh:181 unsigned ProcessRank The type of the rank of a process. Definition: overlaptypes.hh:49 std::vector< std::map< ProcessRank, BorderDistance > > OverlapByIndex Maps each index to a list of processes . Definition: overlaptypes.hh:176 std::vector< IndexDistanceNpeers > OverlapWithPeer The list of indices which overlap with a peer rank. Definition: overlaptypes.hh:165 int Index The type of an index of a degree of freedom. Definition: overlaptypes.hh:44 std::list< BorderIndex > BorderList This class managages a list of indices which are on the border of a process' partition of the grid. Definition: overlaptypes.hh:120 std::map< ProcessRank, OverlapWithPeer > OverlapByRank A type mapping the process rank to the list of indices shared with this peer. Definition: overlaptypes.hh:171 Definition: blackoilboundaryratevector.hh:37 A single index intersecting with the process boundary. Definition: overlaptypes.hh:102 Index localIdx Index of the entity for the local process. Definition: overlaptypes.hh:104 BorderDistance borderDistance Distance to the process border for the peer (in hops) Definition: overlaptypes.hh:113 ProcessRank peerRank Rank of the peer process. Definition: overlaptypes.hh:110 Index peerIdx Index of the entity for the peer process. Definition: overlaptypes.hh:107 This structure stores an index, a process rank, and the number of processes which "see" the degree of... Definition: overlaptypes.hh:92 BorderDistance borderDistance Definition: overlaptypes.hh:94 This structure stores an index, a process rank, and the distance of the degree of freedom to the proc... Definition: overlaptypes.hh:80 BorderDistance borderDistance Definition: overlaptypes.hh:83 This structure stores an index and a process rank. Definition: overlaptypes.hh:60 This structure stores a local index on a peer process and a global index. Definition: overlaptypes.hh:70 |