|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4TCashKarpRKF45 is a templated version of Cash-Karp 4th/5th order embedded stepper. More...
#include <G4TCashKarpRKF45.hh>
Additional Inherited Members | |
| Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
G4TCashKarpRKF45 is a templated version of Cash-Karp 4th/5th order embedded stepper.
Definition at line 67 of file G4TCashKarpRKF45.hh.
| G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45 | ( | T_Equation * | EqRhs, |
| G4bool | primary = true ) |
Definition at line 128 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45(), G4TCashKarpRKF45(), and operator=().
|
virtual |
Definition at line 153 of file G4TCashKarpRKF45.hh.
|
delete |
|
inlineoverridevirtual |
Estimates the maximum distance of a chord from the true path over the segment last integrated.
Implements G4MagIntegratorStepper.
Definition at line 275 of file G4TCashKarpRKF45.hh.
|
inlineoverridevirtual |
Returns the order of the integrator, i.e. its error behaviour is of the order O(h^order).
Implements G4MagIntegratorStepper.
Definition at line 101 of file G4TCashKarpRKF45.hh.
|
delete |
|
inline |
Definition at line 93 of file G4TCashKarpRKF45.hh.
Referenced by StepWithError().
|
inlinefinaloverridevirtual |
The stepper for the Runge Kutta integration. The stepsize is fixed, with the step size given by 'h'. Integrates ODE starting values y[0 to 6]. Outputs yout[] and its estimated error yerr[].
| [in] | y | Starting values array of integration variables. |
| [in] | dydx | Derivatives array. |
| [in] | h | The given step size. |
| [out] | yout | Integration output. |
| [out] | yerr | The estimated error. |
Implements G4MagIntegratorStepper.
Definition at line 312 of file G4TCashKarpRKF45.hh.
|
inlineoverridevirtual |
Returns the stepper type ID ('kUserStepper'). This function should be overriden in derived classes.
Reimplemented from G4MagIntegratorStepper.
Definition at line 103 of file G4TCashKarpRKF45.hh.
|
inline |
Definition at line 176 of file G4TCashKarpRKF45.hh.
Referenced by Stepper().