#include <G4ConstRK4.hh>
Public 멤버 함수 | |
G4ConstRK4 (G4Mag_EqRhs *EquationMotion, G4int numberOfStateVariables=8) | |
~G4ConstRK4 () | |
void | Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[]) |
void | DumbStepper (const G4double yIn[], const G4double dydx[], G4double h, G4double yOut[]) |
G4double | DistChord () const |
void | RightHandSideConst (const G4double y[], G4double dydx[]) const |
void | GetConstField (const G4double y[], G4double Field[]) |
G4int | IntegratorOrder () const |
virtual void | ComputeRightHandSide (const G4double y[], G4double dydx[]) |
void | NormaliseTangentVector (G4double vec[6]) |
void | NormalisePolarizationVector (G4double vec[12]) |
void | RightHandSide (const double y[], double dydx[]) const |
G4int | GetNumberOfVariables () const |
G4int | GetNumberOfStateVariables () const |
G4int | IntegrationOrder () |
G4EquationOfMotion * | GetEquationOfMotion () |
void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
unsigned long | GetfNoRHSCalls () |
void | ResetfNORHSCalls () |
bool | IsFSAL () const |
Protected 멤버 함수 | |
void | SetIntegrationOrder (int order) |
void | SetFSAL (bool flag=true) |
Private 멤버 함수 | |
G4ConstRK4 (const G4ConstRK4 &) | |
G4ConstRK4 & | operator= (const G4ConstRK4 &) |
Private 속성 | |
G4ThreeVector | fInitialPoint |
G4ThreeVector | fMidPoint |
G4ThreeVector | fFinalPoint |
G4double * | dydxm |
G4double * | dydxt |
G4double * | yt |
G4double * | yInitial |
G4double * | yMiddle |
G4double * | dydxMid |
G4double * | yOneStep |
G4Mag_EqRhs * | fEq |
G4double | Field [3] |
G4ConstRK4.hh 파일의 51 번째 라인에서 정의되었습니다.
G4ConstRK4::G4ConstRK4 | ( | G4Mag_EqRhs * | EquationMotion, |
G4int | numberOfStateVariables = 8 |
||
) |
G4ConstRK4.cc 파일의 42 번째 라인에서 정의되었습니다.
다음을 참조함 : dydxm, dydxMid, dydxt, FatalException, fEq, Field, G4endl, G4Exception(), message(), yInitial, yMiddle, yOneStep, yt.
G4ConstRK4::~G4ConstRK4 | ( | ) |
|
private |
|
virtualinherited |
G4NystromRK4에서 재구현되었습니다.
G4MagIntegratorStepper.cc 파일의 55 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::RightHandSide().
다음에 의해서 참조됨 : G4MagInt_Driver::AccurateAdvance().
|
virtual |
G4ConstRK4.cc 파일의 213 번째 라인에서 정의되었습니다.
다음을 참조함 : G4LineSection::Distline(), fFinalPoint, fInitialPoint, fMidPoint.
|
virtual |
G4MagErrorStepper를 구현.
G4ConstRK4.cc 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : dydxm, dydxt, hh, RightHandSideConst(), yt.
다음에 의해서 참조됨 : Stepper().
|
inlineinherited |
|
inlineinherited |
G4MagIntegratorStepper.hh 파일의 111 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fNoRHSCalls.
|
inlineinherited |
다음에 의해서 참조됨 : G4BogackiShampine23::G4BogackiShampine23(), G4BogackiShampine45::G4BogackiShampine45(), G4CashKarpRKF45::G4CashKarpRKF45(), G4DormandPrince745::G4DormandPrince745(), G4SimpleRunge::G4SimpleRunge(), G4TsitourasRK45::G4TsitourasRK45(), G4RK547FEq3::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), G4MagErrorStepper::Stepper(), Stepper().
|
inlineinherited |
다음에 의해서 참조됨 : G4ExplicitEuler::DumbStepper(), G4ImplicitEuler::DumbStepper(), G4ClassicalRK4::DumbStepper(), G4ChordFinder::G4ChordFinder(), G4BogackiShampine45::GetLastDydx(), G4TsitourasRK45::Interpolate(), G4DoLoMcPriRK34::Interpolate(), G4DormandPrinceRK56::Interpolate_high(), G4DormandPrince745::Interpolate_high(), G4DormandPrinceRK56::Interpolate_low(), G4DormandPrince745::Interpolate_low(), G4RK547FEq2::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq3::makeStep(), G4DormandPrince745::operator=(), G4BlineTracer::ResetChordFinders(), G4DormandPrinceRK56::SetupInterpolate_high(), G4DormandPrinceRK56::SetupInterpolate_low(), G4DormandPrince745::SetupInterpolation_high(), G4BogackiShampine45::SetupInterpolationHigh(), G4TsitourasRK45::Stepper(), G4DormandPrinceRK56::Stepper(), G4MagErrorStepper::Stepper(), G4BogackiShampine45::Stepper(), G4CashKarpRKF45::Stepper(), G4DormandPrince745::Stepper(), G4DormandPrinceRK78::Stepper(), G4BogackiShampine23::Stepper(), G4DoLoMcPriRK34::Stepper(), F02ElectricFieldSetup::UpdateIntegrator().
|
inlineinherited |
G4MagIntegratorStepper.hh 파일의 103 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fIntegrationOrder.
|
inlinevirtual |
|
inlineinherited |
G4MagIntegratorStepper.hh 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fIsFSAL.
다음에 의해서 참조됨 : G4ClassicalRK4::DumbStepper(), G4SimpleHeum::DumbStepper().
|
private |
|
inlineinherited |
G4MagIntegratorStepper.hh 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fNoRHSCalls.
|
inlineinherited |
다음에 의해서 참조됨 : G4MagIntegratorStepper::ComputeRightHandSide(), G4ImplicitEuler::DumbStepper(), G4SimpleHeum::DumbStepper(), G4ClassicalRK4::DumbStepper(), G4SimpleRunge::DumbStepper(), G4MagInt_Driver::GetDerivatives(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), G4RK547FEq3::makeStep(), G4DormandPrinceRK56::SetupInterpolate_high(), G4DormandPrinceRK56::SetupInterpolate_low(), G4DormandPrince745::SetupInterpolation_high(), G4BogackiShampine45::SetupInterpolationHigh(), G4TsitourasRK45::Stepper(), G4DormandPrinceRK56::Stepper(), G4MagErrorStepper::Stepper(), G4BogackiShampine45::Stepper(), G4DormandPrinceRK78::Stepper(), G4DormandPrince745::Stepper(), G4CashKarpRKF45::Stepper(), G4BogackiShampine23::Stepper(), G4DoLoMcPriRK34::Stepper().
G4ConstRK4.hh 파일의 96 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Mag_EqRhs::FCof(), fEq, Field.
다음에 의해서 참조됨 : DumbStepper(), Stepper().
|
inlineinherited |
다음에 의해서 참조됨 : G4MagInt_Driver::SetEquationOfMotion().
|
inlineprotectedinherited |
G4MagIntegratorStepper.hh 파일의 120 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fIsFSAL.
다음에 의해서 참조됨 : G4BogackiShampine23::G4BogackiShampine23().
G4MagIntegratorStepper.hh 파일의 119 번째 라인에서 정의되었습니다.
다음을 참조함 : G4MagIntegratorStepper::fIntegrationOrder.
다음에 의해서 참조됨 : G4BogackiShampine23::G4BogackiShampine23().
|
virtual |
G4ConstRK4.cc 파일의 148 번째 라인에서 정의되었습니다.
다음을 참조함 : DumbStepper(), dydxMid, fFinalPoint, Field, fInitialPoint, fMidPoint, GetConstField(), G4MagIntegratorStepper::GetNumberOfStateVariables(), IntegratorOrder(), RightHandSideConst(), yInitial, yMiddle, yOneStep.
|
private |
G4ConstRK4.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DumbStepper(), G4ConstRK4(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), Stepper(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DumbStepper(), G4ConstRK4(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), GetConstField(), RightHandSideConst().
|
private |
G4ConstRK4.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DistChord(), Stepper().
|
private |
G4ConstRK4.hh 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), RightHandSideConst(), Stepper().
|
private |
G4ConstRK4.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DistChord(), Stepper().
|
private |
G4ConstRK4.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DistChord(), Stepper().
|
private |
G4ConstRK4.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), Stepper(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), Stepper(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ConstRK4(), Stepper(), ~G4ConstRK4().
|
private |
G4ConstRK4.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DumbStepper(), G4ConstRK4(), ~G4ConstRK4().