Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
ISolver.h File Reference

Abstract interface for numerical solvers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ISolver
 Abstract base class for all numerical solvers. More...
 

Detailed Description

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.