ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4DormandPrinceRK56 Class Reference

#include <geant4/tree/geant4-10.6-release/source/geometry/magneticfield/include/G4DormandPrinceRK56.hh>

+ Inheritance diagram for G4DormandPrinceRK56:
+ Collaboration diagram for G4DormandPrinceRK56:

Public Member Functions

 G4DormandPrinceRK56 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4DormandPrinceRK56 ()
 
 G4DormandPrinceRK56 (const G4DormandPrinceRK56 &)=delete
 
G4DormandPrinceRK56operator= (const G4DormandPrinceRK56 &)=delete
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
void SetupInterpolate_low (const G4double yInput[], const G4double dydx[], const G4double Step)
 
void Interpolate_low (const G4double yInput[], const G4double dydx[], const G4double Step, G4double yOut[], G4double tau)
 
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 SetupInterpolate_high (const G4double yInput[], const G4double dydx[], const G4double Step)
 
void Interpolate_high (const G4double yInput[], const G4double dydx[], const G4double Step, G4double yOut[], G4double tau)
 
- Public Member Functions inherited from G4MagIntegratorStepper
 G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false)
 
virtual ~G4MagIntegratorStepper ()=default
 
 G4MagIntegratorStepper (const G4MagIntegratorStepper &)=delete
 
G4MagIntegratorStepperoperator= (const G4MagIntegratorStepper &)=delete
 
void NormaliseTangentVector (G4double vec[6])
 
void NormalisePolarizationVector (G4double vec[12])
 
void RightHandSide (const G4double y[], G4double dydx[]) const
 
void RightHandSide (const G4double y[], G4double dydx[], G4double field[]) const
 
G4int GetNumberOfVariables () const
 
G4int GetNumberOfStateVariables () const
 
G4int IntegrationOrder ()
 
G4EquationOfMotionGetEquationOfMotion ()
 
const G4EquationOfMotionGetEquationOfMotion () const
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 
unsigned long GetfNoRHSCalls ()
 
void ResetfNORHSCalls ()
 
G4bool IsFSAL () const
 

Private Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleak7
 
G4doubleak8
 
G4doubleak9
 
G4doubleak10_low
 
G4doubleak10
 
G4doubleak11
 
G4doubleak12
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength = -1.0
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4DormandPrinceRK56fAuxStepper = nullptr
 

Additional Inherited Members

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

Detailed Description

Definition at line 40 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 40 of file G4DormandPrinceRK56.hh

Constructor & Destructor Documentation

G4DormandPrinceRK56::G4DormandPrinceRK56 ( G4EquationOfMotion EqRhs,
G4int  numberOfVariables = 6,
G4bool  primary = true 
)

Definition at line 37 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 37 of file G4DormandPrinceRK56.cc

References ak10, ak10_low, ak11, ak12, ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, max, yIn, and yTemp.

G4DormandPrinceRK56::~G4DormandPrinceRK56 ( )

Definition at line 84 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 84 of file G4DormandPrinceRK56.cc

References ak10, ak10_low, ak11, ak12, ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, and yTemp.

G4DormandPrinceRK56::G4DormandPrinceRK56 ( const G4DormandPrinceRK56 )
delete

Member Function Documentation

G4double G4DormandPrinceRK56::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 357 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 357 of file G4DormandPrinceRK56.cc

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

+ Here is the call graph for this function:

G4int G4DormandPrinceRK56::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 60 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 60 of file G4DormandPrinceRK56.hh

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

Definition at line 86 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 86 of file G4DormandPrinceRK56.hh

References Interpolate_low().

Referenced by Interpolate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DormandPrinceRK56::Interpolate ( G4double  tau,
G4double  yOut[] 
)
inline

Definition at line 96 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 96 of file G4DormandPrinceRK56.hh

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

+ Here is the call graph for this function:

void G4DormandPrinceRK56::Interpolate_high ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step,
G4double  yOut[],
G4double  tau 
)

Definition at line 569 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 569 of file G4DormandPrinceRK56.cc

References ak10, ak11, ak12, ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, b, G4MagIntegratorStepper::GetNumberOfVariables(), and yIn.

+ Here is the call graph for this function:

void G4DormandPrinceRK56::Interpolate_low ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step,
G4double  yOut[],
G4double  tau 
)

Definition at line 432 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 432 of file G4DormandPrinceRK56.cc

References ak10_low, ak4, ak5, ak6, ak7, ak8, ak9, G4MagIntegratorStepper::GetNumberOfVariables(), and yIn.

