Re: [Yade-dev] Cell deformation handling

2011-01-19 Thread Václav Šmilauer
Hi Bruno, I think it makes sense what you write and it is good that you did the implementaiton that works. The fact that flipCell can be encapsulated inside the collider is nice, for instance. I would like to just ask for 2 things: 1. Make sure that the old interface (setting refSize etc)

Re: [Yade-dev] Cell deformation handling

2011-01-19 Thread Bruno Chareyre
Hi, It's commited. Attributes doc should be ok but header doc and sphinx doc are TODOs. All scripts I could find seems to run unmodified. I replaced definition of trsf and refSize by setters in the scripts (couldn't find a better way since integrateAndUpdate can't really do the job now). Setters

[Yade-dev] Cell deformation handling

2011-01-18 Thread Bruno Chareyre
Hi (Jan, Vaclav), If I understand correctly (looking at scripts), Cell::trsf is currently used to define the initial geometry of the period (e.g. applying rotations). Is that correct? I didn't expect this usage when I introduced it, as it was supposed to record cumulated transformations. The