HASEonGPU.RungeKutta4
- class HASEonGPU.RungeKutta4
Bases:
TimeIntegrationSolverClassical fourth-order Runge-Kutta beta update using four RHS evaluations.
- step(rhs, betaCells, time, timeStep)
Return a
TimeIntegrationResultfor one physical time step.timeandtimeStepare in seconds.betaCellshas the same shape asGainMedium.get("betaCells").expectedShape.