|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4TSimpleHeum is a templated version of G4SimpleHeum. More...
#include <G4TSimpleHeum.hh>
Static Public Attributes | |
| static constexpr unsigned int | gIntegratorOrder = 3 |
| static constexpr double | IntegratorCorrection = 1.0 / ((1<<gIntegratorOrder) - 1) |
Additional Inherited Members | |
| Protected Member Functions inherited from G4MagIntegratorStepper | |
| void | SetIntegrationOrder (G4int order) |
| void | SetFSAL (G4bool flag=true) |
G4TSimpleHeum is a templated version of G4SimpleHeum.
Definition at line 56 of file G4TSimpleHeum.hh.
| G4TSimpleHeum< T_Equation, N >::G4TSimpleHeum | ( | T_Equation * | EqRhs, |
| unsigned int | numberOfVariables = 6 ) |
Definition at line 94 of file G4TSimpleHeum.hh.
Referenced by G4TSimpleHeum().
|
default |
|
inline |
Definition at line 111 of file G4TSimpleHeum.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 78 of file G4TSimpleHeum.hh.
|
inline |
Definition at line 68 of file G4TSimpleHeum.hh.
Referenced by DumbStepper().
|
staticconstexpr |
Definition at line 61 of file G4TSimpleHeum.hh.
Referenced by IntegratorOrder().
|
staticconstexpr |
Definition at line 62 of file G4TSimpleHeum.hh.