Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TClassicalRK4.hh>
Static Public Attributes | |
static constexpr G4double | IntegratorCorrection = 1. / ((1 << 4) - 1) |
Additional Inherited Members | |
![]() | |
void | SetIntegrationOrder (G4int order) |
void | SetFSAL (G4bool flag=true) |
Definition at line 42 of file G4TClassicalRK4.hh.
G4TClassicalRK4< T_Equation, N >::G4TClassicalRK4 | ( | T_Equation * | EqRhs, |
G4int | numberOfVariables = 8 ) |
Definition at line 85 of file G4TClassicalRK4.hh.
Referenced by G4TClassicalRK4(), G4TClassicalRK4(), and operator=().
|
inlinevirtual |
Definition at line 50 of file G4TClassicalRK4.hh.
|
delete |
|
inline |
Definition at line 101 of file G4TClassicalRK4.hh.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 68 of file G4TClassicalRK4.hh.
|
delete |
|
inline |
Definition at line 52 of file G4TClassicalRK4.hh.
Referenced by DumbStepper().
|
staticconstexpr |
Definition at line 46 of file G4TClassicalRK4.hh.