On 12/8/22 14:46, [email protected] wrote:

I know that P4est as a partitioner has limitations compared to other approaches like Metis or Scotch. However, I was wondering if there was anyway to penalize the partitioner in order to generate the smaller valence that is possible? Sometimes we end up with interfaces between processors that are substantially big (or islands of a few cells). The issue is that for our particle code, this generates a ton of Ghost particles and these particles generate additional cost (collisions become significantly more expensive to calculate because we cannot apply newton's third law for a collision. The calculation becomes essentially duplicated).

I was wondering if there was any ways to "force" or ensure that the interfaces between subdomains remained relatively well-posed?

Bruno:
No, p4est partitions a space-filling curve. You can select where the partition points along this one-dimensional line are (by choosing weights for each cell), but you can't change the curve or what subdomain interfaces this creates.

If that's what you need, you'll have to use the fullydistributed triangulation class that allows you to do that.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/


--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/2d06e675-ae73-044e-5b8a-189c1b09148f%40colostate.edu.

Reply via email to