Geant4  10.03
G4VFSALIntegrationStepper Class Referenceabstract

#include <G4VFSALIntegrationStepper.hh>

+ Inheritance diagram for G4VFSALIntegrationStepper:
+ Collaboration diagram for G4VFSALIntegrationStepper:

Public Member Functions

 G4VFSALIntegrationStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12)
 
virtual ~G4VFSALIntegrationStepper ()
 
virtual void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[], G4double lastDydx[])=0
 
virtual G4double DistChord () const =0
 
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
 
virtual G4int IntegratorOrder () const =0
 
G4EquationOfMotionGetEquationOfMotion ()
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 
G4int GetfNoRHSCalls ()
 
void increasefNORHSCalls ()
 
void ResetfNORHSCalls ()
 

Private Member Functions

 G4VFSALIntegrationStepper (const G4VFSALIntegrationStepper &)
 
G4VFSALIntegrationStepperoperator= (const G4VFSALIntegrationStepper &)
 

Private Attributes

G4EquationOfMotionfEquation_Rhs
 
const G4int fNoIntegrationVariables
 
const G4int fNoStateVariables
 
G4int fNoRHSCalls
 

Detailed Description

Definition at line 52 of file G4VFSALIntegrationStepper.hh.

Constructor & Destructor Documentation

G4VFSALIntegrationStepper::G4VFSALIntegrationStepper ( G4EquationOfMotion Equation,
G4int  numIntegrationVariables,
G4int  numStateVariables = 12 
)

Definition at line 33 of file G4VFSALIntegrationStepper.cc.

G4VFSALIntegrationStepper::~G4VFSALIntegrationStepper ( )
virtual

Definition at line 43 of file G4VFSALIntegrationStepper.cc.

G4VFSALIntegrationStepper::G4VFSALIntegrationStepper ( const G4VFSALIntegrationStepper )
private

Member Function Documentation

void G4VFSALIntegrationStepper::ComputeRightHandSide ( const G4double  y[],
G4double  dydx[] 
)
virtual

Definition at line 47 of file G4VFSALIntegrationStepper.cc.

References RightHandSide().

Referenced by G4FSALIntegrationDriver::AccurateAdvance().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4VFSALIntegrationStepper::DistChord ( ) const
pure virtual
G4EquationOfMotion* G4VFSALIntegrationStepper::GetEquationOfMotion ( )
inline
G4int G4VFSALIntegrationStepper::GetfNoRHSCalls ( )
inline

Definition at line 116 of file G4VFSALIntegrationStepper.hh.

References fNoRHSCalls.

G4int G4VFSALIntegrationStepper::GetNumberOfStateVariables ( ) const
inline

Referenced by G4FSALBogackiShampine45::G4FSALBogackiShampine45().

+ Here is the caller graph for this function:

G4int G4VFSALIntegrationStepper::GetNumberOfVariables ( ) const
inline

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

+ Here is the caller graph for this function:

void G4VFSALIntegrationStepper::increasefNORHSCalls ( )

Definition at line 54 of file G4VFSALIntegrationStepper.cc.

References fNoRHSCalls.

Referenced by RightHandSide().

+ Here is the caller graph for this function:

virtual G4int G4VFSALIntegrationStepper::IntegratorOrder ( ) const
pure virtual

Implemented in G4FSALDormandPrince745, and G4FSALBogackiShampine45.

Referenced by G4FSALIntegrationDriver::G4FSALIntegrationDriver().

+ Here is the caller graph for this function:

void G4VFSALIntegrationStepper::NormalisePolarizationVector ( G4double  vec[12])
inline
void G4VFSALIntegrationStepper::NormaliseTangentVector ( G4double  vec[6])
inline
G4VFSALIntegrationStepper& G4VFSALIntegrationStepper::operator= ( const G4VFSALIntegrationStepper )
private
void G4VFSALIntegrationStepper::ResetfNORHSCalls ( )
inline

Definition at line 121 of file G4VFSALIntegrationStepper.hh.

References fNoRHSCalls.

void G4VFSALIntegrationStepper::RightHandSide ( const double  y[],
double  dydx[] 
)

Definition at line 60 of file G4VFSALIntegrationStepper.cc.

References fEquation_Rhs, and increasefNORHSCalls().

Referenced by ComputeRightHandSide(), G4FSALBogackiShampine45::interpolate(), G4FSALDormandPrince745::SetupInterpolate(), G4FSALBogackiShampine45::Stepper(), and G4FSALDormandPrince745::Stepper().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VFSALIntegrationStepper::SetEquationOfMotion ( G4EquationOfMotion newEquation)
inline
virtual void G4VFSALIntegrationStepper::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[],
G4double  lastDydx[] 
)
pure virtual

Member Data Documentation

G4EquationOfMotion* G4VFSALIntegrationStepper::fEquation_Rhs
private

Definition at line 133 of file G4VFSALIntegrationStepper.hh.

Referenced by RightHandSide().

const G4int G4VFSALIntegrationStepper::fNoIntegrationVariables
private

Definition at line 134 of file G4VFSALIntegrationStepper.hh.

G4int G4VFSALIntegrationStepper::fNoRHSCalls
private
const G4int G4VFSALIntegrationStepper::fNoStateVariables
private

Definition at line 135 of file G4VFSALIntegrationStepper.hh.


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