← Back to team overview

yade-users team mailing list archive

Re: [Question #658909]: Question about FEM and DEM coupling

 

Question #658909 on Yade changed:
https://answers.launchpad.net/yade/+question/658909

Jan Stránský requested more information:
Hi Kun,
so there must be some inconsistency. In the last code you posted there is
###
def rect(vs,**kw):
 v1,v2,v3,v4 = vs
 return [
  yade.utils.facet((v1,v2,v3),**kw),
  yade.utils.facet((v1,v3,v4),**kw),
 ]
###

so rect IS defined..

Sorry for late question, but what is your goal of this approach? The
main idea in the examples are that you do not create facets in Yade
manually, but rather they are created as a copy of surface of given FEM
mesh..

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.