Vincent Acary

Results 35 comments of Vincent Acary

Thank you for this detailed discussion. @xhub, I remember now what was the motivation for this change. Since the drift in the floating point operation is something that can only...

Clearly, in a DIRECTOR class (Python inherited class from c++ class), the question of access is always a nightmare, see for instance, [FastSpinningObjects.py](https://github.com/siconos/siconos-tutorials/blob/master/examples/mechanics/NewtonEuler/FastSpinningObjects.py) where I was obliged to test if...

Any update ? It seems also that the status of Travis build is no longer to GitHub. Is it related to https://travis-ci.community/t/travis-ci-build-no-longer-showing-as-check-on-github-pull-request-page/6955/5

Really curious, it seems that your python is not able to find the module. Two options: - the installation went wrong but it seems ok - the compilation has been...

Marc, Could you send us a minimal testing example ?

Hi, On my computer (MacOsX), siconos_vview is very fast. Is it not always the case when we have a lot of objects. In the latter case, we prefer use paraview....

The issue comes from a bad management of the initial transparency of object. Did you play with the key "t", "y"ot "u" to see if the sphere appears? I remember...

Do not hesitate to propose a PR such that we close this issue and we discuss the PR.

Any update ? Should it be close ?

Hi, For the first item, I fully agree with your proposition to be able to stop the 'while loop' over the time--steps using the output of the end_run_iteration_hook. This is...