Referenced by Interpolate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4DormandPrinceRK56& G4DormandPrinceRK56::operator= ( const G4DormandPrinceRK56 )
delete
void G4DormandPrinceRK56::SetupInterpolate ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step 
)
inline

Definition at line 79 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 79 of file G4DormandPrinceRK56.hh

References SetupInterpolate_low().

Referenced by SetupInterpolation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DormandPrinceRK56::SetupInterpolate_high ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step 
)

Definition at line 489 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 489 of file G4DormandPrinceRK56.cc

References ak10, ak11, ak12, ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::RightHandSide(), yIn, and yTemp.

+ Here is the call graph for this function:

void G4DormandPrinceRK56::SetupInterpolate_low ( const G4double  yInput[],
const G4double  dydx[],
const G4double  Step 
)

Definition at line 401 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 401 of file G4DormandPrinceRK56.cc

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

Referenced by SetupInterpolate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4DormandPrinceRK56::SetupInterpolation ( )
inline

Definition at line 74 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 74 of file G4DormandPrinceRK56.hh

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

+ Here is the call graph for this function:

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

Implements G4MagIntegratorStepper.

Definition at line 119 of file G4DormandPrinceRK56.cc.

View newest version in sPHENIX GitHub at line 119 of file G4DormandPrinceRK56.cc

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, c1, c2, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), return(), 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 * G4DormandPrinceRK56::ak10
private

Definition at line 116 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 116 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_high(), SetupInterpolate_high(), and ~G4DormandPrinceRK56().

G4double* G4DormandPrinceRK56::ak10_low
private

Definition at line 116 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 116 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_low(), SetupInterpolate_low(), and ~G4DormandPrinceRK56().

G4double * G4DormandPrinceRK56::ak11
private

Definition at line 116 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 116 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_high(), SetupInterpolate_high(), and ~G4DormandPrinceRK56().

G4double * G4DormandPrinceRK56::ak12
private

Definition at line 116 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 116 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_high(), SetupInterpolate_high(), and ~G4DormandPrinceRK56().

G4double* G4DormandPrinceRK56::ak2
private

Definition at line 114 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 114 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_high(), SetupInterpolate_high(), SetupInterpolate_low(), Stepper(), and ~G4DormandPrinceRK56().

G4double * G4DormandPrinceRK56::ak3
private

Definition at line 114 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 114 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), Interpolate_high(), SetupInterpolate_high(), SetupInterpolate_low(), Stepper(), and ~G4DormandPrinceRK56().

G4double * G4DormandPrinceRK56::ak4
private
G4double * G4DormandPrinceRK56::ak5
private
G4double * G4DormandPrinceRK56::ak6
private
G4double * G4DormandPrinceRK56::ak7
private
G4double * G4DormandPrinceRK56::ak8
private
G4double * G4DormandPrinceRK56::ak9
private
G4DormandPrinceRK56* G4DormandPrinceRK56::fAuxStepper = nullptr
private

Definition at line 125 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 125 of file G4DormandPrinceRK56.hh

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

G4double * G4DormandPrinceRK56::fLastDyDx
private

Definition at line 121 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 121 of file G4DormandPrinceRK56.hh

Referenced by DistChord(), G4DormandPrinceRK56(), Interpolate(), SetupInterpolation(), Stepper(), and ~G4DormandPrinceRK56().

G4double * G4DormandPrinceRK56::fLastFinalVector
private

Definition at line 121 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 121 of file G4DormandPrinceRK56.hh

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

G4double* G4DormandPrinceRK56::fLastInitialVector
private

Definition at line 121 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 121 of file G4DormandPrinceRK56.hh

Referenced by DistChord(), G4DormandPrinceRK56(), Interpolate(), SetupInterpolation(), Stepper(), and ~G4DormandPrinceRK56().

G4double G4DormandPrinceRK56::fLastStepLength = -1.0
private

Definition at line 120 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 120 of file G4DormandPrinceRK56.hh

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

G4double * G4DormandPrinceRK56::fMidError
private

Definition at line 121 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 121 of file G4DormandPrinceRK56.hh

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

G4double * G4DormandPrinceRK56::fMidVector
private

Definition at line 121 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 121 of file G4DormandPrinceRK56.hh

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

G4double * G4DormandPrinceRK56::yIn
private
G4double* G4DormandPrinceRK56::yTemp
private

Definition at line 118 of file G4DormandPrinceRK56.hh.

View newest version in sPHENIX GitHub at line 118 of file G4DormandPrinceRK56.hh

Referenced by G4DormandPrinceRK56(), SetupInterpolate_high(), SetupInterpolate_low(), Stepper(), and ~G4DormandPrinceRK56().


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