Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 멤버 함수 | Private 멤버 함수 | Private 속성 | 모든 멤버 목록
G4DormandPrince745 클래스 참조

#include <G4DormandPrince745.hh>

G4DormandPrince745에 대한 상속 다이어그램 :
G4MagIntegratorStepper

Public 멤버 함수

 G4DormandPrince745 (G4EquationOfMotion *EqRhs, G4int numberOfVariables=6, G4bool primary=true)
 
 ~G4DormandPrince745 ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
void SetupInterpolation_low ()
 
void Interpolate_low (G4double yOut[], G4double tau)
 
void SetupInterpolation ()
 
void Interpolate (G4double tau, G4double yOut[])
 
void SetupInterpolation_high ()
 
void Interpolate_high (G4double yOut[], G4double tau)
 
G4double DistChord () const
 
G4double DistChord2 () const
 
G4double DistChord3 () const
 
G4double DistLine (G4double yStart[], G4double yMid[], G4double yEnd[]) const
 
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 ()
 
G4EquationOfMotionGetEquationOfMotion ()
 
void SetEquationOfMotion (G4EquationOfMotion *newEquation)
 
unsigned long GetfNoRHSCalls ()
 
void ResetfNORHSCalls ()
 
bool IsFSAL () const
 

Protected 멤버 함수

void SetIntegrationOrder (int order)
 
void SetFSAL (bool flag=true)
 

Private 멤버 함수

G4DormandPrince745operator= (const G4DormandPrince745 &)
 

Private 속성

G4doubleak2
 
G4doubleak3
 
G4doubleak4
 
G4doubleak5
 
G4doubleak6
 
G4doubleak7
 
G4doubleak8
 
G4doubleak9
 
G4doubleyTemp
 
G4doubleyIn
 
G4double fLastStepLength
 
G4doublefLastInitialVector
 
G4doublefLastFinalVector
 
G4doublefInitialDyDx
 
G4doublefMidVector
 
G4doublefMidError
 
G4DormandPrince745fAuxStepper
 

상세한 설명

G4DormandPrince745.hh 파일의 52 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4DormandPrince745::G4DormandPrince745 ( G4EquationOfMotion EqRhs,
G4int  numberOfVariables = 6,
G4bool  primary = true 
)
G4DormandPrince745::~G4DormandPrince745 ( )

G4DormandPrince745.cc 파일의 130 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fAuxStepper, fInitialDyDx, fLastFinalVector, fLastInitialVector, fMidError, fMidVector, yIn, yTemp.

멤버 함수 문서화

void G4MagIntegratorStepper::ComputeRightHandSide ( const G4double  y[],
G4double  dydx[] 
)
virtualinherited

G4NystromRK4에서 재구현되었습니다.

G4MagIntegratorStepper.cc 파일의 55 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::RightHandSide().

다음에 의해서 참조됨 : G4MagInt_Driver::AccurateAdvance().

G4double G4DormandPrince745::DistChord ( ) const
virtual

G4MagIntegratorStepper를 구현.

G4DormandPrince745.cc 파일의 337 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, DistLine(), fInitialDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidVector.

G4double G4DormandPrince745::DistChord2 ( ) const

G4DormandPrince745.cc 파일의 324 번째 라인에서 정의되었습니다.

다음을 참조함 : DistLine(), fAuxStepper, fLastFinalVector, fLastInitialVector, fMidVector, Interpolate(), SetupInterpolation().

G4double G4DormandPrince745::DistChord3 ( ) const

G4DormandPrince745.cc 파일의 362 번째 라인에서 정의되었습니다.

다음을 참조함 : DistLine(), fAuxStepper, fInitialDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, fMidError, fMidVector, Stepper().

G4double G4DormandPrince745::DistLine ( G4double  yStart[],
G4double  yMid[],
G4double  yEnd[] 
) const

G4DormandPrince745.cc 파일의 300 번째 라인에서 정의되었습니다.

다음을 참조함 : G4LineSection::Distline().

다음에 의해서 참조됨 : DistChord(), DistChord2(), DistChord3().

G4EquationOfMotion* G4MagIntegratorStepper::GetEquationOfMotion ( )
inlineinherited
unsigned long G4MagIntegratorStepper::GetfNoRHSCalls ( )
inlineinherited

G4MagIntegratorStepper.hh 파일의 111 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fNoRHSCalls.

G4int G4MagIntegratorStepper::GetNumberOfStateVariables ( ) const
inlineinherited
G4int G4MagIntegratorStepper::GetNumberOfVariables ( ) const
inlineinherited
G4int G4MagIntegratorStepper::IntegrationOrder ( )
inlineinherited

G4MagIntegratorStepper.hh 파일의 103 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fIntegrationOrder.

G4int G4DormandPrince745::IntegratorOrder ( ) const
inlinevirtual

G4MagIntegratorStepper를 구현.

G4DormandPrince745.hh 파일의 117 번째 라인에서 정의되었습니다.

void G4DormandPrince745::Interpolate ( G4double  tau,
G4double  yOut[] 
)
inline

G4DormandPrince745.hh 파일의 88 번째 라인에서 정의되었습니다.

다음을 참조함 : Interpolate_low().

다음에 의해서 참조됨 : DistChord2().

void G4DormandPrince745::Interpolate_high ( G4double  yOut[],
G4double  tau 
)

