Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.26 KB

polyfem-python

!!! danger The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!

Last update Downloads Install

I am making efforts to provide a simple python interface to Polyfem.

For doing so I am maintaining a conda package which can be easily installed https://anaconda.org/conda-forge/polyfempy.

Note that the conda deployment is slow and this tutorial will follow the deployment version.

If you hare in a hurry for the juicy latest feature you can clone the repository Polyfem-python and use pip to install:

python setup.py develop

and

python setup.py test

for testing.

For python documentation https://polyfem.github.io/python/.

For full documentation see https://polyfem.github.io/.