-
Notifications
You must be signed in to change notification settings - Fork 99
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
Changed the method for SkeletonCellFieldPair
for AD to work with operations inside mean
and jump
#800
Changed the method for SkeletonCellFieldPair
for AD to work with operations inside mean
and jump
#800
Conversation
* This involved removing the change_domain method SkeletonCellFieldPair * Adding an evaluate! method for SkeletonCellFieldPair * Adding tests for the feature in FEAutodiff and also MultiField case
Hi @kishore-nori ! Thanks for your work! Can you please edit NEWS.md? |
Done! |
mean
and jump
SkeletonCellFieldPair
for AD to work with operations inside mean
and jump
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.
hi @kishore-nori ! Thanks for your work. We are almost there. I only made a pair of comments that you have to address.
Thank you for the review Alberto and the comments. I ll improve the comments and think more about the |
Codecov Report
@@ Coverage Diff @@
## master #800 +/- ##
=======================================
Coverage 88.22% 88.23%
=======================================
Files 159 159
Lines 17757 17763 +6
=======================================
+ Hits 15667 15673 +6
Misses 2090 2090
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Hi Alberto! I improved the comments and explained the choice of overloads and why there are no side effects, please check when you are free. |
evaluate!
method forSkeletonCellFieldPair
change_domain
call resulting in wrong behaviour with terms involving operations ofCellFields
insidemean
andjump
termsSingleField
andMultiField
AD tests compared withForwardDiff
for such terms