Geant4  10.03
G4DoLoMcPriRK34 Class Reference

#include <G4DoLoMcPriRK34.hh>

+ Inheritance diagram for G4DoLoMcPriRK34:
+ Collaboration diagram for G4DoLoMcPriRK34:

Public Member Functions

 G4DoLoMcPriRK34 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4DoLoMcPriRK34 ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
void SetupInterpolation ()
 
void SetupInterpolate (const G4double yInput[], const G4double dydx[], const G4double Step)
 
void Interpolate (const G4double yInput[], const G4double dydx[], const G4double Step, G4double yOut[], G4double tau)
 
void Interpolate (G4double tau, G4double yOut[])
 
void interpolate (const G4double yInput[], const G4double dydx[], G4double yOut[], G4double Step, G4double tau)
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
- Public Member Functions inherited from G4MagIntegratorStepper
 G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, bool isFSAL=false)
 
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
 
G4int IntegrationOrder ()
 
G4EquationOfMotionGetEquationOfMotion ()
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 
unsigned long GetfNoRHSCalls ()
 
void ResetfNORHSCalls ()
 
bool IsFSAL ()
 

Private Member Functions

 G4DoLoMcPriRK34 (const G4DoLoMcPriRK34 &)
 
G4DoLoMcPriRK34operator= (const G4DoLoMcPriRK34 &)
 

Private Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4DoLoMcPriRK34fAuxStepper
 

Additional Inherited Members

- Protected Member Functions inherited from G4MagIntegratorStepper
void SetIntegrationOrder (int order)
 
void SetFSAL (bool flag=true)
 

Detailed Description

Definition at line 55 of file G4DoLoMcPriRK34.hh.

Constructor & Destructor Documentation

G4DoLoMcPriRK34::G4DoLoMcPriRK34 ( G4EquationOfMotion EqRhs,
G4int  numberOfVariables = 6,
G4bool  primary = true 
)
G4DoLoMcPriRK34::~G4DoLoMcPriRK34 ( )
G4DoLoMcPriRK34::G4DoLoMcPriRK34 ( const G4DoLoMcPriRK34 )
private

Member Function Documentation

G4double G4DoLoMcPriRK34::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 233 of file G4DoLoMcPriRK34.cc.

References G4LineSection::Distline(), fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidError, fMidVector, and Stepper().

+ Here is the call graph for this function:

G4int G4DoLoMcPriRK34::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 93 of file G4DoLoMcPriRK34.hh.

void G4DoLoMcPriRK34::Interpolate ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step,
G4double  yOut[],
G4double  tau 
)

Definition at line 285 of file G4DoLoMcPriRK34.cc.

References ak2, ak3, ak4, ak5, ak6, G4MagIntegratorStepper::GetNumberOfVariables(), and yIn.

Referenced by Interpolate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DoLoMcPriRK34::Interpolate ( G4double  tau,
G4double  yOut[] 
)

Definition at line 278 of file G4DoLoMcPriRK34.cc.

References fLastDyDx, fLastInitialVector, fLastStepLength, and Interpolate().

+ Here is the call graph for this function:

void G4DoLoMcPriRK34::interpolate ( const G4double  yInput[],
const G4double  dydx[],
G4double  yOut[],
G4double  Step,
G4double  tau 
)
G4DoLoMcPriRK34& G4DoLoMcPriRK34::operator= ( const G4DoLoMcPriRK34 )
private
void G4DoLoMcPriRK34::SetupInterpolate ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step 
)

Definition at line 270 of file G4DoLoMcPriRK34.cc.

void G4DoLoMcPriRK34::SetupInterpolation ( )

Definition at line 267 of file G4DoLoMcPriRK34.cc.

void G4DoLoMcPriRK34::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

Implements G4MagIntegratorStepper.

Definition at line 117 of file G4DoLoMcPriRK34.cc.

References ak2, ak3, ak4, ak5, ak6, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::RightHandSide(), yIn, and yTemp.

Referenced by DistChord().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double* G4DoLoMcPriRK34::ak2
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::ak3
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::ak4
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::ak5
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::ak6
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4DoLoMcPriRK34* G4DoLoMcPriRK34::fAuxStepper
private

Definition at line 109 of file G4DoLoMcPriRK34.hh.

Referenced by DistChord(), G4DoLoMcPriRK34(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::fLastDyDx
private
G4double * G4DoLoMcPriRK34::fLastFinalVector
private

Definition at line 105 of file G4DoLoMcPriRK34.hh.

Referenced by DistChord(), G4DoLoMcPriRK34(), Stepper(), and ~G4DoLoMcPriRK34().

G4double* G4DoLoMcPriRK34::fLastInitialVector
private
G4double G4DoLoMcPriRK34::fLastStepLength
private

Definition at line 104 of file G4DoLoMcPriRK34.hh.

Referenced by DistChord(), Interpolate(), and Stepper().

G4double * G4DoLoMcPriRK34::fMidError
private

Definition at line 105 of file G4DoLoMcPriRK34.hh.

Referenced by DistChord(), G4DoLoMcPriRK34(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::fMidVector
private

Definition at line 105 of file G4DoLoMcPriRK34.hh.

Referenced by DistChord(), G4DoLoMcPriRK34(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::yIn
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Interpolate(), Stepper(), and ~G4DoLoMcPriRK34().

G4double * G4DoLoMcPriRK34::yTemp
private

Definition at line 102 of file G4DoLoMcPriRK34.hh.

Referenced by G4DoLoMcPriRK34(), Stepper(), and ~G4DoLoMcPriRK34().


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