|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
Abstract interface for numerical solvers. More...
Go to the source code of this file.
Data Structures | |
| class | ISolver |
| Abstract base class for all numerical solvers. More... | |
Abstract interface for numerical solvers.
Defines the common interface for all numerical solvers in the system. Solvers are designed to work asynchronously with the physics simulation, advancing one step at a time and signaling when they've converged or failed.
Definition in file ISolver.h.