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

Invariant to validate if a collapse will break multimesh representation #512

Open
mtao opened this issue Nov 10, 2023 · 1 comment
Open
Assignees

Comments

@mtao
Copy link
Collaborator

mtao commented Nov 10, 2023

MultiMesh assumes that if mesh P has a child mesh C (which is a k-simplicial complex) , then each k-simplex of P always maps to a single simplex C. Collapse can break this assumption, so we need an invariant that broadcasts a precondition to all nodes checking that children maps will still be representable.

@mtao
Copy link
Collaborator Author

mtao commented Dec 9, 2023

Looks like this is now implemented for TRI -> edge.

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