Skip to content

Huangzizhou/polyfem-python

 
 

Repository files navigation

polyfem-python

Build

Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

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


To use the Python bindings, clone the current repository and use anaconda to install:
conda create -n diffipc python=3.9
conda activate diffipc
conda install numpy scipy conda-forge::cython pytorch::pytorch

# optional
export N_THREADS=16

cd polyfem-python/
pip install . -v

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

About

polyfem python bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.8%
  • Python 35.7%
  • CMake 8.9%
  • Jupyter Notebook 5.6%