The Simulation class ====================== The :any:`Simulation` class is top-level class in KENV. It contains all the simulation data, and has the high-level method :any:`track` that performs the integrate. .. autoclass:: kenv.solver.Simulation :members: track