forked from dobrzynski/hex2tet
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Develop #18
Conversation
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
…loadMesh fonction and create fortran APIs.
Added Github actions workflow
- Adds functions to detect file extensions and to call the suitable file parser - Add a function to parse .npy files using C-python and C-numpy APIs: doesn't work due to difficulties to convert pyObjects into pyArrayObjects. Another issue is the python include dir fund by CMake -> it is not the good one. So it seems better to give up this solution and to explicitely write the .npy parser. Note that the cmake's part is not included in this commit (as it doesn't work). - warning: main has been modified to test the .npy file parser with different prototype than the .mesh one so a temporary array (hexa2) has been used and should be removed when the .mesh parser will be modified to allow hexa tab allocation inside the parser.
…ation inside loadmesh function
…ter towards array as argument; Modified .perl fortran header generator
Feature/npy inputs
Fixed Fortran header generation; Added wrapping of MMG5_ARG_[\w*] as …
Added a missing initialization of several variables when reading input mesh
H2T_loadNpy: Add edges of bounding box to mesh structure
…very direction increased by one
Correction of reading .npy files
…odified reading method for data type in header
Data type reading in .npy files
fixed small error in fread call
Converted some ints to MMG5_int to fix some overflows
Fixed some minor warnings related to integer types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add development introduced for MICROCARD project: