Juha Heiskala
Juha Heiskala
The issue does not happen with Sundials 3.8.3. The issue does happen with Sundials 3.9
I wondered the same. Like I said the first post in Discourse, this problem is from Octave ode15i-function tests when Sundials is available in Octave. I am guessing that the...
My guess is that the purpose of the discontinuous event function is to mimic some possible real world case where there would be need to differentiate two almost simultaneous events....
Yes, it should detect two events at t=9 and t=10. The first t=9 event is detected, the second is not, instead the IDA error is generated. Have you tried your...
Below is the error: Sol 2 Event 1 at time: 8.999999999999998 [IDAS ERROR] IDAGetDky Illegal value for k. ┌ Warning: IDAGetDky failed with error code = │ flag = -25...
Thanks for the merge.
Ah, ok, thanks. Did't realize that the module variables are stored in the precompiled cache.
Hi, well I guess my question would be what development? How much functionality should be implemented. Its been some years since I originally implemented DirectQhull, only imported it to Github...
@stevengj I have used "facet_tail", "vertex_tail", "num_good", "del_vertices", "input_dim" that did not have accessors. Looks like "facet_tail" and "vertex_tail" can be detected by qhull's "getid_" function, so accessor should not...
I don't recall/know the details of qhull now, so I assume your instructions are valid for the those fields. Just to check, you think what I did in: [DirectQhullHelper.c](https://github.com/JuhaHeiskala/DirectQhullHelper/blob/master/src/DirectQhullHelper.c) with...