Vincent Acary

Results 16 issues of Vincent Acary

Hi, I am developing a small piece of code as copy editor of JTCAM https://jtcam.episcience.org to add best OAI location in bibtex entry based on request on unpaywall. This works...

I built oce-0.18.1 on MacOsX 10.14.6 without any problem. I installed into a user defines directory using ``` -DOCE_INSTALL_PREFIX=~/.local ``` When I want to load it into an executable, the...

Hi, I have an issue with mechanics_hdf5 simulation with multiple run and adding object into the scene In the attached zip file [multirun.tar.gz](https://github.com/siconos/siconos/files/8425550/multirun.tar.gz) there are two python scripts that enable...

Hi, The Bullet contact detector usually performs very well with contact persistency using its inherent feature given by btPersistentManifold. For contact between spheres, it seems that there is no persistency....

This issue is a follow-up of #276 which was a follow-up of the PR #241 :-) In `Simulation::initialize()`, we call ``` updateWorldFromDS(); updateInteractions(); ``` and also in `TimeStepping::initializeNewtonLoop()`, we call...

Here is an attempt to update the appveyor CI to build on WINDOWS with conda This PR has to be clean up before merge

Running very simple examples of collisions between spheres with bullet3 >= 3.17 through [siconos](https://github.com/siconos/siconos-tutorials/tree/master/examples/mechanics/GeometricPrimitives,) I observed that contact persistency is not working and the contact points are recreated each calls...

When using `siconos_vexport` with or without global-filter with object with multiple contactor, the cell data are not connected with the shape. Then, it is not possible to colorize objects with...

Simplify the computation of relations using directly contact points in the absolute frame. - fix automatically the problem with offset - more efficient computations. Old computation based on (relative) contacts...