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