39 bool transform_vec_x =
true;
40 bool transform_vec_y =
true;
41 bool transform_vec_z =
true;
42 std::shared_ptr<shamrock::patch::PatchDataLayerLayout> ghost_layer_layout;
50 std::shared_ptr<shamrock::patch::PatchDataLayerLayout> ghost_layer_layout)
51 : mode(mode), transform_vec_x(transform_vec_x), transform_vec_y(transform_vec_y),
52 transform_vec_z(transform_vec_z), ghost_layer_layout(ghost_layer_layout) {}
54 EXPAND_NODE_EDGES(NODE_EDGES)
58 inline virtual std::string
_impl_get_label()
const {
return "TransformGhostLayer"; };