Geant4  10.03
G4FSALDormandPrince745 Class Reference

#include <G4FSALDormandPrince745.hh>

+ Inheritance diagram for G4FSALDormandPrince745:
+ Collaboration diagram for G4FSALDormandPrince745:

Public Member Functions

 G4FSALDormandPrince745 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4FSALDormandPrince745 ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[], G4double nextDydx[])
 
void interpolate (const G4double yInput[], const G4double dydx[], G4double yOut[], G4double Step, G4double tau)
 
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)
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
G4bool isFSAL () const
 
- Public Member Functions inherited from G4VFSALIntegrationStepper
 G4VFSALIntegrationStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12)
 
virtual ~G4VFSALIntegrationStepper ()
 
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)
 
G4int GetfNoRHSCalls ()
 
void increasefNORHSCalls ()
 
void ResetfNORHSCalls ()
 

Private Member Functions

 G4FSALDormandPrince745 (const G4FSALDormandPrince745 &)
 
G4FSALDormandPrince745operator= (const G4FSALDormandPrince745 &)
 

Private Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleak7
 
G4doubleak8
 
G4doubleak9
 
G4doubleyTemp
 
G4doubleyIn
 
G4doublepseudoDydx_for_DistChord
 
G4double fLastStepLength
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4FSALDormandPrince745fAuxStepper
 

Detailed Description

Definition at line 48 of file G4FSALDormandPrince745.hh.

Constructor & Destructor Documentation

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

Member Function Documentation

G4double G4FSALDormandPrince745::DistChord ( ) const
virtual

Implements G4VFSALIntegrationStepper.

Definition at line 251 of file G4FSALDormandPrince745.cc.

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

+ Here is the call graph for this function:

G4int G4FSALDormandPrince745::IntegratorOrder ( ) const
inlinevirtual

Implements G4VFSALIntegrationStepper.

Definition at line 81 of file G4FSALDormandPrince745.hh.

void G4FSALDormandPrince745::interpolate ( const G4double  yInput[],
const G4double  dydx[],
G4double  yOut[],
G4double  Step,
G4double  tau 
)

Definition at line 286 of file G4FSALDormandPrince745.cc.

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

+ Here is the call graph for this function:

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

Definition at line 392 of file G4FSALDormandPrince745.cc.

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, G4VFSALIntegrationStepper::GetNumberOfVariables(), and yIn.

+ Here is the call graph for this function:

G4bool G4FSALDormandPrince745::isFSAL ( ) const
inline

Definition at line 82 of file G4FSALDormandPrince745.hh.

G4FSALDormandPrince745& G4FSALDormandPrince745::operator= ( const G4FSALDormandPrince745 )
private
void G4FSALDormandPrince745::SetupInterpolate ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step 
)

Definition at line 333 of file G4FSALDormandPrince745.cc.

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, G4VFSALIntegrationStepper::GetNumberOfVariables(), G4VFSALIntegrationStepper::RightHandSide(), yIn, and yTemp.

+ Here is the call graph for this function:

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

Implements G4VFSALIntegrationStepper.

Definition at line 126 of file G4FSALDormandPrince745.cc.

References ak2, ak3, ak4, ak5, ak6, ak7, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4VFSALIntegrationStepper::GetNumberOfVariables(), G4VFSALIntegrationStepper::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* G4FSALDormandPrince745::ak2
private
G4double * G4FSALDormandPrince745::ak3
private
G4double * G4FSALDormandPrince745::ak4
private
G4double * G4FSALDormandPrince745::ak5
private
G4double * G4FSALDormandPrince745::ak6
private
G4double * G4FSALDormandPrince745::ak7
private
G4double * G4FSALDormandPrince745::ak8
private

Definition at line 90 of file G4FSALDormandPrince745.hh.

Referenced by Interpolate(), and SetupInterpolate().

G4double * G4FSALDormandPrince745::ak9
private

Definition at line 90 of file G4FSALDormandPrince745.hh.

Referenced by Interpolate(), and SetupInterpolate().

G4FSALDormandPrince745* G4FSALDormandPrince745::fAuxStepper
private
G4double * G4FSALDormandPrince745::fLastDyDx
private
G4double * G4FSALDormandPrince745::fLastFinalVector
private
G4double* G4FSALDormandPrince745::fLastInitialVector
private
G4double G4FSALDormandPrince745::fLastStepLength
private

Definition at line 97 of file G4FSALDormandPrince745.hh.

Referenced by DistChord(), and Stepper().

G4double * G4FSALDormandPrince745::fMidError
private
G4double * G4FSALDormandPrince745::fMidVector
private
G4double* G4FSALDormandPrince745::pseudoDydx_for_DistChord
private
G4double * G4FSALDormandPrince745::yIn
private
G4double * G4FSALDormandPrince745::yTemp
private

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