.. _statevecintegrator: stateVecIntegrator ================== Base clase for every StateVecIntegrator. For creating a new StateVecIntegrator, inherit this class and override the ``integrate()`` method. ``integrate()`` only needs to advance one time step. DO NOT CHANGE THIS CLASS, if possible. .. doxygenclass:: StateVecIntegrator :members: