|
| | G4TClassicalRK4 (T_Equation *EqRhs, G4int numberOfVariables=8) |
| |
| virtual | ~G4TClassicalRK4 () |
| |
| void | RightHandSideInl (G4double y[], G4double dydx[]) |
| |
| void | DumbStepper (const G4double yIn[], const G4double dydx[], G4double h, G4double yOut[]) |
| |
| G4int | IntegratorOrder () const |
| |
| | G4TClassicalRK4 (const G4TClassicalRK4 &)=delete |
| |
| G4TClassicalRK4 & | operator= (const G4TClassicalRK4 &)=delete |
| |
| | G4TMagErrorStepper (T_Equation *EqRhs, G4int numberOfVariables, G4int numStateVariables=12) |
| |
| virtual | ~G4TMagErrorStepper () |
| |
| void | RightHandSide (G4double y[], G4double dydx[]) |
| |
| void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[]) override final |
| |
| G4double | DistChord () const override final |
| |
| | 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>
class G4TClassicalRK4< T_Equation, N >
Definition at line 42 of file G4TClassicalRK4.hh.