|
| | G4TDormandPrince45 (T_Equation *equation) |
| |
| | G4TDormandPrince45 (T_Equation *equation, G4int numVar) |
| |
| void | StepWithError (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[]) |
| |
| void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[]) final |
| |
| void | StepWithFinalDerivate (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[], G4double dydxOutput[]) |
| |
| void | SetupInterpolation () |
| |
| void | Interpolate (G4double tau, G4double yOut[]) const |
| |
| G4double | DistChord () const final |
| |
| G4int | IntegratorOrder () const override |
| |
| const field_utils::ShortState< N > & | GetYOut () const |
| |
| void | Interpolate4thOrder (G4double yOut[], G4double tau) const |
| |
| void | SetupInterpolation5thOrder () |
| |
| void | Interpolate5thOrder (G4double yOut[], G4double tau) const |
| |
| void | RightHandSideInl (const G4double y[], G4double dydx[]) |
| |
| void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[], G4double dydxOutput[]) |
| |
| T_Equation * | GetSpecificEquation () |
| |
| | G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false) |
| |
| virtual | ~G4MagIntegratorStepper ()=default |
| |
| | G4MagIntegratorStepper (const G4MagIntegratorStepper &)=delete |
| |
| G4MagIntegratorStepper & | operator= (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 () |
| |
| G4EquationOfMotion * | GetEquationOfMotion () |
| |
| const G4EquationOfMotion * | GetEquationOfMotion () const |
| |
| void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
| |
| unsigned long | GetfNoRHSCalls () |
| |
| void | ResetfNORHSCalls () |
| |
| G4bool | IsFSAL () const |
| |
| G4bool | isQSS () const |
| |
| void | SetIsQSS (G4bool val) |
| |
template<class T_Equation, unsigned int N = 6>
class G4TDormandPrince45< T_Equation, N >
Definition at line 51 of file G4TDormandPrince45.hh.