|
Geant4_10
|
#include <G4NystromRK4.hh>


Public Member Functions | |
| G4NystromRK4 (G4Mag_EqRhs *EquationMotion, G4double distanceConstField=0.0) | |
| ~G4NystromRK4 () | |
| void | Stepper (const G4double P[], const G4double dPdS[], G4double step, G4double Po[], G4double Err[]) |
| virtual void | ComputeRightHandSide (const double P[], double dPdS[]) |
| void | SetDistanceForConstantField (G4double length) |
| G4double | GetDistanceForConstantField () const |
| G4int | IntegratorOrder () const |
| G4double | DistChord () const |
Public Member Functions inherited from G4MagIntegratorStepper | |
| G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12) | |
| virtual | ~G4MagIntegratorStepper () |
| 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 51 of file G4NystromRK4.hh.
| G4NystromRK4::G4NystromRK4 | ( | G4Mag_EqRhs * | EquationMotion, |
| G4double | distanceConstField = 0.0 |
||
| ) |
Definition at line 41 of file G4NystromRK4.cc.
| G4NystromRK4::~G4NystromRK4 | ( | ) |
Definition at line 63 of file G4NystromRK4.cc.
|
virtual |
Reimplemented from G4MagIntegratorStepper.
Definition at line 196 of file G4NystromRK4.cc.

|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 172 of file G4NystromRK4.cc.
|
inline |
Definition at line 108 of file G4NystromRK4.hh.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.hh.
Definition at line 102 of file G4NystromRK4.hh.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.cc.
1.8.5