sim.physics2D.integrator
Interface ODESolver

All Known Implementing Classes:
ODEEulerSolver, ODERungeKuttaSolver

public interface ODESolver

Represents the interface for ordinary differential equation solvers. These solvers take the current state of the system (position, velocity, and external forces) and solve for the next state.


Method Summary
 void solve(double stepSize)
           
 

Method Detail

solve

void solve(double stepSize)