|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4MagErrorStepper.hh"Go to the source code of this file.
Classes | |
| class | G4ExplicitEuler |
| G4ExplicitEuler implements an Explicit Euler stepper for magnetic field: x_1 = x_0 + h * dx_0. The most simple approach for solving linear differential equations. Takes the current derivative and adds it to the current position. More... | |