G4DormandPrince745.cc 파일의 480 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fInitialDyDx, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), yIn.

void G4DormandPrince745::Interpolate_low ( G4double  yOut[],
G4double  tau 
)

G4DormandPrince745.cc 파일의 383 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, fInitialDyDx, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), yIn.

다음에 의해서 참조됨 : Interpolate().

bool G4MagIntegratorStepper::IsFSAL ( ) const
inlineinherited

G4MagIntegratorStepper.hh 파일의 116 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fIsFSAL.

void G4MagIntegratorStepper::NormalisePolarizationVector ( G4double  vec[12])
inlineinherited
void G4MagIntegratorStepper::NormaliseTangentVector ( G4double  vec[6])
inlineinherited
G4DormandPrince745 & G4DormandPrince745::operator= ( const G4DormandPrince745 right)
private

G4DormandPrince745.cc 파일의 608 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, ak8, ak9, fInitialDyDx, fLastInitialVector, fLastStepLength, fMidError, fMidVector, G4MagIntegratorStepper::GetNumberOfVariables().

void G4MagIntegratorStepper::ResetfNORHSCalls ( )
inlineinherited

G4MagIntegratorStepper.hh 파일의 113 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fNoRHSCalls.

void G4MagIntegratorStepper::RightHandSide ( const double  y[],
double  dydx[] 
) const
inlineinherited
void G4MagIntegratorStepper::SetEquationOfMotion ( G4EquationOfMotion newEquation)
inlineinherited

다음에 의해서 참조됨 : G4MagInt_Driver::SetEquationOfMotion().

void G4MagIntegratorStepper::SetFSAL ( bool  flag = true)
inlineprotectedinherited

G4MagIntegratorStepper.hh 파일의 120 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fIsFSAL.

다음에 의해서 참조됨 : G4BogackiShampine23::G4BogackiShampine23().

void G4MagIntegratorStepper::SetIntegrationOrder ( int  order)
inlineprotectedinherited

G4MagIntegratorStepper.hh 파일의 119 번째 라인에서 정의되었습니다.

다음을 참조함 : G4MagIntegratorStepper::fIntegrationOrder.

다음에 의해서 참조됨 : G4BogackiShampine23::G4BogackiShampine23().

void G4DormandPrince745::SetupInterpolation ( )
inline

G4DormandPrince745.hh 파일의 78 번째 라인에서 정의되었습니다.

다음을 참조함 : SetupInterpolation_low().

다음에 의해서 참조됨 : DistChord2().

void G4DormandPrince745::SetupInterpolation_high ( )
void G4DormandPrince745::SetupInterpolation_low ( )

G4DormandPrince745.cc 파일의 378 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : SetupInterpolation().

void G4DormandPrince745::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

G4MagIntegratorStepper를 구현.

G4DormandPrince745.cc 파일의 182 번째 라인에서 정의되었습니다.

다음을 참조함 : ak2, ak3, ak4, ak5, ak6, ak7, e, fInitialDyDx, fLastFinalVector, fLastInitialVector, fLastStepLength, G4MagIntegratorStepper::GetNumberOfVariables(), G4MagIntegratorStepper::RightHandSide(), yIn, yTemp.

다음에 의해서 참조됨 : DistChord3().

멤버 데이타 문서화

G4double* G4DormandPrince745::ak2
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak3
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak4
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak5
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak6
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak7
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak8
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4DormandPrince745(), Interpolate_high(), operator=(), SetupInterpolation_high(), ~G4DormandPrince745().

G4double * G4DormandPrince745::ak9
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4DormandPrince745(), Interpolate_high(), operator=(), SetupInterpolation_high(), ~G4DormandPrince745().

G4DormandPrince745* G4DormandPrince745::fAuxStepper
private

G4DormandPrince745.hh 파일의 135 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord2(), DistChord3(), G4DormandPrince745(), ~G4DormandPrince745().

G4double * G4DormandPrince745::fInitialDyDx
private
G4double * G4DormandPrince745::fLastFinalVector
private

G4DormandPrince745.hh 파일의 131 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), DistChord2(), DistChord3(), G4DormandPrince745(), Stepper(), ~G4DormandPrince745().

G4double* G4DormandPrince745::fLastInitialVector
private

G4DormandPrince745.hh 파일의 131 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), DistChord2(), DistChord3(), G4DormandPrince745(), operator=(), Stepper(), ~G4DormandPrince745().

G4double G4DormandPrince745::fLastStepLength
private

G4DormandPrince745.hh 파일의 130 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), DistChord3(), G4DormandPrince745(), Interpolate_high(), Interpolate_low(), operator=(), SetupInterpolation_high(), Stepper().

G4double * G4DormandPrince745::fMidError
private

G4DormandPrince745.hh 파일의 131 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord3(), G4DormandPrince745(), operator=(), ~G4DormandPrince745().

G4double * G4DormandPrince745::fMidVector
private

G4DormandPrince745.hh 파일의 131 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DistChord(), DistChord2(), DistChord3(), G4DormandPrince745(), operator=(), ~G4DormandPrince745().

G4double * G4DormandPrince745::yIn
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4DormandPrince745(), Interpolate_high(), Interpolate_low(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().

G4double * G4DormandPrince745::yTemp
private

G4DormandPrince745.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4DormandPrince745(), SetupInterpolation_high(), Stepper(), ~G4DormandPrince745().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: