yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #18974
Re: [Question #678464]: globUpdate in PeriTriaxController
Question #678464 on Yade changed:
https://answers.launchpad.net/yade/+question/678464
jamespaul posted a new comment:
Thanks Jérôme,
>bool doUpdate((scene->iter%globUpdate)==0);
if(doUpdate || min(stiff[0],min(stiff[1],stiff[2])) <=0 || dynCell){ strainStressStiffUpdate(); }
For this code, my understanding is that the smaller the doUpdate, the
more accurate it is.If I take 1, it's going to make a judgment at every
step.
Is my understanding correct?
James
--
You received this question notification because your team yade-users is
an answer contact for Yade.