|
| G4IntegrationDriver (G4double hminimum, T *stepper, G4int numberOfComponents=6, G4int statisticsVerbosity=0) |
|
virtual | ~G4IntegrationDriver () override |
|
| G4IntegrationDriver (const G4IntegrationDriver &)=delete |
|
const G4IntegrationDriver & | operator= (const G4IntegrationDriver &)=delete |
|
virtual G4double | AdvanceChordLimited (G4FieldTrack &track, G4double stepMax, G4double epsStep, G4double chordDistance) override |
|
virtual void | OnStartTracking () override |
|
virtual void | OnComputeStep () override |
|
virtual G4bool | DoesReIntegrate () override |
|
virtual G4bool | AccurateAdvance (G4FieldTrack &track, G4double hstep, G4double eps, G4double hinitial=0) override |
|
virtual G4bool | QuickAdvance (G4FieldTrack &fieldTrack, const G4double dydx[], G4double hstep, G4double &dchord_step, G4double &dyerr) override |
|
virtual void | SetVerboseLevel (G4int newLevel) override |
|
virtual G4int | GetVerboseLevel () const override |
|
G4double | GetMinimumStep () const |
|
void | SetMinimumStep (G4double newval) |
|
void | OneGoodStep (G4double yVar[], const G4double dydx[], G4double &curveLength, G4double htry, G4double eps, G4double &hdid, G4double &hnext) |
|
G4double | GetSmallestFraction () const |
|
void | SetSmallestFraction (G4double val) |
|
| G4RKIntegrationDriver (T *stepper) |
|
| G4RKIntegrationDriver (const G4RKIntegrationDriver &)=delete |
|
G4RKIntegrationDriver & | operator= (const G4RKIntegrationDriver &)=delete |
|
virtual void | GetDerivatives (const G4FieldTrack &track, G4double dydx[]) const override |
|
virtual void | GetDerivatives (const G4FieldTrack &track, G4double dydx[], G4double field[]) const override |
|
virtual G4double | ComputeNewStepSize (G4double errMaxNorm, G4double hstepCurrent) override |
|
virtual G4EquationOfMotion * | GetEquationOfMotion () override |
|
virtual void | SetEquationOfMotion (G4EquationOfMotion *equation) override |
|
virtual const T * | GetStepper () const override |
|
virtual T * | GetStepper () override |
|
G4double | GetSafety () const |
|
G4double | GetPshrnk () const |
|
G4double | GetPgrow () const |
|
virtual void | RenewStepperAndAdjust (G4MagIntegratorStepper *stepper) override |
|
void | ReSetParameters (G4double safety=0.9) |
|
void | SetSafety (G4double valS) |
|
G4int | GetMaxNoSteps () const |
|
void | SetMaxNoSteps (G4int val) |
|
G4double | GetSmallestFraction () const |
|
void | SetSmallestFraction (G4double val) |
|
virtual | ~G4VIntegrationDriver ()=default |
|
virtual | ~G4ChordFinderDelegate () |
|
G4double | AdvanceChordLimitedImpl (G4FieldTrack &track, G4double hstep, G4double eps, G4double chordDistance) |
|
void | ResetStepEstimate () |
|
void | TestChordPrint (G4int noTrials, G4int lastStepTrial, G4double dChordStep, G4double fDeltaChord, G4double nextStepTrial) |
|
G4int | GetNoCalls () |
|
G4int | GetNoTrials () |
|
G4int | GetNoMaxTrials () |
|
void | SetFractions_Last_Next (G4double fractLast=0.90, G4double fractNext=0.95) |
|
void | SetFirstFraction (G4double fractFirst) |
|
G4double | GetFirstFraction () |
|
G4double | GetFractionLast () |
|
G4double | GetFractionNextEstimate () |
|
G4double | GetLastStepEstimateUnc () |
|
void | SetLastStepEstimateUnc (G4double stepEst) |
|
template<class T>
class G4IntegrationDriver< T >
Definition at line 48 of file G4IntegrationDriver.hh.
View newest version in sPHENIX GitHub at line 48 of file G4IntegrationDriver.hh