|
Geant4
10.03.p01
|
#include <G4RKG3_Stepper.hh>


Additional Inherited Members | |
Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (int order) |
| void | SetFSAL (bool flag=true) |
Definition at line 51 of file G4RKG3_Stepper.hh.
| G4RKG3_Stepper::G4RKG3_Stepper | ( | G4Mag_EqRhs * | EqRhs | ) |
Definition at line 35 of file G4RKG3_Stepper.cc.
| G4RKG3_Stepper::~G4RKG3_Stepper | ( | ) |
Definition at line 40 of file G4RKG3_Stepper.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 197 of file G4RKG3_Stepper.cc.

|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 95 of file G4RKG3_Stepper.hh.
| void G4RKG3_Stepper::StepNoErr | ( | const G4double | tIn[8], |
| const G4double | dydx[6], | ||
| G4double | Step, | ||
| G4double | tOut[8], | ||
| G4double | B[3] | ||
| ) |
Definition at line 126 of file G4RKG3_Stepper.cc.


|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 44 of file G4RKG3_Stepper.cc.

| void G4RKG3_Stepper::StepWithEst | ( | const G4double | tIn[8], |
| const G4double | dydx[6], | ||
| G4double | Step, | ||
| G4double | tOut[8], | ||
| G4double & | alpha2, | ||
| G4double & | beta2, | ||
| const G4double | B1[3], | ||
| G4double | B2[3] | ||
| ) |
Definition at line 104 of file G4RKG3_Stepper.cc.
