AccurateAdvance(G4FieldTrack &track, G4double hstep, G4double eps, G4double hinitial=0)=0 | G4VIntegrationDriver | pure virtual |
AdvanceChordLimited(G4FieldTrack &track, G4double hstep, G4double eps, G4double chordDistance)=0 | G4VIntegrationDriver | pure virtual |
ComputeNewStepSize(G4double errMaxNorm, G4double hstepCurrent) override | G4RKIntegrationDriver< T > | virtual |
DoesReIntegrate()=0 | G4VIntegrationDriver | pure virtual |
errorConstraintGrow | G4RKIntegrationDriver< T > | private |
errorConstraintShrink | G4RKIntegrationDriver< T > | private |
fMaxNoSteps | G4RKIntegrationDriver< T > | private |
fMaxStepBase | G4RKIntegrationDriver< T > | private |
G4RKIntegrationDriver(T *stepper) | G4RKIntegrationDriver< T > | |
G4RKIntegrationDriver(const G4RKIntegrationDriver &)=delete | G4RKIntegrationDriver< T > | |
GetDerivatives(const G4FieldTrack &track, G4double dydx[]) const override | G4RKIntegrationDriver< T > | virtual |
GetDerivatives(const G4FieldTrack &track, G4double dydx[], G4double field[]) const override | G4RKIntegrationDriver< T > | virtual |
GetEquationOfMotion() override | G4RKIntegrationDriver< T > | virtual |
GetMaxNoSteps() const | G4RKIntegrationDriver< T > | |
GetPgrow() const | G4RKIntegrationDriver< T > | |
GetPshrnk() const | G4RKIntegrationDriver< T > | |
GetSafety() const | G4RKIntegrationDriver< T > | |
GetSmallestFraction() const | G4RKIntegrationDriver< T > | |
GetStepper() const override | G4RKIntegrationDriver< T > | virtual |
GetStepper() override | G4RKIntegrationDriver< T > | virtual |
GetVerboseLevel() const =0 | G4VIntegrationDriver | pure virtual |
GrowStepSize(G4double h, G4double error) const | G4RKIntegrationDriver< T > | protected |
GrowStepSize2(G4double h, G4double error2) const | G4RKIntegrationDriver< T > | protected |
max_stepping_decrease | G4VIntegrationDriver | protectedstatic |
max_stepping_increase | G4VIntegrationDriver | protectedstatic |
OnComputeStep()=0 | G4VIntegrationDriver | pure virtual |
OnStartTracking()=0 | G4VIntegrationDriver | pure virtual |
operator=(const G4RKIntegrationDriver &)=delete | G4RKIntegrationDriver< T > | |
pgrow | G4RKIntegrationDriver< T > | private |
pIntStepper | G4RKIntegrationDriver< T > | private |
pshrnk | G4RKIntegrationDriver< T > | private |
QuickAdvance(G4FieldTrack &, const G4double[], G4double, G4double &, G4double &) | G4VIntegrationDriver | inlinevirtual |
RenewStepperAndAdjust(G4MagIntegratorStepper *stepper) override | G4RKIntegrationDriver< T > | virtual |
RenewStepperAndAdjustImpl(T *stepper) | G4RKIntegrationDriver< T > | inlineprivate |
ReSetParameters(G4double safety=0.9) | G4RKIntegrationDriver< T > | |
safety | G4RKIntegrationDriver< T > | private |
SetEquationOfMotion(G4EquationOfMotion *equation) override | G4RKIntegrationDriver< T > | virtual |
SetMaxNoSteps(G4int val) | G4RKIntegrationDriver< T > | |
SetSafety(G4double valS) | G4RKIntegrationDriver< T > | |
SetSmallestFraction(G4double val) | G4RKIntegrationDriver< T > | |
SetVerboseLevel(G4int level)=0 | G4VIntegrationDriver | pure virtual |
ShrinkStepSize(G4double h, G4double error) const | G4RKIntegrationDriver< T > | protected |
ShrinkStepSize2(G4double h, G4double error2) const | G4RKIntegrationDriver< T > | protected |
UpdateErrorConstraints() | G4RKIntegrationDriver< T > | protected |
~G4VIntegrationDriver()=default | G4VIntegrationDriver | virtual |