-
Notifications
You must be signed in to change notification settings - Fork 97
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
Interpolation point error #729
Conversation
Codecov Report
@@ Coverage Diff @@
## master #729 +/- ##
==========================================
+ Coverage 88.07% 88.40% +0.32%
==========================================
Files 132 132
Lines 15038 15459 +421
==========================================
+ Hits 13245 13666 +421
Misses 1793 1793
Continue to review full report at Codecov.
|
@Balaje are you happy with this? |
@fverdugo, I did an update trying to go in the direction that @Balaje suggested. I now use the sm=KDTreeSearch(num_nearest_vertices=10)
uₕ = interpolate_everywhere(Interpolable(uh_0;searchmethod=sm),U) |
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.
@oriolcg Can you fabricate a simple example and add it that reproduces the bug that this PR wants to fix?
Fixing issue #727, closing #727 .