39#ifndef G4CASHKARP_RKF45_HH
40#define G4CASHKARP_RKF45_HH
64 G4int numberOfVariables = 6,
113 G4double *ak2, *ak3, *ak4, *ak5, *ak6, *yTemp, *yIn;
118 G4double *fLastInitialVector, *fLastFinalVector,
119 *fLastDyDx, *fMidVector, *fMidError;
G4StepperType
G4StepperType defines the available integrator of particle's equation of motion in Geant4.
@ kCashKarpRKF45
G4CashKarpRKF45.
G4CashKarpRKF45 implements the Cash-Karp Runge-Kutta-Fehlberg 4/5 method, an embedded fourth order me...
~G4CashKarpRKF45() override
void Stepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) override
G4CashKarpRKF45(const G4CashKarpRKF45 &)=delete
G4CashKarpRKF45(G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
G4int IntegratorOrder() const override
G4double DistChord() const override
G4CashKarpRKF45 & operator=(const G4CashKarpRKF45 &)=delete
G4StepperType StepperType() const override
G4EquationOfMotion is the abstract base class for the right hand size of the equation of motion of a ...
G4MagIntegratorStepper(G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false)