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

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

+ Inheritance diagram for G4DormandPrinceRK78:
+ Collaboration diagram for G4DormandPrinceRK78:

Public Member Functions

 G4DormandPrinceRK78 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4DormandPrinceRK78 ()
 
 G4DormandPrinceRK78 (const G4DormandPrinceRK78 &)=delete
 
G4DormandPrinceRK78operator= (const G4DormandPrinceRK78 &)=delete
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
- 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
 
G4doubleak11
 
G4doubleak12
 
G4doubleak13
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength = -1.0
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4DormandPrinceRK78fAuxStepper = nullptr
 

Additional Inherited Members

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

Detailed Description

Definition at line 46 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 46 of file G4DormandPrinceRK78.hh

Constructor & Destructor Documentation

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

Definition at line 42 of file G4DormandPrinceRK78.cc.

View newest version in sPHENIX GitHub at line 42 of file G4DormandPrinceRK78.cc

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

G4DormandPrinceRK78::~G4DormandPrinceRK78 ( )

Definition at line 86 of file G4DormandPrinceRK78.cc.

View newest version in sPHENIX GitHub at line 86 of file G4DormandPrinceRK78.cc

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

G4DormandPrinceRK78::G4DormandPrinceRK78 ( const G4DormandPrinceRK78 )
delete

Member Function Documentation

G4double G4DormandPrinceRK78::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 403 of file G4DormandPrinceRK78.cc.

View newest version in sPHENIX GitHub at line 403 of file G4DormandPrinceRK78.cc

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

+ Here is the call graph for this function:

G4int G4DormandPrinceRK78::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 65 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 65 of file G4DormandPrinceRK78.hh

G4DormandPrinceRK78& G4DormandPrinceRK78::operator= ( const G4DormandPrinceRK78 )
delete
void G4DormandPrinceRK78::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

Implements G4MagIntegratorStepper.

Definition at line 125 of file G4DormandPrinceRK78.cc.

View newest version in sPHENIX GitHub at line 125 of file G4DormandPrinceRK78.cc

References ak10, ak11, ak12, ak13, ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, c1, 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 * G4DormandPrinceRK78::ak10
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak11
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak12
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak13
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double* G4DormandPrinceRK78::ak2
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak3
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak4
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak5
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak6
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak7
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak8
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::ak9
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4DormandPrinceRK78* G4DormandPrinceRK78::fAuxStepper = nullptr
private

Definition at line 78 of file G4DormandPrinceRK78.hh.

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

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

G4double * G4DormandPrinceRK78::fLastDyDx
private

Definition at line 74 of file G4DormandPrinceRK78.hh.

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

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

G4double * G4DormandPrinceRK78::fLastFinalVector
private

Definition at line 74 of file G4DormandPrinceRK78.hh.

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

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

G4double* G4DormandPrinceRK78::fLastInitialVector
private

Definition at line 74 of file G4DormandPrinceRK78.hh.

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

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

G4double G4DormandPrinceRK78::fLastStepLength = -1.0
private

Definition at line 73 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 73 of file G4DormandPrinceRK78.hh

Referenced by DistChord(), and Stepper().

G4double * G4DormandPrinceRK78::fMidError
private

Definition at line 74 of file G4DormandPrinceRK78.hh.

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

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

G4double * G4DormandPrinceRK78::fMidVector
private

Definition at line 74 of file G4DormandPrinceRK78.hh.

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

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

G4double * G4DormandPrinceRK78::yIn
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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

G4double * G4DormandPrinceRK78::yTemp
private

Definition at line 69 of file G4DormandPrinceRK78.hh.

View newest version in sPHENIX GitHub at line 69 of file G4DormandPrinceRK78.hh

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


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