Geant4-11
|
#include <G4TCashKarpRKF45.hh>
Protected Member Functions | |
void | SetFSAL (G4bool flag=true) |
void | SetIntegrationOrder (G4int order) |
Private Member Functions | |
G4TCashKarpRKF45 (const G4TCashKarpRKF45 &) | |
G4TCashKarpRKF45 & | operator= (const G4TCashKarpRKF45 &) |
Private Attributes | |
G4double | ak2 [N] |
G4double | ak3 [N] |
G4double | ak4 [N] |
G4double | ak5 [N] |
G4double | ak6 [N] |
G4double | ak7 [N] |
G4TCashKarpRKF45 * | fAuxStepper = nullptr |
T_Equation * | fEquation_Rhs |
G4int | fIntegrationOrder = -1 |
G4bool | fIsFSAL = false |
G4double * | fLastDyDx |
G4double * | fLastFinalVector |
G4double * | fLastInitialVector |
G4double | fLastStepLength = 0.0 |
G4double * | fMidError |
G4double * | fMidVector |
const G4int | fNoIntegrationVariables = 0 |
unsigned long | fNoRHSCalls = 0UL |
const G4int | fNoStateVariables = 0 |
G4double | yIn [N] |
G4double | yTemp [N] |
Definition at line 63 of file G4TCashKarpRKF45.hh.
G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45 | ( | T_Equation * | EqRhs, |
G4bool | primary = true |
||
) |
Definition at line 123 of file G4TCashKarpRKF45.hh.
References FatalException, G4TCashKarpRKF45< T_Equation, N >::fAuxStepper, G4TCashKarpRKF45< T_Equation, N >::fLastDyDx, G4TCashKarpRKF45< T_Equation, N >::fLastFinalVector, G4TCashKarpRKF45< T_Equation, N >::fLastInitialVector, G4TCashKarpRKF45< T_Equation, N >::fMidError, G4TCashKarpRKF45< T_Equation, N >::fMidVector, and G4Exception().
|
virtual |
Definition at line 148 of file G4TCashKarpRKF45.hh.
|
private |
|
inlineoverridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 270 of file G4TCashKarpRKF45.hh.
References G4LineSection::Distline().
|
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 |
|
inlineoverridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 94 of file G4TCashKarpRKF45.hh.
|
inlineinherited |
|
inlineinherited |
Referenced by G4SimpleHeum::DumbStepper(), and G4ClassicalRK4::DumbStepper().
|
inlineinherited |
|
private |
|
inlineinherited |
|
inlineinherited |
Referenced by G4MagInt_Driver::AccurateAdvance(), G4OldMagIntDriver::AccurateAdvance(), G4ImplicitEuler::DumbStepper(), G4SimpleHeum::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 |
|
inline |
Definition at line 86 of file G4TCashKarpRKF45.hh.
References G4TCashKarpRKF45< T_Equation, N >::fEquation_Rhs.
|
inlineinherited |
Referenced by G4MagInt_Driver::SetEquationOfMotion(), and G4OldMagIntDriver::SetEquationOfMotion().
|
inlineprotectedinherited |
Referenced by G4BogackiShampine23::G4BogackiShampine23().
|
inlineprotectedinherited |
Referenced by G4BogackiShampine23::G4BogackiShampine23().
|
inlinefinaloverridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 307 of file G4TCashKarpRKF45.hh.
|
inline |
Definition at line 171 of file G4TCashKarpRKF45.hh.
References ak2.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 113 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
private |
Definition at line 115 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::RightHandSideInl().
|
privateinherited |
Definition at line 134 of file G4MagIntegratorStepper.hh.
|
privateinherited |
Definition at line 136 of file G4MagIntegratorStepper.hh.
|
private |
Definition at line 108 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
private |
Definition at line 107 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
private |
Definition at line 106 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
private |
Definition at line 105 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 110 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
private |
Definition at line 109 of file G4TCashKarpRKF45.hh.
Referenced by G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45().
|
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 102 of file G4TCashKarpRKF45.hh.
|
private |
Definition at line 102 of file G4TCashKarpRKF45.hh.