Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling cell deletion #65

Open
recaeadmin opened this issue Oct 22, 2024 · 1 comment
Open

Handling cell deletion #65

recaeadmin opened this issue Oct 22, 2024 · 1 comment

Comments

@recaeadmin
Copy link

Hi @j-fu,

Great work with this meshing package! Particularly appreciate the partitioning feature! 🚀

Quick question - have you ever considered the problem of cell deletion? Let's just imagine a heat conduction problem and a melting material. If one cell reached the melting temperature, we ought to remove it because it "melted" away.

I have not found documentation or discussion about this in ExtendableGrids, would you happen to have any idea?

@j-fu
Copy link
Member

j-fu commented Oct 22, 2024

No, we don't have this and didn't think about this so far. It seems to be possible to implement something like this based on a marker vector. Essentially this would amount to creating a new grid because removing cells also would lead to removing vertices. One would have to figure out what to do with the boundary. However, something like this is already in the subgrid code. May be tweaking cellregions and extracting subgrids could work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants