yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22138
Re: [Question #688791]: Unable to locate NewtonIntegrator within O.engines.
Question #688791 on Yade changed:
https://answers.launchpad.net/yade/+question/688791
Status: Needs information => Answered
Jérôme Duriez proposed the following answer:
As the error says, you are using a >0 value for
InsertionSortCollider.verletDist. Whereas the source code [*] requires
(for an efficient approximate collision detection ?) NewtonIntegrator to
belong to O.engines, which you decided against.
[*] see this if-block at https://gitlab.com/yade-
dev/trunk/-/blob/master/pkg/common/InsertionSortCollider.cpp#L393 ---
sorry I do not warranty this version is exactly the one of your YADE
2018.02b version
--
You received this question notification because your team yade-users is
an answer contact for Yade.