-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
meshio #44
Comments
Hi Nico, I totally agree about the need of more flexibility for the I/O (in fact I am currently adding the possibility to parse some of the vtk format). Your project is very useful (I have successfully used it in the past to convert files) and it is a good idea to use your work to extend the Mmg's capabilities. I have only few concerns:
Regards, |
Hi Algiane, right now I don't have the time. But as a personal project I am porting the Mmg API to python using pybind11 the same way we do in Kratos. This would help. I will inform you if I advance with my personal project. |
Hi Vicente, Thank you for your help. Regards, |
Hi everyone, |
Hi bleyerj, I agree that it will be very useful to interface meshio and to have more I/O possibilities. I still keep in mind that I have to try to develop this interface but my time is running out. The Regards, |
Hi @Algiane, is there any update regarding this as well as using some python binding for mmg. You mentioned about the I do not know if @loumalouomega had any progress with his personal project on creating some python bindings. Thanks. |
@ttsesm unfortunately nothing significant |
I see, thanks for the prompt response. I guess, I would need to go with the |
Btw FYI, digging a bit more I discovered the pymedit package which seems to provide some kind of interface between python and mmg. I will try to give it a try to see how it works. |
Hi @ttsesm, I didn't have time to work on meshio interfacing nor on python binding development (days, months and years are too short 😅 ). Our VTK I/O do not provide either python bindings. Honestly, except if someone propose a PR, I think that I will not have the time to implement these two developments. By the way, thanks for pointing out the promising pymedit work: I hope that it will help you! Best Regards, |
Hi @Algiane, Thank you for the feedback.
Yes, I feel you... 😄
I see.
Actually I've managed to have mmg commands called through the Now that I know how to call the mmg tools through my python scripts I think, I will open another issue with my actual problem that I want to solve. I hope @Algiane you could give me some hints there. |
I find Mmg tremendously useful, especially its 3D mesh optimization feature. Perhaps it could be made even more useful if more than Gmsh and Medit files would be accepted. Wrapping your functions into something that uses meshio (a project of mine) might help.
The text was updated successfully, but these errors were encountered: