Geant4  10.02.p01
G4SimpleRunge Class Reference

#include <G4SimpleRunge.hh>

+ Inheritance diagram for G4SimpleRunge:
+ Collaboration diagram for G4SimpleRunge:

Public Member Functions

 G4SimpleRunge (G4EquationOfMotion *EquationRhs, G4int numberOfVariables=6)
 
 ~G4SimpleRunge ()
 
void DumbStepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[])
 
G4int IntegratorOrder () const
 
- Public Member Functions inherited from G4MagErrorStepper
 G4MagErrorStepper (G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)
 
virtual ~G4MagErrorStepper ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
G4double DistChord () const
 
- Public Member Functions inherited from G4MagIntegratorStepper
 G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12)
 
virtual ~G4MagIntegratorStepper ()
 
virtual void ComputeRightHandSide (const G4double y[], G4double dydx[])
 
void NormaliseTangentVector (G4double vec[6])
 
void NormalisePolarizationVector (G4double vec[12])
 
void RightHandSide (const double y[], double dydx[])
 
G4int GetNumberOfVariables () const
 
G4int GetNumberOfStateVariables () const
 
G4EquationOfMotionGetEquationOfMotion ()
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 

Private Attributes

G4int fNumberOfVariables
 
G4doubledydxTemp
 
G4doubleyTemp
 

Detailed Description

Definition at line 51 of file G4SimpleRunge.hh.

Constructor & Destructor Documentation

G4SimpleRunge::G4SimpleRunge ( G4EquationOfMotion EquationRhs,
G4int  numberOfVariables = 6 
)

Definition at line 48 of file G4SimpleRunge.cc.

References dydxTemp, G4MagIntegratorStepper::GetNumberOfStateVariables(), G4INCL::Math::max(), and yTemp.

+ Here is the call graph for this function:

G4SimpleRunge::~G4SimpleRunge ( )

Definition at line 65 of file G4SimpleRunge.cc.

References dydxTemp, and yTemp.

Member Function Documentation

void G4SimpleRunge::DumbStepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[] 
)
virtual

Implements G4MagErrorStepper.

Definition at line 76 of file G4SimpleRunge.cc.

References dydxTemp, fNumberOfVariables, G4MagIntegratorStepper::RightHandSide(), and yTemp.

+ Here is the call graph for this function:

G4int G4SimpleRunge::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 67 of file G4SimpleRunge.hh.

Member Data Documentation

G4double* G4SimpleRunge::dydxTemp
private

Definition at line 73 of file G4SimpleRunge.hh.

Referenced by DumbStepper(), G4SimpleRunge(), and ~G4SimpleRunge().

G4int G4SimpleRunge::fNumberOfVariables
private

Definition at line 71 of file G4SimpleRunge.hh.

Referenced by DumbStepper().

G4double* G4SimpleRunge::yTemp
private

Definition at line 74 of file G4SimpleRunge.hh.

Referenced by DumbStepper(), G4SimpleRunge(), and ~G4SimpleRunge().


The documentation for this class was generated from the following files: