Geant4-11
|
#include <G4SimpleHeum.hh>
Public Member Functions | |
G4double | DistChord () const |
void | DumbStepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[]) |
G4SimpleHeum (G4EquationOfMotion *EqRhs, G4int num_variables=6) | |
G4EquationOfMotion * | GetEquationOfMotion () |
const G4EquationOfMotion * | GetEquationOfMotion () const |
unsigned long | GetfNoRHSCalls () |
G4int | GetNumberOfStateVariables () const |
G4int | GetNumberOfVariables () const |
G4int | IntegrationOrder () |
G4int | IntegratorOrder () const |
G4bool | IsFSAL () const |
void | NormalisePolarizationVector (G4double vec[12]) |
void | NormaliseTangentVector (G4double vec[6]) |
void | ResetfNORHSCalls () |
void | RightHandSide (const G4double y[], G4double dydx[]) const |
void | RightHandSide (const G4double y[], G4double dydx[], G4double field[]) const |
void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
void | Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) |
~G4SimpleHeum () | |
Protected Member Functions | |
void | SetFSAL (G4bool flag=true) |
void | SetIntegrationOrder (G4int order) |
Private Attributes | |
G4double * | dydxMid |
G4double * | dydxTemp = nullptr |
G4double * | dydxTemp2 = nullptr |
G4EquationOfMotion * | fEquation_Rhs = nullptr |
G4ThreeVector | fFinalPoint |
G4ThreeVector | fInitialPoint |
G4int | fIntegrationOrder = -1 |
G4bool | fIsFSAL = false |
G4ThreeVector | fMidPoint |
const G4int | fNoIntegrationVariables = 0 |
unsigned long | fNoRHSCalls = 0UL |
const G4int | fNoStateVariables = 0 |
G4int | fNumberOfVariables = 0 |
G4double * | yInitial |
G4double * | yMiddle |
G4double * | yOneStep |
G4double * | yTemp = nullptr |
G4double * | yTemp2 = nullptr |
Definition at line 44 of file G4SimpleHeum.hh.
G4SimpleHeum::G4SimpleHeum | ( | G4EquationOfMotion * | EqRhs, |
G4int | num_variables = 6 |
||
) |
Definition at line 38 of file G4SimpleHeum.cc.
References dydxTemp, dydxTemp2, fNumberOfVariables, yTemp, and yTemp2.
G4SimpleHeum::~G4SimpleHeum | ( | ) |
|
virtualinherited |
Implements G4MagIntegratorStepper.
Definition at line 100 of file G4MagErrorStepper.cc.
References G4LineSection::Distline(), G4MagErrorStepper::fFinalPoint, G4MagErrorStepper::fInitialPoint, and G4MagErrorStepper::fMidPoint.
|
virtual |
Implements G4MagErrorStepper.
Definition at line 65 of file G4SimpleHeum.cc.
References dydxTemp, dydxTemp2, fNumberOfVariables, G4MagIntegratorStepper::NormalisePolarizationVector(), G4MagIntegratorStepper::RightHandSide(), yTemp, and yTemp2.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Referenced by G4BogackiShampine45::G4BogackiShampine45(), G4CashKarpRKF45::G4CashKarpRKF45(), G4SimpleRunge::G4SimpleRunge(), G4TSimpleRunge< T_Equation, N >::G4TSimpleRunge(), G4TsitourasRK45::G4TsitourasRK45(), G4BogackiShampine23::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), G4RK547FEq3::makeStep(), G4ConstRK4::Stepper(), G4MagErrorStepper::Stepper(), and G4TMagErrorStepper< T_Stepper, T_Equation, N >::Stepper().
|
inlineinherited |
Referenced by G4ExplicitEuler::DumbStepper(), G4ImplicitEuler::DumbStepper(), G4ClassicalRK4::DumbStepper(), G4ChordFinder::G4ChordFinder(), G4BogackiShampine45::GetLastDydx(), G4DoLoMcPriRK34::Interpolate(), G4TsitourasRK45::Interpolate(), G4DormandPrince745::Interpolate4thOrder(), G4DormandPrince745::Interpolate5thOrder(), G4DormandPrinceRK56::Interpolate_high(), G4DormandPrinceRK56::Interpolate_low(), G4BogackiShampine45::InterpolateHigh(), G4BogackiShampine23::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), G4RK547FEq3::makeStep(), G4DormandPrinceRK56::SetupInterpolate_high(), G4DormandPrinceRK56::SetupInterpolate_low(), G4DormandPrince745::SetupInterpolation5thOrder(), G4BogackiShampine45::SetupInterpolationHigh(), G4BogackiShampine45::Stepper(), G4CashKarpRKF45::Stepper(), G4DoLoMcPriRK34::Stepper(), G4DormandPrinceRK56::Stepper(), G4DormandPrinceRK78::Stepper(), G4MagErrorStepper::Stepper(), G4TsitourasRK45::Stepper(), and G4DormandPrince745::Stepper().
|
inlineinherited |
|
inlinevirtual |
|
inlineinherited |
|
inlineinherited |
Referenced by DumbStepper(), and G4ClassicalRK4::DumbStepper().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Referenced by G4MagInt_Driver::AccurateAdvance(), G4OldMagIntDriver::AccurateAdvance(), G4ImplicitEuler::DumbStepper(), DumbStepper(), G4SimpleRunge::DumbStepper(), G4ClassicalRK4::DumbStepper(), G4MagInt_Driver::GetDerivatives(), G4OldMagIntDriver::GetDerivatives(), G4BogackiShampine23::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), G4RK547FEq3::makeStep(), G4DormandPrinceRK56::SetupInterpolate_high(), G4DormandPrinceRK56::SetupInterpolate_low(), G4DormandPrince745::SetupInterpolation5thOrder(), G4BogackiShampine45::SetupInterpolationHigh(), G4BogackiShampine45::Stepper(), G4CashKarpRKF45::Stepper(), G4DoLoMcPriRK34::Stepper(), G4DormandPrinceRK56::Stepper(), G4DormandPrinceRK78::Stepper(), G4MagErrorStepper::Stepper(), G4TsitourasRK45::Stepper(), and G4DormandPrince745::Stepper().
|
inlineinherited |
|
inlineinherited |
Referenced by G4MagInt_Driver::SetEquationOfMotion(), and G4OldMagIntDriver::SetEquationOfMotion().
|
inlineprotectedinherited |
Referenced by G4BogackiShampine23::G4BogackiShampine23().
|
inlineprotectedinherited |
Referenced by G4BogackiShampine23::G4BogackiShampine23().
|
virtualinherited |
Implements G4MagIntegratorStepper.
Definition at line 42 of file G4MagErrorStepper.cc.
References G4MagErrorStepper::DumbStepper(), G4MagErrorStepper::dydxMid, G4MagErrorStepper::fFinalPoint, G4MagErrorStepper::fInitialPoint, G4MagErrorStepper::fMidPoint, G4MagIntegratorStepper::GetNumberOfStateVariables(), G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::IntegratorOrder(), G4MagIntegratorStepper::RightHandSide(), G4MagErrorStepper::yInitial, G4MagErrorStepper::yMiddle, and G4MagErrorStepper::yOneStep.
|
privateinherited |
Definition at line 80 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::Stepper(), and G4MagErrorStepper::~G4MagErrorStepper().
|
private |
Definition at line 66 of file G4SimpleHeum.hh.
Referenced by DumbStepper(), G4SimpleHeum(), and ~G4SimpleHeum().
|
private |
Definition at line 67 of file G4SimpleHeum.hh.
Referenced by DumbStepper(), G4SimpleHeum(), and ~G4SimpleHeum().
|
privateinherited |
Definition at line 124 of file G4MagIntegratorStepper.hh.
|
privateinherited |
Definition at line 76 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::DistChord(), and G4MagErrorStepper::Stepper().
|
privateinherited |
Definition at line 76 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::DistChord(), and G4MagErrorStepper::Stepper().
|
privateinherited |
Definition at line 134 of file G4MagIntegratorStepper.hh.
|
privateinherited |
Definition at line 136 of file G4MagIntegratorStepper.hh.
|
privateinherited |
Definition at line 76 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::DistChord(), and G4MagErrorStepper::Stepper().
|
privateinherited |
Definition at line 125 of file G4MagIntegratorStepper.hh.
|
mutableprivateinherited |
Definition at line 128 of file G4MagIntegratorStepper.hh.
|
privateinherited |
Definition at line 126 of file G4MagIntegratorStepper.hh.
|
private |
Definition at line 64 of file G4SimpleHeum.hh.
Referenced by DumbStepper(), and G4SimpleHeum().
|
privateinherited |
Definition at line 80 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::Stepper(), and G4MagErrorStepper::~G4MagErrorStepper().
|
privateinherited |
Definition at line 80 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::Stepper(), and G4MagErrorStepper::~G4MagErrorStepper().
|
privateinherited |
Definition at line 80 of file G4MagErrorStepper.hh.
Referenced by G4MagErrorStepper::Stepper(), and G4MagErrorStepper::~G4MagErrorStepper().
|
private |
Definition at line 68 of file G4SimpleHeum.hh.
Referenced by DumbStepper(), G4SimpleHeum(), and ~G4SimpleHeum().
|
private |
Definition at line 69 of file G4SimpleHeum.hh.
Referenced by DumbStepper(), G4SimpleHeum(), and ~G4SimpleHeum().