julia_page
Mechanical
- Nov 26, 2018
- 11
Hello,
In my program I want to get the contact forces of each node. Currently im doing this with a *do loop and fsum for each node. This is slowing down the simulation because i have many contact nodes and a lot of time steps. Is there a way i can get this nodal contact forces without going one by one with a loop?
Thanks
In my program I want to get the contact forces of each node. Currently im doing this with a *do loop and fsum for each node. This is slowing down the simulation because i have many contact nodes and a lot of time steps. Is there a way i can get this nodal contact forces without going one by one with a loop?
Thanks