grss.libgrss.IntegrationParameters#
- class grss.libgrss.IntegrationParameters#
- Bases: - pybind11_object- The IntegrationParameters class contains parameters used in the numerical integration of the equations of motion. - __init__(self: grss.libgrss.IntegrationParameters) None#
 - Methods - __init__(self)- Attributes - Flag to use adaptive time step. - Initial time step. - Factor by which to limit the change in time step. - Minimum time step. - Number of second derivatives. - Number of integrated bodies. - Number of bodies with SPICE ephemerides. - Total number of bodies. - Initial time of integration (MJD TDB). - Final time of integration (MJD TDB). - Counter for number of time steps. - Tolerance for integration. - Tolerance for predictor-corrector within IAS15. - property adaptiveTimestep#
- Flag to use adaptive time step. 
 - property dt0#
- Initial time step. 
 - property dtChangeFactor#
- Factor by which to limit the change in time step. 
 - property dtMin#
- Minimum time step. 
 - property n2Derivs#
- Number of second derivatives. 
 - property nInteg#
- Number of integrated bodies. 
 - property nSpice#
- Number of bodies with SPICE ephemerides. 
 - property nTotal#
- Total number of bodies. nTotal = nInteg + nSpice. 
 - property t0#
- Initial time of integration (MJD TDB). 
 - property tf#
- Final time of integration (MJD TDB). 
 - property timestepCounter#
- Counter for number of time steps. 
 - property tolInteg#
- Tolerance for integration. 
 - property tolPC#
- Tolerance for predictor-corrector within IAS15.