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)

[math] ode event handler

2020-01-11 Thread Bo Johnson
Hi there, I'm new to Java and working on a project to integrate some ODEs. I'm having issues knowing how to work with the event handler. My ODE class looks like: public class DipoleODEimplements FirstOrderDifferentialEquations { public int getDimension() { return 6; }