HASEonGPU.TimeIntegrationSolver
- class HASEonGPU.TimeIntegrationSolver
Bases:
objectBase protocol for custom beta time-integration solvers.
Implement
step(rhs, betaCells, time, timeStep).rhsis a callable that accepts(betaCells, time)and returns aTimeDerivative. Higher order solvers may callrhsseveral times for one public simulation step.- step(rhs, betaCells, time, timeStep)
Return a
TimeIntegrationResultfor one physical time step.timeandtimeStepare in seconds.betaCellshas the same shape asGainMedium.get("betaCells").expectedShape.