|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DoLoMcPriRK34.hh>
Inheritance diagram for G4DoLoMcPriRK34:Additional Inherited Members | |
Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
Definition at line 41 of file G4DoLoMcPriRK34.hh.
| G4DoLoMcPriRK34::G4DoLoMcPriRK34 | ( | G4EquationOfMotion * | EqRhs, |
| G4int | numberOfVariables = 6, |
||
| G4bool | primary = true |
||
| ) |
Definition at line 37 of file G4DoLoMcPriRK34.cc.
| G4DoLoMcPriRK34::~G4DoLoMcPriRK34 | ( | ) |
Definition at line 71 of file G4DoLoMcPriRK34.cc.
|
delete |
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 201 of file G4DoLoMcPriRK34.cc.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 85 of file G4DoLoMcPriRK34.hh.
| void G4DoLoMcPriRK34::Interpolate | ( | const G4double | yInput[], |
| const G4double | dydx[], | ||
| const G4double | Step, | ||
| G4double | yOut[], | ||
| G4double | tau | ||
| ) |
Definition at line 255 of file G4DoLoMcPriRK34.cc.
Referenced by Interpolate().
| void G4DoLoMcPriRK34::interpolate | ( | const G4double | yInput[], |
| const G4double | dydx[], | ||
| G4double | yOut[], | ||
| G4double | Step, | ||
| G4double | tau | ||
| ) |
Definition at line 247 of file G4DoLoMcPriRK34.cc.
|
delete |
| void G4DoLoMcPriRK34::SetupInterpolate | ( | const G4double | yInput[], |
| const G4double | dydx[], | ||
| const G4double | Step | ||
| ) |
Definition at line 240 of file G4DoLoMcPriRK34.cc.
| void G4DoLoMcPriRK34::SetupInterpolation | ( | ) |
Definition at line 236 of file G4DoLoMcPriRK34.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 98 of file G4DoLoMcPriRK34.cc.
Referenced by DistChord().