Geant4
10.01.p02
|
#include <G4CashKarpRKF45.hh>
Public Member Functions | |
G4CashKarpRKF45 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true) | |
~G4CashKarpRKF45 () | |
void | Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) |
G4double | DistChord () const |
G4int | IntegratorOrder () const |
Public Member Functions inherited from G4MagIntegratorStepper | |
G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12) | |
virtual | ~G4MagIntegratorStepper () |
virtual void | ComputeRightHandSide (const G4double y[], G4double dydx[]) |
void | NormaliseTangentVector (G4double vec[6]) |
void | NormalisePolarizationVector (G4double vec[12]) |
void | RightHandSide (const double y[], double dydx[]) |
G4int | GetNumberOfVariables () const |
G4int | GetNumberOfStateVariables () const |
G4EquationOfMotion * | GetEquationOfMotion () |
void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
Private Member Functions | |
void | StepWithEst (const G4double yIn[], const G4double dydx[], G4double Step, G4double yOut[], G4double &alpha2, G4double &beta2, const G4double B1[], G4double B2[]) |
G4CashKarpRKF45 (const G4CashKarpRKF45 &) | |
G4CashKarpRKF45 & | operator= (const G4CashKarpRKF45 &) |
Private Attributes | |
G4double * | ak2 |
G4double * | ak3 |
G4double * | ak4 |
G4double * | ak5 |
G4double * | ak6 |
G4double * | ak7 |
G4double * | yTemp |
G4double * | yIn |
G4double | fLastStepLength |
G4double * | fLastInitialVector |
G4double * | fLastFinalVector |
G4double * | fLastDyDx |
G4double * | fMidVector |
G4double * | fMidError |
G4CashKarpRKF45 * | fAuxStepper |
Definition at line 50 of file G4CashKarpRKF45.hh.
G4CashKarpRKF45::G4CashKarpRKF45 | ( | G4EquationOfMotion * | EqRhs, |
G4int | numberOfVariables = 6 , |
||
G4bool | primary = true |
||
) |
Definition at line 47 of file G4CashKarpRKF45.cc.
References ak2, ak3, ak4, ak5, ak6, ak7, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, and yTemp.
G4CashKarpRKF45::~G4CashKarpRKF45 | ( | ) |
Definition at line 80 of file G4CashKarpRKF45.cc.
References ak2, ak3, ak4, ak5, ak6, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, and yTemp.
|
private |
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 230 of file G4CashKarpRKF45.cc.
References G4LineSection::Distline(), fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidError, fMidVector, and Stepper().
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 69 of file G4CashKarpRKF45.hh.
|
private |
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 111 of file G4CashKarpRKF45.cc.
References ak2, ak3, ak4, ak5, ak6, c1, c3, c4, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::RightHandSide(), yIn, and yTemp.
Referenced by DistChord().
|
private |
Definition at line 214 of file G4CashKarpRKF45.cc.
References FatalException, and G4Exception().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45().
|
private |
Definition at line 97 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), and ~G4CashKarpRKF45().
|
private |
Definition at line 93 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 93 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 93 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 92 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), and Stepper().
|
private |
Definition at line 93 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), and ~G4CashKarpRKF45().
|
private |
Definition at line 93 of file G4CashKarpRKF45.hh.
Referenced by DistChord(), G4CashKarpRKF45(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().
|
private |
Definition at line 89 of file G4CashKarpRKF45.hh.
Referenced by G4CashKarpRKF45(), Stepper(), and ~G4CashKarpRKF45().