[deal.II] Re: Python Binding

2022-09-02 Thread Bruno Turcksin
Felix, First, you need to configure deal.II using -DDEAL_II_COMPONENT_PYTHON_BINDINGS=ON. Then you need to re-compile and re-install the library. Now the wrappers are built but you still need to tell python where to find them. You can do that by setting the PYTHONPATH to the directory where py

[deal.II] Python Binding

2022-09-02 Thread Felix Felix
Deal all, could someone teach me on how do I use the python binding. It says that I should import the package from the tutorial 1 file. But I don't understand how to do it. Could someone here be kind enough to teach me or tell me the steps? Best regards, Felix -- The deal.II project is lo