Geant4
10.00.p03
|
#include <G4SimpleRunge.hh>
Private Attributes | |
G4int | fNumberOfVariables |
G4double * | dydxTemp |
G4double * | yTemp |
Definition at line 51 of file G4SimpleRunge.hh.
G4SimpleRunge::G4SimpleRunge | ( | G4EquationOfMotion * | EquationRhs, |
G4int | numberOfVariables = 6 |
||
) |
Definition at line 48 of file G4SimpleRunge.cc.
References dydxTemp, G4MagIntegratorStepper::GetNumberOfStateVariables(), G4INCL::Math::max(), and yTemp.
G4SimpleRunge::~G4SimpleRunge | ( | ) |
Definition at line 65 of file G4SimpleRunge.cc.
|
virtual |
Implements G4MagErrorStepper.
Definition at line 76 of file G4SimpleRunge.cc.
References dydxTemp, fNumberOfVariables, G4MagIntegratorStepper::RightHandSide(), and yTemp.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 67 of file G4SimpleRunge.hh.
|
private |
Definition at line 73 of file G4SimpleRunge.hh.
Referenced by DumbStepper(), G4SimpleRunge(), and ~G4SimpleRunge().
|
private |
Definition at line 71 of file G4SimpleRunge.hh.
Referenced by DumbStepper().
|
private |
Definition at line 74 of file G4SimpleRunge.hh.
Referenced by DumbStepper(), G4SimpleRunge(), and ~G4SimpleRunge().