Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DormandPrinceRK56.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4MagIntegratorStepper | |
void | SetIntegrationOrder (G4int order) |
void | SetFSAL (G4bool flag=true) |
Definition at line 40 of file G4DormandPrinceRK56.hh.
G4DormandPrinceRK56::G4DormandPrinceRK56 | ( | G4EquationOfMotion * | EqRhs, |
G4int | numberOfVariables = 6, | ||
G4bool | primary = true ) |
Definition at line 37 of file G4DormandPrinceRK56.cc.
Referenced by G4DormandPrinceRK56().
|
override |
Definition at line 84 of file G4DormandPrinceRK56.cc.
|
delete |
|
overridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 357 of file G4DormandPrinceRK56.cc.
|
inlineoverridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 60 of file G4DormandPrinceRK56.hh.
|
inline |
Definition at line 86 of file G4DormandPrinceRK56.hh.
Referenced by Interpolate().
Definition at line 96 of file G4DormandPrinceRK56.hh.
void G4DormandPrinceRK56::Interpolate_high | ( | const G4double | yInput[], |
const G4double | dydx[], | ||
const G4double | Step, | ||
G4double | yOut[], | ||
G4double | tau ) |
Definition at line 569 of file G4DormandPrinceRK56.cc.
void G4DormandPrinceRK56::Interpolate_low | ( | const G4double | yInput[], |
const G4double | dydx[], | ||
const G4double | Step, | ||
G4double | yOut[], | ||
G4double | tau ) |
Definition at line 432 of file G4DormandPrinceRK56.cc.
Referenced by Interpolate().
|
delete |
|
inline |
Definition at line 79 of file G4DormandPrinceRK56.hh.
Referenced by SetupInterpolation().
void G4DormandPrinceRK56::SetupInterpolate_high | ( | const G4double | yInput[], |
const G4double | dydx[], | ||
const G4double | Step ) |
Definition at line 489 of file G4DormandPrinceRK56.cc.
void G4DormandPrinceRK56::SetupInterpolate_low | ( | const G4double | yInput[], |
const G4double | dydx[], | ||
const G4double | Step ) |
Definition at line 401 of file G4DormandPrinceRK56.cc.
Referenced by SetupInterpolate().
|
inline |
Definition at line 74 of file G4DormandPrinceRK56.hh.
|
overridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 119 of file G4DormandPrinceRK56.cc.
Referenced by DistChord().