Skip to content
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

Python bindings #230

Open
stzukowski opened this issue May 23, 2022 · 0 comments
Open

Python bindings #230

stzukowski opened this issue May 23, 2022 · 0 comments

Comments

@stzukowski
Copy link

stzukowski commented May 23, 2022

Dear FreeFEM developers,

I'm working on a project involving solving a PDE in a domain (using FreeFem) and then, using the calculated solution, evolving my system (implemented in Python). For now, I was using some temporary files to pass the information between two processes, but I would like to find a more efficient and elegant solution. As far, I've found two other projects trying to address this problem (both named pyFreeFem):

However, they are also using temporary files as a solution.

I'm interested in the possibility of binding the FreeFem code to Python. I'm not an expert, but there are many Python-C++ wrappers (SWIG, pybind11, cppyy, etc. ) which seem to, in principle, be able to perform such task. Do you think such a feature was already used somewhere or could be incorporated into FreeFem code?

Best regards and thank you for your work,
Stanisław

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant