-
Notifications
You must be signed in to change notification settings - Fork 239
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
Identify subdomains tool. #2227
Conversation
return element_ids; | ||
} | ||
|
||
/// Find one-to-one mapping of subdomain nodes to the bulk mesh nodes and |
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.
Comment seems a copy from above, nodes -> elements?
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.
⏩
Maybe a user documentation like here for the tool can be created ...
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.
👍
Algorithms for searching the nodes and elements of a subdomain mesh in a bulk mesh. The bulk_node_ids and bulk_element_ids mesh properties are added to the subdomain mesh or checked for consistency.
For checking and setting of the node and element correspondences between subdomain and bulk meshes.
Increasing the gate limit.
OpenGeoSys development has been moved to GitLab. |
Creates/updates/verifies bulk_node_ids and bulk_element_ids in subdomain meshes.
Test and docu included.