Geant4
10.01.p02
|
#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) |
Private Member Functions | |
void | getField (const G4double P[4]) |
Private Attributes | |
G4Mag_EqRhs * | m_fEq |
G4double | m_lastField [3] |
G4double | m_fldPosition [4] |
G4double | m_magdistance |
G4double | m_magdistance2 |
G4double | m_cof |
G4double | m_mom |
G4double | m_imom |
G4bool | m_cachedMom |
G4double | m_iPoint [3] |
G4double | m_mPoint [3] |
G4double | m_fPoint [3] |
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.
References m_fldPosition, m_fPoint, m_iPoint, m_lastField, m_magdistance2, and m_mPoint.
G4NystromRK4::~G4NystromRK4 | ( | ) |
Definition at line 63 of file G4NystromRK4.cc.
|
virtual |
Reimplemented from G4MagIntegratorStepper.
Definition at line 196 of file G4NystromRK4.cc.
References G4Mag_EqRhs::FCof(), getField(), m_cachedMom, m_cof, m_fEq, m_imom, and m_mom.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 172 of file G4NystromRK4.cc.
|
inline |
Definition at line 108 of file G4NystromRK4.hh.
References m_magdistance.
|
inlineprivate |
Definition at line 117 of file G4NystromRK4.hh.
References G4EquationOfMotion::GetFieldValue(), m_fEq, m_fldPosition, m_lastField, and m_magdistance2.
Referenced by ComputeRightHandSide().
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.hh.
|
inline |
Definition at line 102 of file G4NystromRK4.hh.
References m_magdistance, and m_magdistance2.
|
private |
Definition at line 92 of file G4NystromRK4.hh.
Referenced by ComputeRightHandSide().
|
private |
Definition at line 89 of file G4NystromRK4.hh.
Referenced by ComputeRightHandSide().
|
private |
Definition at line 84 of file G4NystromRK4.hh.
Referenced by ComputeRightHandSide(), and getField().
|
private |
Definition at line 86 of file G4NystromRK4.hh.
Referenced by G4NystromRK4(), and getField().
|
private |
Definition at line 95 of file G4NystromRK4.hh.
Referenced by DistChord(), and G4NystromRK4().
|
private |
Definition at line 91 of file G4NystromRK4.hh.
Referenced by ComputeRightHandSide().
|
private |
Definition at line 93 of file G4NystromRK4.hh.
Referenced by DistChord(), and G4NystromRK4().
|
private |
Definition at line 85 of file G4NystromRK4.hh.
Referenced by G4NystromRK4(), and getField().
|
private |
Definition at line 87 of file G4NystromRK4.hh.
Referenced by GetDistanceForConstantField(), and SetDistanceForConstantField().
|
private |
Definition at line 88 of file G4NystromRK4.hh.
Referenced by G4NystromRK4(), getField(), and SetDistanceForConstantField().
|
private |
Definition at line 90 of file G4NystromRK4.hh.
Referenced by ComputeRightHandSide().
|
private |
Definition at line 94 of file G4NystromRK4.hh.
Referenced by G4NystromRK4().