-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap
create_nonmatching_meshes_interpolation_data
in Python (#3039)
* wrap create_nonmatching_meshes_interpolation_data * missing imports * _ * fix * typo * fix typing * Geometry typing * ] * return * padding= * tidy * typing and docstring * Use const spans in C++ for interpolation data. Add name-tuple documenting returntype of create_nonmatching_meshes_interpolation_data. Use views into nb-array to pass to C++. Return ndarrays from C++ * Fix documentation of interpolate + Python interface for normal interpolation * Wrap empty constructor as namedtuple * Fix capitalization and docstring * Fix import order * Sort import --------- Co-authored-by: Jørgen Schartum Dokken <[email protected]> Co-authored-by: Jorgen S. Dokken <[email protected]>
- Loading branch information
1 parent
e3fb2a1
commit 641e839
Showing
6 changed files
with
130 additions
and
38 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
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