-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interpolation: changes in API (mostly backward compatible) and docs
in C++: interpolate_value() renamed to trilinear_interpolation() interpolate() renamed to interpolate_value() default order=1 makes it backward compatible the order argument: was 1/2/3, now it's 0/1/3 and corresponds to polynomial order. in Python: the same, but interpolate() had no bindings Also, added optional arg to_frac to grid.interpolate_position_array() rewritten the Interpolation section in docs it's a follow up to #324 functions that do Grid to Grid interpolation still need some work
- Loading branch information
Showing
4 changed files
with
133 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters