28namespace shamrock::solvergraph {
70#define NODE_EXCHANGE_GHOST_FIELD_EDGES(X_RO, X_RW) \
72 X_RO(shamrock::solvergraph::RankGetter, rank_owner) \
74 X_RW(shamrock::solvergraph::PatchDataFieldDDShared<T>, ghost_layer)
76 EXPAND_NODE_EDGES(NODE_EXCHANGE_GHOST_FIELD_EDGES)
77#undef NODE_EXCHANGE_GHOST_FIELD_EDGES
93 inline virtual std::string
_impl_get_label()
const {
return "ExchangeGhostField"; };
Shared distributed data field for patch data management in solver graphs.
Solver graph node for distributed ghost field data exchange.
virtual std::string _impl_get_tex() const
Returns the TeX representation for this node.
ExchangeGhostField()
Default constructor for ExchangeGhostField node.
virtual std::string _impl_get_label() const
Returns the display label for this node.
void _impl_evaluate_internal()
Performs the ghost field data exchange computation.
Inode is node between data edges, takes multiple inputs, multiple outputs.