-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
solid.for
to return arrays instead of using text file (#56)
+ solid.for/solid_grid/point(): return numpy arrays instead of writing text file, by leveraging the `!f2py intent(in/out)` comment syntax. This brings two improvements: 1. greatly improve the communication between the fortran and python code, thus, the flexibility of pysolid 2. >2X speedup of point SET calculation + update `solid_grid/point()` usage in grid/point.py --------- Co-authored-by: Zhang Yunjun <[email protected]>
- Loading branch information
1 parent
94bec28
commit 18dcc0f
Showing
4 changed files
with
84 additions
and
142 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