|
| | G4FSALDormandPrince745 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true) |
| |
| | ~G4FSALDormandPrince745 () |
| |
| 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 |
| |
| | G4VFSALIntegrationStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12) |
| |
| virtual | ~G4VFSALIntegrationStepper () |
| |
| 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 |
| |
| G4EquationOfMotion * | GetEquationOfMotion () |
| |
| void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
| |
| G4int | GetfNoRHSCalls () |
| |
| void | increasefNORHSCalls () |
| |
| void | ResetfNORHSCalls () |
| |