-
Notifications
You must be signed in to change notification settings - Fork 2
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
Flatten mesh to single Object due to access errors #120
Comments
All IDs are zero |
Problem iis in CalculateSurface |
global inline void SetNodesVelKernel(TriMesh_d mesh_d,const double3 &v){
AND Mesh::Move is changed by ommitting node_v calculation from m_v inline device void TriMesh_d::Move(double dt){
''' |
Inside Solver are Functions: MeshUpdateKernel (which calls Move() ) UpdateContactParticlesKernel() which calls mesh_id
|
There are not neighbors
The text was updated successfully, but these errors were encountered: