about facet and GridConnection

Asked by xjin

I write try to write a simulation, there exist facet and GridConnection.

 but I do not find IGeomFunctorbetween facet and GridConnection?

for example, between particles, I use Ig2_Sphere_Sphere_ScGeom().

Thank s a lot!

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Klaus Thoeni
Solved:
Last query:
Last reply:
Revision history for this message
Best Klaus Thoeni (klaus.thoeni) said :
#1

You need to use PFacets instead of Factes, see for example here [1].

Klaus

[1] https://github.com/yade/trunk/blob/master/examples/cylinders/mikado.py

On Tue, Jun 19, 2018 at 3:42 PM, xjin <email address hidden>
wrote:

> New question #670300 on Yade:
> https://answers.launchpad.net/yade/+question/670300
>
> I write try to write a simulation, there exist facet and GridConnection.
>
> but I do not find IGeomFunctorbetween facet and GridConnection?
>
> for example, between particles, I use Ig2_Sphere_Sphere_ScGeom().
>
> Thank s a lot!
>
> --
> You received this question notification because your team yade-users 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
>

Revision history for this message
xjin (jpeng22) said :
#2

Thanks Klaus Thoeni, that solved my question.