28#define NODE_EDGES(X_RO, X_RW) \
30 X_RO(shamrock::solvergraph::RankGetter, rank_owner) \
32 X_RW(shamrock::solvergraph::PatchDataFieldDDShared<T>, ghost_layer)
34namespace shamrock::solvergraph {
76 EXPAND_NODE_EDGES(NODE_EDGES)
92 inline virtual std::string
_impl_get_label()
const {
return "ExchangeGhostField"; };
Shared distributed data field for patch data management in solver graphs.
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.