polyfem-python
polyfem-python copied to clipboard
polyfem python bindings
I try to run the example in polyfem.github.io. This project is needed in in the sling-shot and sphere-pushing-box tutorials. Also, in the tutorial, it's recommend to build polyfempy from the...
Attached terminal log: [2023-01-25 16:19:47.445] [polyfem] [info] simplex_count: 3843 [2023-01-25 16:19:47.445] [polyfem] [info] regular_count: 0 [2023-01-25 16:19:47.445] [polyfem] [info] regular_boundary_count: 0 [2023-01-25 16:19:47.445] [polyfem] [info] simple_singular_count: 0 [2023-01-25 16:19:47.445] [polyfem]...
Hi, After defining pythonian problem, could all the definitions be exported in .json format to run from the command line? Thanks
I saw that in the bindings file, there's a commented method `export_data` that is present in the documentation of polyfempy. I would like to know if this function would allow...
I tried a lot of much simpler cases, but again, none of them shows any deformation. Is the problem class incapable of showing deformation? Code to create a simple square...
Can run physics simulations through JSON input, and perform differentiable physics and solve inverse optimizations (https://github.com/Huangzizhou/DiffIPC-data).