Interface Continuum

All Superinterfaces:
DiffEquations, Named

public interface Continuum extends DiffEquations
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 Details

    • getState

      Real[] getState()
      Returns the current state vector.
    • setState

      void setState(Real[] y)
      Updates the state vector.