Results 11 comments of Steffen

I tested the formula (in my case with inelastic collision). Without the modification, the particles would crash into each other and potentially overlap Without the `shifted_mod`

Hey, I just discovered the package and it is so cool! Are you open to PRs? Maybe this could be a good starting one for me, as I'm just about...

Some updates. (Please feel free to close if irrelevant here!) I'm starting now to implement solvers via `DiscreteCallbacks`. That seems more economical for me, as it doesn't need to be...

Yes, I think `LCP` and then `DIProblem` makes perfect sense! I would be happy to collaborate or contribute to @avik-pal project! I will probably still continue my [small repository](https://github.com/SteffenPL/DifferentialInclusions.jl) for...

Cool, I would be happy to join the project!

As a workaround, one could use ```bat julia --project=. --startup-file=no -e "using DaemonMode; ARGS .= replace.(ARGS, '\\' => '/'); runargs()" .\scripts\show_video.jl "D:\w" ``` Which is of course not really a...

Hi @dmolina, thanks for the quick reply. I also noticed also that spaces in paths are also tricky to pass. It seems that during the socket communication those also get...

Thanks! I'll create a fork for further discussions (and in case I need to modify the c code a bit). Generally, each Julia package has its own repository (which is...

> We're currently redesigning a large part of siconos, in particular our python wrappers. It would be great to take advantage of this to add Julia. I think in Julia,...

Hi, only partially (as it is currently a side topic to my bio-math research). I read over Christmas about how to wrap C libraries and hope to build Siconos it...