HASEonGPU.ExplicitEuler

class HASEonGPU.ExplicitEuler

Bases: TimeIntegrationSolver

First-order explicit Euler beta update using one RHS evaluation.

step(rhs, betaCells, time, timeStep)

Return a TimeIntegrationResult for one physical time step.

time and timeStep are in seconds. betaCells has the same shape as GainMedium.get("betaCells").expectedShape.