Replies: 2 comments
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Hello, thanks for the reply. Yes indeed, I found that out myself while experimenting and I also managed to adjust the Barycentric mapping for visuals and surface I read about compute-sanitizer and when I use it like that How can I fix it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am new to Sofa and FEM and also to CUDA.
My goal is to create an accurate simulation of stacked objects, with collisions and deformations.
I managed to create an xml file with a floor and multiple stacked cubes, below an example with one cube.
When I use runsofa to step through the simulation I see that at least collision works, although very slowly.
So I wanted to accelerate the simulation using CUDA, but I am not sure how to proceed.
With the files I downloaded comes a SofaCUDA.dll file, so I guess I can skip the compilation outlined in the docs?
When I set it as requiredPlugin I can see it is recognized by runsofa
but when I change the template to CudaVec3d I get errors like
and also
So my question is basically where is my error and do i need to recompile the dll because not everything is in there?
Edit: I found the CudaTetrahedronTLEDForcefield, but when using it I get the following error
Beta Was this translation helpful? Give feedback.
All reactions