コンテンツにスキップ

utsuroi

このコンテンツはまだ日本語訳がありません。

NameDescription
IntegratorCommon interface for fixed-step numerical integrators.
DynamicalSystemA dynamical system that can compute state derivatives at a given time.
OdeStateAlgebraic operations required by generic ODE solvers.
NameDescription
TolerancesTolerance configuration for adaptive step-size integrators.
FixedStepperAdvances a fixed-step solver towards successive target times.
SegmentContextThe interval a solver is stepping through, between two switches of the
SegmentSystemA system bound to one segment, for handing to a solver.
SegmentOne segment of a [Segments] walk.
SegmentsThe segments of [t0, t_end], split at the switches the system reports.
AdaptiveStepper853Stateful adaptive stepper for DOP853.
Dop853Dormand-Prince 8(5,3) adaptive step-size integrator (DOP853).
AdaptiveStepperStateful adaptive stepper that encapsulates FSAL k1/dt management.
DormandPrinceDormand-Prince RK5(4)7M adaptive step-size integrator.
Rk4Classic 4th-order Runge-Kutta integrator.
StormerVerletStörmer-Verlet (velocity Verlet) symplectic integrator.
Yoshida4Yoshida 4th-order symplectic integrator.
Yoshida6Yoshida 6th-order symplectic integrator.
Yoshida8Yoshida 8th-order symplectic integrator.
StateN-th order ODE state: ORDER vectors of DIM components each.
NameDescription
AdvanceOutcomeHow a stepper’s advance to a target time ended.
IntegrationErrorReason the integration was stopped by the integrator itself.
IntegrationOutcomeOutcome of an integration with event detection.
ProjectionWhether [OdeState::project] modified the state.
NameDescription
validate_step_sizeReject step sizes that cannot advance time toward t_end.
derivatives_maybe_in_segmentDerivatives from system, for the segment when there is one.