Geant4  10.03
G4BogackiShampine23 Class Reference

#include <G4BogackiShampine23.hh>

+ Inheritance diagram for G4BogackiShampine23:
+ Collaboration diagram for G4BogackiShampine23:

Public Member Functions

 G4BogackiShampine23 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4BogackiShampine23 ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
G4double DistChord () const
 
G4int IntegratorOrder () const
 
G4bool isFSAL () const
 
G4doublegetLastDydx ()
 
 G4BogackiShampine23 (const G4BogackiShampine23 &)
 
G4BogackiShampine23operator= (const G4BogackiShampine23 &)
 
- 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 Attributes

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleyTemp
 
G4doubleyIn
 
G4doublepseudoDydx_for_DistChord
 
G4double fLastStepLength
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefLastDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4BogackiShampine23fAuxStepper
 

Additional Inherited Members

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

Detailed Description

Definition at line 50 of file G4BogackiShampine23.hh.

Constructor & Destructor Documentation

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

Definition at line 61 of file G4BogackiShampine23.cc.

References ak2, ak3, ak4, fAuxStepper, fLastDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, G4MagIntegratorStepper::GetNumberOfStateVariables(), G4INCL::Math::max(), pseudoDydx_for_DistChord, yIn, and yTemp.

+ Here is the call graph for this function:

G4BogackiShampine23::~G4BogackiShampine23 ( )
G4BogackiShampine23::G4BogackiShampine23 ( const G4BogackiShampine23 )

Member Function Documentation

G4double G4BogackiShampine23::DistChord ( ) const
virtual

Implements G4MagIntegratorStepper.

Definition at line 200 of file G4BogackiShampine23.cc.

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

+ Here is the call graph for this function:

G4double* G4BogackiShampine23::getLastDydx ( )
G4int G4BogackiShampine23::IntegratorOrder ( ) const
inlinevirtual

Implements G4MagIntegratorStepper.

Definition at line 70 of file G4BogackiShampine23.hh.

G4bool G4BogackiShampine23::isFSAL ( ) const
inline

Definition at line 71 of file G4BogackiShampine23.hh.

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

Implements G4MagIntegratorStepper.

Definition at line 128 of file G4BogackiShampine23.cc.

References ak2, ak3, ak4, 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* G4BogackiShampine23::ak2
private

Definition at line 80 of file G4BogackiShampine23.hh.

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

G4double * G4BogackiShampine23::ak3
private

Definition at line 80 of file G4BogackiShampine23.hh.

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

G4double * G4BogackiShampine23::ak4
private

Definition at line 80 of file G4BogackiShampine23.hh.

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

G4BogackiShampine23* G4BogackiShampine23::fAuxStepper
private

Definition at line 89 of file G4BogackiShampine23.hh.

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

G4double * G4BogackiShampine23::fLastDyDx
private
G4double * G4BogackiShampine23::fLastFinalVector
private
G4double* G4BogackiShampine23::fLastInitialVector
private
G4double G4BogackiShampine23::fLastStepLength
private

Definition at line 84 of file G4BogackiShampine23.hh.

Referenced by DistChord(), and Stepper().

G4double * G4BogackiShampine23::fMidError
private

Definition at line 85 of file G4BogackiShampine23.hh.

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

G4double * G4BogackiShampine23::fMidVector
private

Definition at line 85 of file G4BogackiShampine23.hh.

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

G4double* G4BogackiShampine23::pseudoDydx_for_DistChord
private

Definition at line 82 of file G4BogackiShampine23.hh.

Referenced by G4BogackiShampine23().

G4double * G4BogackiShampine23::yIn
private

Definition at line 80 of file G4BogackiShampine23.hh.

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

G4double * G4BogackiShampine23::yTemp
private

Definition at line 80 of file G4BogackiShampine23.hh.

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


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