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

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

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

Public Member Functions

 G4FSALDormandPrince745 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4FSALDormandPrince745 ()
 
 G4FSALDormandPrince745 (const G4FSALDormandPrince745 &)=delete
 
G4FSALDormandPrince745operator= (const G4FSALDormandPrince745 &)=delete
 
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 ()=default
 
 G4VFSALIntegrationStepper (const G4VFSALIntegrationStepper &)=delete
 
G4VFSALIntegrationStepperoperator= (const G4VFSALIntegrationStepper &)=delete
 
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 Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleak7
 
G4doubleak8
 
G4doubleak9
 
G4doubleyTemp
 
G4doubleyIn
 
G4doublepseudoDydx_for_DistChord
 
G4double fLastStepLength = -1.0
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefInitialDyDx
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4FSALDormandPrince745fAuxStepper = nullptr
 

Detailed Description

Definition at line 40 of file G4FSALDormandPrince745.hh.

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

Constructor & Destructor Documentation

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

Definition at line 51 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 51 of file G4FSALDormandPrince745.cc

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fAuxStepper, fInitialDyDx, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, pseudoDydx_for_DistChord, yIn, and yTemp.

G4FSALDormandPrince745::~G4FSALDormandPrince745 ( )

Definition at line 95 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 95 of file G4FSALDormandPrince745.cc

References ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fAuxStepper, fInitialDyDx, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, pseudoDydx_for_DistChord, yIn, and yTemp.

G4FSALDormandPrince745::G4FSALDormandPrince745 ( const G4FSALDormandPrince745 )
delete

Member Function Documentation

G4double G4FSALDormandPrince745::DistChord ( ) const
virtual

Implements G4VFSALIntegrationStepper.

Definition at line 243 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 243 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 78 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 78 of file G4FSALDormandPrince745.hh

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

Definition at line 280 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 280 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 384 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 384 of file G4FSALDormandPrince745.cc

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

+ Here is the call graph for this function:

G4bool G4FSALDormandPrince745::isFSAL ( ) const
inline

Definition at line 79 of file G4FSALDormandPrince745.hh.

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

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

Definition at line 329 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 329 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 128 of file G4FSALDormandPrince745.cc.

View newest version in sPHENIX GitHub at line 128 of file G4FSALDormandPrince745.cc

References ak2, ak3, ak4, ak5, ak6, ak7, fInitialDyDx, fLastDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4VFSALIntegrationStepper::GetNumberOfVariables(), return(), 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

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak3
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak4
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak5
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak6
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak7
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak8
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), Interpolate(), SetupInterpolate(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::ak9
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), Interpolate(), SetupInterpolate(), and ~G4FSALDormandPrince745().

G4FSALDormandPrince745* G4FSALDormandPrince745::fAuxStepper = nullptr
private

Definition at line 95 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 95 of file G4FSALDormandPrince745.hh

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

G4double * G4FSALDormandPrince745::fInitialDyDx
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double * G4FSALDormandPrince745::fLastDyDx
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double * G4FSALDormandPrince745::fLastFinalVector
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double* G4FSALDormandPrince745::fLastInitialVector
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double G4FSALDormandPrince745::fLastStepLength = -1.0
private

Definition at line 90 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 90 of file G4FSALDormandPrince745.hh

Referenced by DistChord(), and Stepper().

G4double * G4FSALDormandPrince745::fMidError
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double * G4FSALDormandPrince745::fMidVector
private

Definition at line 91 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 91 of file G4FSALDormandPrince745.hh

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

G4double* G4FSALDormandPrince745::pseudoDydx_for_DistChord
private

Definition at line 87 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 87 of file G4FSALDormandPrince745.hh

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

G4double * G4FSALDormandPrince745::yIn
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), interpolate(), Interpolate(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().

G4double * G4FSALDormandPrince745::yTemp
private

Definition at line 83 of file G4FSALDormandPrince745.hh.

View newest version in sPHENIX GitHub at line 83 of file G4FSALDormandPrince745.hh

Referenced by G4FSALDormandPrince745(), SetupInterpolate(), Stepper(), and ~G4FSALDormandPrince745().


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