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

#include <G4MagErrorStepper.hh>

G4MagErrorStepper에 대한 상속 다이어그램 :
G4MagIntegratorStepper G4ClassicalRK4 G4ConstRK4 G4ExplicitEuler G4ImplicitEuler G4SimpleHeum G4SimpleRunge

Public 멤버 함수

 G4MagErrorStepper (G4EquationOfMotion *EqRhs, G4int numberOfVariables, G4int numStateVariables=12)
 
virtual ~G4MagErrorStepper ()
 
void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])
 
virtual void DumbStepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[])=0
 
G4double DistChord () 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
 
virtual G4int IntegratorOrder () const =0
 
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 멤버 함수

 G4MagErrorStepper (const G4MagErrorStepper &)
 
G4MagErrorStepperoperator= (const G4MagErrorStepper &)
 

Private 속성

G4ThreeVector fInitialPoint
 
G4ThreeVector fMidPoint
 
G4ThreeVector fFinalPoint
 
G4doubleyInitial
 
G4doubleyMiddle
 
G4doubledydxMid
 
G4doubleyOneStep
 

상세한 설명

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

생성자 & 소멸자 문서화

G4MagErrorStepper::G4MagErrorStepper ( G4EquationOfMotion EqRhs,
G4int  numberOfVariables,
G4int  numStateVariables = 12 
)
G4MagErrorStepper::~G4MagErrorStepper ( )
virtual

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

다음을 참조함 : dydxMid, yInitial, yMiddle, yOneStep.

G4MagErrorStepper::G4MagErrorStepper ( const G4MagErrorStepper )
private

멤버 함수 문서화

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

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

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

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

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

G4double G4MagErrorStepper::DistChord ( ) const
virtual

G4MagIntegratorStepper를 구현.

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

다음을 참조함 : G4LineSection::Distline(), fFinalPoint, fInitialPoint, fMidPoint.

virtual void G4MagErrorStepper::DumbStepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[] 
)
pure virtual

G4ConstRK4, G4SimpleRunge, G4ClassicalRK4, G4SimpleHeum, G4ImplicitEuler, G4ExplicitEuler에서 구현되었습니다.

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

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.

virtual G4int G4MagIntegratorStepper::IntegratorOrder ( ) const
pure virtualinherited
bool G4MagIntegratorStepper::IsFSAL ( ) const
inlineinherited

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

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

void G4MagIntegratorStepper::NormalisePolarizationVector ( G4double  vec[12])
inlineinherited
void G4MagIntegratorStepper::NormaliseTangentVector ( G4double  vec[6])
inlineinherited
G4MagErrorStepper& G4MagErrorStepper::operator= ( const G4MagErrorStepper )
private
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 G4MagErrorStepper::Stepper ( const G4double  y[],
const G4double  dydx[],
G4double  h,
G4double  yout[],
G4double  yerr[] 
)
virtual

멤버 데이타 문서화

G4double * G4MagErrorStepper::dydxMid
private

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

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

G4ThreeVector G4MagErrorStepper::fFinalPoint
private

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

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

G4ThreeVector G4MagErrorStepper::fInitialPoint
private

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

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

G4ThreeVector G4MagErrorStepper::fMidPoint
private

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

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

G4double* G4MagErrorStepper::yInitial
private

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

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

G4double * G4MagErrorStepper::yMiddle
private

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

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

G4double * G4MagErrorStepper::yOneStep
private

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

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


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