Skip to content

How to fix nodes (other than boundary nodes) using MMG re-meshing #12546

Closed Answered by DaveDKAF
DaveDKAF asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe this is how I implement it in C++?

for (auto& node : r_Model_Part.Nodes()) {

     if (node.Id() == 101) {
     node.Set(BLOCKED, true);
     }
    }

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@loumalouomega
Comment options

@rubenzorrilla
Comment options

@loumalouomega
Comment options

@sunethwarna
Comment options

@DaveDKAF
Comment options

Comment options

You must be logged in to vote
2 replies
@rubenzorrilla
Comment options

@loumalouomega
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DaveDKAF
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants