-
Move the Numerical functionality Specifically
* RK4 numerical method and
* Step halving adaptivity
from https://github.com/jmosborne/MultiCellularNumericalMethods into develop.
-
After changing ForcedBio with random noise in an RK4 simulation, no noticeable change in output biomass was observed.
-
Finish implementing the abstract Integrator class and a subclass for implementing RK4 approximations. The Integrator class will need a DiffEQ definition that will be fed into different algorithms in …
-
The time varying forcing and the tidal potential forcing have an explicit dependence on time `t` that is currently not modified during the intermediate stages of `RK4` and this results in a deteriorat…
-
현재의 계산 방식은,
i) 내가 원하는 시간에 대해서 적절한 타임스텝마다 이전 위치 기록을 가지고 있는 dummy 객체를 생성하고,
ii) 모든 행성에 대해서, 더미 객체를 활용하여 한 행성씩 돌아가면서 내 주변 행성들의 만유인력을 계산하고, 업데이트 해줌.
iii) 위 과정을 내가 원하는 시간까지 반복
위 계산 방법의 가장 큰 문제는 너무 느…
-
### Describe your issue.
When solving a simple piecewise-smooth system using the default configuration for solve_ivp (specifically rtol=1e-3 and atol=1e-6), the solution is significantly incorrect (o…
-
are those files all missing?
-
-
I need to determine the API I want for my operator code so that I can solve coupled differential equations using the RK4 algorithm. I probably also want an overloaded version which can take in just a …
-
https://github.com/gyoo18/MiniLaboPrototype/blob/dc49a1ea02d278b1483f3b437950f5ac914911f6/src/com/MiniLabo/prototype/Int%C3%A9grateur.java#L352