agerlach
agerlach
Any status update on getting this PR merged?
> to get the functionality you want I'm a bit confused by this. Is this not the functionality you would expect?
For the headless application discussed in #297, although heavy, the dependencies on Gtk and GtkReative is not the core issue. The issues only arises on precompilation ```julia julia> using Javis...
@TheCedarPrince The edited version of Javis works great. Thanks.
1. There is really nothing special about using the headless server. It is actually a work around to a different problem. I have a Mac for work and I don't...
Yeah. I am working through a backlog of things that need done before the holidays. It is in the queue though.
Moving some of the slack convo here for future reference/discussion: Some quadrature algorithms can handle the discontinuity better than others. The default does not converge, but I find switching to...
https://arxiv.org/pdf/1803.06372.pdf
I don't know if its so simple. What about the following ``` function eom(u,p,t) [-1.0, 1.0].*u end g(sol) = sol[1,end] ``` We have decoupled stable and unstable linear system. But...
> I guess the question is, do we want to target the system we intended to represent via eom of eom itself? I'm not clear on what you are asking...