-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About simulation time #17
Comments
Thanks! |
It appears that there is no Python version... |
It seems like the 5_garments demo will take a lot of time. |
Is it getting stuck at a specific frame or just generally slow? Our code is only tested on Ubuntu with MKL compiled CHOLMOD, so using different environment may also cause performance differences. |
How can I tell if it's stuck or not? I'm new to this and not very familiar with simulations. Your repository is my guide. I'm still learning and trying my best. |
So the simulator will output an obj file for the result of each frame, and you can take a look at the files, if the last output file was a long time ago, much longer than the adjacent time interval between earlier output files, then it means it get stuck at this frame. You could also take screenshot of the command line output here. If you are new to simulation, I guess you may find https://phys-sim-book.github.io/ and https://github.com/phys-sim-book/solid-sim-tutorial helpful. |
Thank you! I will read the physics simulation book carefully. Can I leave this issue open to ask more questions about garment simulation later? |
Actually, I'm trying to reimplement PhysAvatar, a nice project using your great C-IPC. |
Great! You can feel free to email me if you have followup questions. But note that sometimes I may be slow to reply :) |
Should we determine the pinned vertices ourselves in the garment demo? |
Yes, seams should be part of the input file, and dirichlet BC is set via python. Please see the example. |
Also, I'm curious why the drape and stage are vertical? |
Great job! I'm curious, how long will the code take to run? I've been running the garment simulation code for about half a day, and it's still going!
The text was updated successfully, but these errors were encountered: