-
Notifications
You must be signed in to change notification settings - Fork 33
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
levelset: add support for evaluating the levelset on unstructured grids #293
Conversation
e0a1c70
to
f45a615
Compare
I don't know the relationship with the pull request, but (at least) tests 1,2,3,4,6 of surfunstructured and tests 1,4 of sunrfunstructured parallel fail. |
21b6e84
to
9de2262
Compare
There were some failures with the leveset tests that are now fixed. I don't see problems with the surfunstructured tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just ran bitpit tests and reviewed the code. No used in an external application.
9de2262
to
21f0f17
Compare
Rebased on current master and added support for generic segmentation elements (before the change, only triangles were supported for three-dimensional segmentations). |
58c3514
to
31e98c0
Compare
The new levelset test was failing because generalized barycentric coordinates cannot be evaluated for degenerate polygons |
31e98c0
to
47fdcd9
Compare
47fdcd9
to
1c43c70
Compare
It is now possible to evaluate the levelset on unstructured grids.