Geant4
10.03
|
#include <G4NystromRK4.hh>
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] |
Additional Inherited Members | |
![]() | |
void | SetIntegrationOrder (int order) |
void | SetFSAL (bool flag=true) |
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.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.cc.
|
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().