-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
I’m currently working on a 2D simulation involving dynamic tissue rearrangement, and I’ve implemented T1 and T2 transitions using Tyssue’s built-in functions. However, I'm encountering situations where polygons (cells) occasionally intersect or overlap, likely due to numerical integration or topological rearrangements.
In many vertex models, these cases are typically resolved via a T3 transition (e.g., doi:10.1016/j.pbiomolbio.2013.09.003), which handles polygon intersections by modifying the topology to restore a valid mesh.
I’ve searched the documentation and codebase but couldn’t find an explicit implementation of a T3 transition. I just wanted to check:
1) Does Tyssue currently support any form of T3 transition, or automated resolution of polygon overlaps?
2) If not, would you recommend a strategy for manually detecting and resolving such events within the Tyssue framework?
Any guidance would be greatly appreciated — thank you for your work on this library!
Cheers.