40#ifndef G4SIMPLERUNGE_HH
41#define G4SIMPLERUNGE_HH
60 G4int numberOfVariables = 6);
98 G4int fNumberOfVariables = 0;
G4StepperType
G4StepperType defines the available integrator of particle's equation of motion in Geant4.
@ kSimpleRunge
G4SimpleRunge.
G4EquationOfMotion is the abstract base class for the right hand size of the equation of motion of a ...
G4MagErrorStepper(G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)
G4int IntegratorOrder() const override
G4SimpleRunge(G4EquationOfMotion *EquationRhs, G4int numberOfVariables=6)
G4StepperType StepperType() const override
G4SimpleRunge & operator=(const G4SimpleRunge &)=delete
~G4SimpleRunge() override
G4SimpleRunge(const G4SimpleRunge &)=delete
void DumbStepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[]) override