20 auto edges = get_edges();
22 auto &ghost_layer = edges.ghost_layer;
23 auto &patch_data_layers = edges.patch_data_layers;
25 ghost_layer.patchdatas.for_each(
26 [&]([[maybe_unused]]
u64 sender,
29 patch_data_layers.get(receiver).insert_elements(ghost_layer_element);
A solver graph node to fuse a ghost layer into a set of patch data layers.
std::uint64_t u64
64 bit unsigned integer
void _impl_evaluate_internal()
evaluate the node
virtual std::string _impl_get_tex() const
get the tex of the node
PatchDataLayer container class, the layout is described in patchdata_layout.
#define __shamrock_stack_entry()
Macro to create a stack entry.