SST
14.1.0
StructuralSimulationToolkit
|
Defines a pair of links (to define a connected link) More...
#include <linkPair.h>
Public Member Functions | |
LinkPair (LinkId_t order) | |
Create a new LinkPair. More... | |
LinkPair (LinkId_t order, LinkId_t remote_tag) | |
Create a new LinkPair. More... | |
Link * | getLeft () |
Return the Left Link. More... | |
Link * | getRight () |
Return the Right Link. More... | |
Defines a pair of links (to define a connected link)
|
inline |
Create a new LinkPair.
This is used when the endpoints are in the same partition.
order | Value used to enforce the link order. |
References SST::Link::pair_link.
|
inline |
Create a new LinkPair.
This is used when the endpoints are in different partitions.
order | Value used to enforce the link order. |
remote_tag | Used to look up the correct link on the other side. |
References SST::Link::pair_link.