where is the c++ file in which the state of a body is updated?

Asked by Sway

Hi there,
Recently, I found that both "orientation" and "position" of se31 obtained through "const Se3r& se31=state1.se3" are "nan" or "-nan" when I tried to use openMP. So I wanna know how the state of a body is updated during a time step. Could anyone please tell me where the code for updating the state of a body is ? or why such a weird bug happens?
Thanks,
Sway

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Sway
Solved:
Last query:
Last reply:
Revision history for this message
Janek Kozicki (cosurgi) said :
#1

check NewtonIntegrator

Sway said: (by the date of Mon, 22 Sep 2014 05:17:48 -0000)

> New question #254831 on Yade:
> https://answers.launchpad.net/yade/+question/254831
>
> Hi there,
> Recently, I found that both "orientation" and "position" of se31 obtained through "const Se3r& se31=state1.se3" are "nan" or "-nan" when I tried to use openMP. So I wanna know how the state of a body is updated during a time step. Could anyone please tell me where the code for updating the state of a body is ? or why such a weird bug happens?
> Thanks,
> Sway
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

--
Janek Kozicki http://janek.kozicki.pl/ |

Revision history for this message
Sway (zhswee) said :
#2

Thank you, Janek