-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add examples for Fluids models #1021
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1021 +/- ##
==========================================
- Coverage 88.50% 88.18% -0.32%
==========================================
Files 78 78
Lines 8915 8979 +64
==========================================
+ Hits 7890 7918 +28
- Misses 1025 1061 +36 |
# ``PropertyField``, which provides a relationship between the body IDs and the cell zone | ||
# IDs. In this case, each body is only comprised of one cell zone. | ||
|
||
minfo.get_property("body_cell_topology") |
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.
hey @rafacanton don't we want to expose realy APIs (with no strings) in the mesh info
@JennaPaikowsky This PR is ready for review. In particular, could you take a look at the |
…f-core into rcanton/improve_faces
deep_copy
method of theMeshedRegion
(the generic_deep_copy
incore.py
paves the way for future improvements indeep_copy
for other types.