HASEonGPU.ImplicitEuler
- class HASEonGPU.ImplicitEuler(iterations=8, tolerance=1e-10)
Bases:
TimeIntegrationSolverFixed-point implicit Euler beta update for stiff beta dynamics.
- step(rhs, betaCells, time, timeStep)
Return a
TimeIntegrationResultfor one physical time step.timeandtimeStepare in seconds.betaCellshas the same shape asGainMedium.get("betaCells").expectedShape.