HASEonGPU.Heun
- class HASEonGPU.Heun
Bases:
TimeIntegrationSolverSecond-order predictor-corrector beta update using two 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.