Interface Continuum
- All Superinterfaces:
DiffEquations, Named
Interface for entities that have continuous state dynamics (Continuum).
Extends DiffEquations to provide derivatives.
Allows integration by the Hybrid Engine.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface DiffEquations
computeDerivatives, getDimension
-
Method Details
-
getState
Real[] getState()Returns the current state vector. -
setState
Updates the state vector.
-