-
Hi, in your code, I see two types of DifferentialState, one is to define x, y, theta, and another includes the x_dot, y_dot, theta_dot, I wonder which one achieves better performance and why to add x_…
-
Sage interfaces its Heaviside function with a Maxima function named `hstep` which seems to implement the same function. However, there is no documentation on it, and it is not supported in Runge-Kut…
-
Hi
I am currently trying to learn more about Kuramoto oscillators and would like to try your code. Would you mind uploading the dependencies so that your repository works as a standalone package? Th…
-
The numerical simulation using `ODERK4` is too slow.
(it is built in `propagator` class)
I think it can be accelerated with code generation using matlab toolbox.
(the matlab coder does not support …
-
Hello, I am a junior full-stack developer, so I don't have much expertise in the field of image processing.
I am using an Azure Kinect DK as a color camera and its IMU.
My server, connected to the…
-
I added a branch for the function. I noticed when I created it that it takes values of
y_{i-2}, y_{i-1}, y_{i},y_{i+1},y_{i+2} and \Delta t as input. However, instead of needing time, we instead n…
-
Hello, thank you very much for the excellent model. I am trying to figure out the change of the beam transverse profile during the OPO process, and the corresponding beam quality M2 for any cavity co…
-
-
I am solving the 1D KS equation using FDM. I transformed the PDE into a set of ODEs inside a function that I called DerSen.jl. I used RK4 to solve the ODEs and the solution I got is correct.
```ju…
-
Following #206, tested split-explicit time stepping was not able to provide a boundary condition with a reasonable time scale for relaxation to the coastal boundary, unlike RK4, which suggests the tim…