Geant4_10
|
#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) |
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.
G4CashKarpRKF45::~G4CashKarpRKF45 | ( | ) |
Definition at line 80 of file G4CashKarpRKF45.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 230 of file G4CashKarpRKF45.cc.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 69 of file G4CashKarpRKF45.hh.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 111 of file G4CashKarpRKF45.cc.