-
Notifications
You must be signed in to change notification settings - Fork 63
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
Modify cell diameter function #1279
Conversation
19f8673
to
1134b76
Compare
3645253
to
64800d6
Compare
64800d6
to
a1b73cd
Compare
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 changes to address
17596ec
to
6c01677
Compare
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.
Sorry about that, one last comment to change IMO
is this ready to review @AmishgaAlphonius ? |
Yes :) |
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.
One last question then good to go
Description The previous implementation to calculate cell diameter used the measure function which assumed a linear mapping. Solution This PR adds a function that calculates the volume by integrating 1 over the cell, by summing JxW values returned by the FEValues object. Testing Tests that were outdated have been updated.
Description The previous implementation to calculate cell diameter used the measure function which assumed a linear mapping. Solution This PR adds a function that calculates the volume by integrating 1 over the cell, by summing JxW values returned by the FEValues object. Testing Tests that were outdated have been updated. Former-commit-id: 0430787
Description The previous implementation to calculate cell diameter used the measure function which assumed a linear mapping. Solution This PR adds a function that calculates the volume by integrating 1 over the cell, by summing JxW values returned by the FEValues object. Testing Tests that were outdated have been updated. Former-commit-id: 0430787
Description
The previous implementation to calculate cell diameter used the
measure
function which assumed a linear mapping.Solution
This PR adds a function that calculates the volume by integrating 1 over the cell, by summing JxW values returned by the FEValues object.
Testing
Tests that were outdated have been updated.
Checklist (will be removed when merged)
See this page for more information about the pull request process.
Code related list:
Pull request related list: