AccurateAdvance(G4FieldTrack &track, G4double hstep, G4double eps, G4double hinitial=0) override | G4IntegrationDriver< T > | virtual |
AdvanceChordLimited(G4FieldTrack &track, G4double stepMax, G4double epsStep, G4double chordDistance) override | G4IntegrationDriver< T > | virtual |
AdvanceChordLimitedImpl(G4FieldTrack &track, G4double hstep, G4double eps, G4double chordDistance) | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
Base typedef | G4IntegrationDriver< T > | private |
CheckStep(const G4ThreeVector &posIn, const G4ThreeVector &posOut, G4double hdid) | G4IntegrationDriver< T > | private |
ChordFinderDelegate typedef | G4IntegrationDriver< T > | private |
ComputeNewStepSize(G4double errMaxNorm, G4double hstepCurrent) override | G4RKIntegrationDriver< T > | virtual |
DoesReIntegrate() override | G4IntegrationDriver< T > | inlinevirtual |
fMinimumStep | G4IntegrationDriver< T > | private |
fNoAccurateAdvanceBadSteps | G4IntegrationDriver< T > | private |
fNoAccurateAdvanceCalls | G4IntegrationDriver< T > | private |
fNoAccurateAdvanceGoodSteps | G4IntegrationDriver< T > | private |
fNoQuickAvanceCalls | G4IntegrationDriver< T > | private |
fSmallestFraction | G4IntegrationDriver< T > | private |
fVerboseLevel | G4IntegrationDriver< T > | private |
G4IntegrationDriver(G4double hminimum, T *stepper, G4int numberOfComponents=6, G4int statisticsVerbosity=0) | G4IntegrationDriver< T > | |
G4IntegrationDriver(const G4IntegrationDriver &)=delete | G4IntegrationDriver< T > | |
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 |
GetFirstFraction() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetFractionLast() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetFractionNextEstimate() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetLastStepEstimateUnc() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetMaxNoSteps() const | G4RKIntegrationDriver< T > | |
GetMinimumStep() const | G4IntegrationDriver< T > | |
GetNoCalls() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetNoMaxTrials() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetNoTrials() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
GetPgrow() const | G4RKIntegrationDriver< T > | |
GetPshrnk() const | G4RKIntegrationDriver< T > | |
GetSafety() const | G4RKIntegrationDriver< T > | |
GetSmallestFraction() const | G4IntegrationDriver< T > | |
GetStepper() const override | G4RKIntegrationDriver< T > | virtual |
GetStepper() override | G4RKIntegrationDriver< T > | virtual |
GetVerboseLevel() const override | G4IntegrationDriver< T > | virtual |
GrowStepSize(G4double h, G4double error) const | G4RKIntegrationDriver< T > | protected |
GrowStepSize2(G4double h, G4double error2) const | G4RKIntegrationDriver< T > | protected |
IncrementQuickAdvanceCalls() | G4IntegrationDriver< T > | protected |
max_stepping_decrease | G4VIntegrationDriver | protectedstatic |
max_stepping_increase | G4VIntegrationDriver | protectedstatic |
OnComputeStep() override | G4IntegrationDriver< T > | inlinevirtual |
OneGoodStep(G4double yVar[], const G4double dydx[], G4double &curveLength, G4double htry, G4double eps, G4double &hdid, G4double &hnext) | G4IntegrationDriver< T > | |
OnStartTracking() override | G4IntegrationDriver< T > | virtual |
operator=(const G4IntegrationDriver &)=delete | G4IntegrationDriver< T > | |
G4RKIntegrationDriver::operator=(const G4RKIntegrationDriver &)=delete | G4RKIntegrationDriver< T > | |
QuickAdvance(G4FieldTrack &fieldTrack, const G4double dydx[], G4double hstep, G4double &dchord_step, G4double &dyerr) override | G4IntegrationDriver< T > | virtual |
RenewStepperAndAdjust(G4MagIntegratorStepper *stepper) override | G4RKIntegrationDriver< T > | virtual |
ReSetParameters(G4double safety=0.9) | G4RKIntegrationDriver< T > | |
ResetStepEstimate() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
SetEquationOfMotion(G4EquationOfMotion *equation) override | G4RKIntegrationDriver< T > | virtual |
SetFirstFraction(G4double fractFirst) | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
SetFractions_Last_Next(G4double fractLast=0.90, G4double fractNext=0.95) | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
SetLastStepEstimateUnc(G4double stepEst) | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
SetMaxNoSteps(G4int val) | G4RKIntegrationDriver< T > | |
SetMinimumStep(G4double newval) | G4IntegrationDriver< T > | |
SetSafety(G4double valS) | G4RKIntegrationDriver< T > | |
SetSmallestFraction(G4double val) | G4IntegrationDriver< T > | |
SetVerboseLevel(G4int newLevel) override | G4IntegrationDriver< T > | virtual |
ShrinkStepSize(G4double h, G4double error) const | G4RKIntegrationDriver< T > | protected |
ShrinkStepSize2(G4double h, G4double error2) const | G4RKIntegrationDriver< T > | protected |
TestChordPrint(G4int noTrials, G4int lastStepTrial, G4double dChordStep, G4double fDeltaChord, G4double nextStepTrial) | G4ChordFinderDelegate< G4IntegrationDriver< T > > | |
UpdateErrorConstraints() | G4RKIntegrationDriver< T > | protected |
~G4ChordFinderDelegate() | G4ChordFinderDelegate< G4IntegrationDriver< T > > | virtual |
~G4IntegrationDriver() override | G4IntegrationDriver< T > | virtual |
~G4VIntegrationDriver()=default | G4VIntegrationDriver | virtual |