35#ifndef G4MAGERRORSTEPPER_HH
36#define G4MAGERRORSTEPPER_HH
60 G4int numberOfVariables,
61 G4int numStateVariables = 12);
113 G4double *yInitial, *yMiddle, *dydxMid, *yOneStep;
116#include "G4MagErrorStepper.icc"
CLHEP::Hep3Vector G4ThreeVector
G4EquationOfMotion is the abstract base class for the right hand size of the equation of motion of a ...
G4double DistChord() const override
void Stepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) override
virtual void DumbStepper(const G4double y[], const G4double dydx[], G4double h, G4double yout[])=0
G4MagErrorStepper(G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)
G4MagErrorStepper(const G4MagErrorStepper &)=delete
G4MagErrorStepper & operator=(const G4MagErrorStepper &)=delete
~G4MagErrorStepper() override
G4MagIntegratorStepper(G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false)