|
| | G4QSStepper (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true) |
| |
| | ~G4QSStepper () override |
| |
| void | Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) override |
| |
| void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[], G4double dydxOutput[]) |
| |
| void | SetupInterpolation () |
| |
| void | Interpolate (G4double tau, G4double yOut[]) |
| |
| G4double | DistChord () const override |
| |
| G4int | IntegratorOrder () const override |
| |
| void | reset (const G4FieldTrack *track) |
| |
| void | SetPrecision (G4double dq_rel, G4double dq_min) |
| |
| G4EquationOfMotion * | GetSpecificEquation () |
| |
| const field_utils::State & | GetYOut () const |
| |
| G4double | GetLastStepLength () |
| |
| | 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 QSS>
class G4QSStepper< QSS >
Definition at line 53 of file G4QSStepper.hh.