36#ifndef G4EXPLICITEULER_HH
37#define G4EXPLICITEULER_HH
58 G4int numberOfVariables = 6) ;
G4StepperType
G4StepperType defines the available integrator of particle's equation of motion in Geant4.
@ kExplicitEuler
G4ExplicitEuler.
G4EquationOfMotion is the abstract base class for the right hand size of the equation of motion of a ...
G4int IntegratorOrder() const override
~G4ExplicitEuler() override=default
void DumbStepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[]) override
G4ExplicitEuler(G4EquationOfMotion *EqRhs, G4int numberOfVariables=6)
G4StepperType StepperType() const override
G4MagErrorStepper(G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)