|
Geant4
10.03
|
#include <G4TsitourasRK45.hh>
Inheritance diagram for G4TsitourasRK45:
Collaboration diagram for G4TsitourasRK45:Private Member Functions | |
| G4TsitourasRK45 (const G4TsitourasRK45 &) | |
| G4TsitourasRK45 & | operator= (const G4TsitourasRK45 &) |
Private Attributes | |
| G4double * | ak2 |
| G4double * | ak3 |
| G4double * | ak4 |
| G4double * | ak5 |
| G4double * | ak6 |
| G4double * | ak7 |
| G4double * | ak8 |
| G4double * | yTemp |
| G4double * | yIn |
| G4double | fLastStepLength |
| G4double * | fLastInitialVector |
| G4double * | fLastFinalVector |
| G4double * | fLastDyDx |
| G4double * | fMidVector |
| G4double * | fMidError |
| G4TsitourasRK45 * | fAuxStepper |
Additional Inherited Members | |
Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (int order) |
| void | SetFSAL (bool flag=true) |
Definition at line 39 of file G4TsitourasRK45.hh.
| G4TsitourasRK45::G4TsitourasRK45 | ( | G4EquationOfMotion * | EqRhs, |
| G4int | numberOfVariables = 6, |
||
| G4bool | primary = true |
||
| ) |
Definition at line 51 of file G4TsitourasRK45.cc.
References ak2, ak3, ak4, ak5, ak6, ak7, ak8, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, G4cout, G4endl, G4MagIntegratorStepper::GetNumberOfStateVariables(), G4INCL::Math::max(), yIn, and yTemp.
Here is the call graph for this function:| G4TsitourasRK45::~G4TsitourasRK45 | ( | ) |
Definition at line 95 of file G4TsitourasRK45.cc.
References ak2, ak3, ak4, ak5, ak6, ak7, ak8, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, and yTemp.
|
private |
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 309 of file G4TsitourasRK45.cc.
References G4LineSection::Distline(), fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidError, fMidVector, and Stepper().
Here is the call graph for this function:
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 72 of file G4TsitourasRK45.hh.
| void G4TsitourasRK45::Interpolate | ( | const G4double | yInput[], |
| const G4double | dydx[], | ||
| const G4double | Step, | ||
| G4double | yOut[], | ||
| G4double | tau | ||
| ) |
Definition at line 266 of file G4TsitourasRK45.cc.
References ak2, ak3, ak4, ak5, ak6, ak7, G4MagIntegratorStepper::GetNumberOfVariables(), and yIn.
Here is the call graph for this function:| void G4TsitourasRK45::interpolate | ( | const G4double | yInput[], |
| const G4double | dydx[], | ||
| G4double | yOut[], | ||
| G4double | Step, | ||
| G4double | tau | ||
| ) |
|
private |
| void G4TsitourasRK45::SetupInterpolation | ( | ) |
Definition at line 260 of file G4TsitourasRK45.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 129 of file G4TsitourasRK45.cc.
References ak2, ak3, ak4, ak5, ak6, ak7, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::RightHandSide(), yIn, and yTemp.
Referenced by DistChord().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), and ~G4TsitourasRK45().
|
private |
Definition at line 88 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().
|
private |
Definition at line 84 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 84 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 84 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 83 of file G4TsitourasRK45.hh.
Referenced by DistChord(), and Stepper().
|
private |
Definition at line 84 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().
|
private |
Definition at line 84 of file G4TsitourasRK45.hh.
Referenced by DistChord(), G4TsitourasRK45(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Interpolate(), Stepper(), and ~G4TsitourasRK45().
|
private |
Definition at line 81 of file G4TsitourasRK45.hh.
Referenced by G4TsitourasRK45(), Stepper(), and ~G4TsitourasRK45().