|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4TSimpleRunge is a templated version of G4SimpleRunge. More...
#include <G4TSimpleRunge.hh>
Static Public Attributes | |
| static constexpr double | IntegratorCorrection = 1. / ((1 << 2) - 1) |
Additional Inherited Members | |
| Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
G4TSimpleRunge is a templated version of G4SimpleRunge.
Definition at line 48 of file G4TSimpleRunge.hh.
|
inline |
Definition at line 55 of file G4TSimpleRunge.hh.
Referenced by G4TSimpleRunge().
|
default |
|
inline |
Definition at line 74 of file G4TSimpleRunge.hh.
|
inlinevirtual |
Returns the order of the integrator, i.e. its error behaviour is of the order O(h^order).
Implements G4MagIntegratorStepper.
Definition at line 94 of file G4TSimpleRunge.hh.
|
inline |
Definition at line 68 of file G4TSimpleRunge.hh.
Referenced by DumbStepper().
|
staticconstexpr |
Definition at line 53 of file G4TSimpleRunge.hh.