← Back to team overview

yade-dev team mailing list archive

Re: KLA

 

>   
> I see. I will generate vectors on request then, as for now the only 
> array is for strains. Volumes and porosities are stored in the vertices 
> directly.
> Would numpy apply if vertices are in a vector and the data is accessed 
> using "vertex->info().something" (imposed by CGAL design)?
I think you have to allocate new array anyways (it would probably be
possible without, using some magic, but I don't know how). Some of them
will get just copied values, other will be filled by
vertex->info().something. Does that make sense?

Vaclav





Follow ups

References