Warisa Roongaraya
Warisa Roongaraya
PERK p2
Hello, this branch adds a new time integrator of second-order paired explicit Runge-Kutta method. It contains the time integrator, a polynomial optimizer for the method, and a new elixir employing...
Hello, in this PR which is a continuation of the previous PR of PERK2_single, I tried to make Convex and ECOS weak dependencies of Trixi by adding a file called...
As mentioned by @ranocha in [#1908 ](https://github.com/trixi-framework/Trixi.jl/pull/1908), a user is now able to set a fixed time step for simulations without a stepsize callback for PERK2 time integration method. The...
This PR introduces a new single-step paired explicit Runge-Kutta integrator of the third order. Along with this implementation, NLsolve has been added as a weak dependency. Tests have been added...
[Here](https://github.com/funsim/moola/blob/master/moola/algorithms/newton_cg_trust_region.py#L100-L110) Or to be precise, in the curvature test section of `TrustRegionNewtonCG`, the function `self.mk` is called, but as far as I see, it isn't defined anywhere: I tried to...