cburstedde / p4est

The "p4est" forest-of-octrees library
www.p4est.org/
GNU General Public License v2.0
260 stars 115 forks source link

Feature wrap partition #305

Closed hannesbrandt closed 6 months ago

hannesbrandt commented 6 months ago

This PR adds a member old_global_first_quadrant to the p4est_wrap_t. It stores the global_first_quadrant array of the wrap's p4est before partitioning and can be used to organize data transfers with transfer_fixed and transfer_custom in between calls to wrap_partition and wrap_adapt.