Zachary Ferguson
Zachary Ferguson
Hi, yes I plan to add more documentation/examples for how to use the library and its functions. However, it seems like you are asking how to build a full simulator...
Could you please provide more information about which version of Python you are using? This line contains type hinting (https://docs.python.org/3/library/typing.html) which was added in Python 3.5. Therefore we only support...
* [x] `multi-material/stretch-cubes.json` now fails because of #95
`multi-material/stretch-cubes.json` works now.
* [ ] In-node to node ordering for hexahedral elements * [ ] In-node to node ordering for P4+ elements * [ ] In-node to node ordering for anisoparametric elements
Interesting idea. Obstacles are not simulated so they would not deform and we do not have an elasticity model for shells either. I assume that in this case, you expect...
You can `right-click > open` the app to get a third option to ignore and open anyways.
I see the confusion. Definitely at the very least the documentation for the `compute_minimum_distance` function needs to be updated to state the returned value is a squared distance. I originally...
Yes, you are right dhat and dmin are unsquared.
Through some clever rewrites of the Jacobian calculation done in the IPC Toolkit (https://github.com/ipc-sim/ipc-toolkit/pull/56), I can now compile the IPC Toolkit with the newer Eigen. Unfortunately, it hits a snag...