Re: [math] ode event handler

2020-01-15 Thread Bo Johnson
Hi Gilles, Thanks for your reply. I'm rather new to Java and how user guides and docs are organized (they all seem to follow a general format I'm getting used to). I found in the docs a specific example of how to treat a bouncing ball and it was the solution to my question. Best, On

Re: [math] ode event handler

2020-01-15 Thread Gilles Sadowski
Hi. I do not personally use this part of the library. Thus, only suggesting the obvious: Did you read the user guide, and the examples that are part of the test suite (in order to be sure that everything is coded correctly)? If so, the next step would be to try and devise a minimal (simplified)