#include <G4MagIntegratorStepper.hh>
Definition at line 52 of file G4MagIntegratorStepper.hh.
◆ G4MagIntegratorStepper()
G4MagIntegratorStepper::G4MagIntegratorStepper |
( |
G4EquationOfMotion * |
Equation, |
|
|
G4int |
numIntegrationVariables, |
|
|
G4int |
numStateVariables = 12 |
|
) |
| |
Definition at line 36 of file G4MagIntegratorStepper.cc.
39 : fEquation_Rhs(Equation),
40 fNoIntegrationVariables(num_integration_vars),
41 fNoStateVariables(num_state_vars)
42
43{
44}
◆ ~G4MagIntegratorStepper()
G4MagIntegratorStepper::~G4MagIntegratorStepper |
( |
| ) |
|
|
virtual |
◆ ComputeRightHandSide()
◆ DistChord()
virtual G4double G4MagIntegratorStepper::DistChord |
( |
| ) |
const |
|
pure virtual |
◆ GetEquationOfMotion()
◆ GetNumberOfStateVariables()
G4int G4MagIntegratorStepper::GetNumberOfStateVariables |
( |
| ) |
const |
|
inline |
◆ GetNumberOfVariables()
G4int G4MagIntegratorStepper::GetNumberOfVariables |
( |
| ) |
const |
|
inline |
◆ IntegratorOrder()
virtual G4int G4MagIntegratorStepper::IntegratorOrder |
( |
| ) |
const |
|
pure virtual |
Implemented in G4CashKarpRKF45, G4ClassicalRK4, G4ConstRK4, G4ExactHelixStepper, G4ExplicitEuler, G4HelixExplicitEuler, G4HelixHeum, G4HelixImplicitEuler, G4HelixMixedStepper, G4HelixSimpleRunge, G4ImplicitEuler, G4NystromRK4, G4RKG3_Stepper, G4SimpleHeum, and G4SimpleRunge.
Referenced by G4MagInt_Driver::G4MagInt_Driver(), and G4MagErrorStepper::Stepper().
◆ NormalisePolarizationVector()
void G4MagIntegratorStepper::NormalisePolarizationVector |
( |
G4double |
vec[12] | ) |
|
|
inline |
◆ NormaliseTangentVector()
void G4MagIntegratorStepper::NormaliseTangentVector |
( |
G4double |
vec[6] | ) |
|
|
inline |
◆ RightHandSide()
void G4MagIntegratorStepper::RightHandSide |
( |
const double |
y[], |
|
|
double |
dydx[] |
|
) |
| |
|
inline |
◆ SetEquationOfMotion()
◆ Stepper()
The documentation for this class was generated from the following files: