You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR rewrites the setVertexNmTag (function that analysis the type of feature edges arriving through a non-required non-manifold point and set the suitable tag at point):
initial function was travelling the tetra vertices, selecting the edges of the ball of the vertex incident to the vertex and counting the feature edges (edges where hashed in a new hash table for each vertex to be uniquely added);
now we travel tetra edges and increment edge vertices counters depending on the type of the feature edges. Edges are hashed to be uniquely added. Then we travel the mesh points and set the suitable tags depending on the computed counters.
Hi,
Thanks for your patience. I have merged a temporary fix in Mmg (see issue #97 ).
I hope that it will work while we wait for a real solution to the problem.
Best
No problem, in the meantime, I'm sticking to commit 6824158449e57b46253b505d968b81f15fafc6a0 of Mmg. Let me know if you want me to try something that you cooked up, there is no hurry at all, I'll still be here after the summer holidays :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR rewrites the
setVertexNmTag(function that analysis the type of feature edges arriving through a non-required non-manifold point and set the suitable tag at point):This PR removes the
boulernmfunction.