-
Notifications
You must be signed in to change notification settings - Fork 249
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
[Core] Brep Surface - trimmed integration (Part 2 - Inner loop) #13080
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Máté Kelemen <[email protected]>
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.
Some comments:
- Why not "solution_outer" instead of "solution" for more clarity and consistence?
- Can we propose a better name for the Clipper operation, rather than "d"?
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 for the sake of consistency, I would propose separating all the composed names with _, for example: best_vertex instead of bestvertex, or min_weight instead of minweight
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 some minor comments regarding format...
We change "solution" to "solution_outer" and add a proper naming for the inner and outer Clipper operations
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.
Ok from my side 👍
The merge-base changed after approval.
@KratosMultiphysics/technical-committee |
📝 Description
This is the second part of the PR series to fix the problem related to the trimmed integration in the IGA application.
This PR adds additional operations for the inner loop trimming.
Dependencies: #13072
The test cases will be elaborated on in the next PR.