HASEonGPU.TimeIntegrationResult
- class HASEonGPU.TimeIntegrationResult(betaCells, evaluation)
Bases:
objectReturn object from
TimeIntegrationSolver.step(...).- Parameters:
betaCells (ndarray)
evaluation (TimeDerivative)
- betaCells: ndarray
Updated point-level beta array proposed by the solver.
- evaluation: TimeDerivative
Derivative evaluation to expose in the resulting
TimeStepState.