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

#include <G4MagIntegratorStepper.hh>

G4MagIntegratorStepper에 대한 상속 다이어그램 :
G4BogackiShampine23 G4BogackiShampine45 G4CashKarpRKF45 G4DoLoMcPriRK34 G4DormandPrince745 G4DormandPrinceRK56 G4DormandPrinceRK78 G4MagErrorStepper G4MagHelicalStepper G4NystromRK4 G4RK547FEq1 G4RK547FEq2 G4RK547FEq3 G4RKG3_Stepper G4TsitourasRK45

Public 멤버 함수

 G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, bool isFSAL=false)
 
virtual ~G4MagIntegratorStepper ()
 
virtual void Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])=0
 
virtual G4double DistChord () const =0
 
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 멤버 함수

 G4MagIntegratorStepper (const G4MagIntegratorStepper &)
 
G4MagIntegratorStepperoperator= (const G4MagIntegratorStepper &)
 

Private 속성

G4EquationOfMotionfEquation_Rhs
 
const G4int fNoIntegrationVariables
 
const G4int fNoStateVariables
 
unsigned long fNoRHSCalls
 
int fIntegrationOrder
 
bool fIsFSAL
 

상세한 설명

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

생성자 & 소멸자 문서화

G4MagIntegratorStepper::G4MagIntegratorStepper ( G4EquationOfMotion Equation,
G4int  numIntegrationVariables,
G4int  numStateVariables = 12,
bool  isFSAL = false 
)

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

G4MagIntegratorStepper::~G4MagIntegratorStepper ( )
virtual

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

G4MagIntegratorStepper::G4MagIntegratorStepper ( const G4MagIntegratorStepper )
private

멤버 함수 문서화

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

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

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

다음을 참조함 : RightHandSide().

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

virtual G4double G4MagIntegratorStepper::DistChord ( ) const
pure virtual
G4EquationOfMotion* G4MagIntegratorStepper::GetEquationOfMotion ( )
inline
unsigned long G4MagIntegratorStepper::GetfNoRHSCalls ( )
inline

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

다음을 참조함 : fNoRHSCalls.

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

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

다음을 참조함 : fIntegrationOrder.

virtual G4int G4MagIntegratorStepper::IntegratorOrder ( ) const
pure virtual
bool G4MagIntegratorStepper::IsFSAL ( ) const
inline

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

다음을 참조함 : fIsFSAL.

void G4MagIntegratorStepper::NormalisePolarizationVector ( G4double  vec[12])
inline
void G4MagIntegratorStepper::NormaliseTangentVector ( G4double  vec[6])
inline
G4MagIntegratorStepper& G4MagIntegratorStepper::operator= ( const G4MagIntegratorStepper )
private
void G4MagIntegratorStepper::ResetfNORHSCalls ( )
inline

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

다음을 참조함 : fNoRHSCalls.

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

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

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

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

다음을 참조함 : fIsFSAL.

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

void G4MagIntegratorStepper::SetIntegrationOrder ( int  order)
inlineprotected

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

다음을 참조함 : fIntegrationOrder.

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

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

멤버 데이타 문서화

G4EquationOfMotion* G4MagIntegratorStepper::fEquation_Rhs
private

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

int G4MagIntegratorStepper::fIntegrationOrder
private

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

다음에 의해서 참조됨 : IntegrationOrder(), SetIntegrationOrder().

bool G4MagIntegratorStepper::fIsFSAL
private

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

다음에 의해서 참조됨 : IsFSAL(), SetFSAL().

const G4int G4MagIntegratorStepper::fNoIntegrationVariables
private

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

unsigned long G4MagIntegratorStepper::fNoRHSCalls
mutableprivate

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

다음에 의해서 참조됨 : GetfNoRHSCalls(), ResetfNORHSCalls().

const G4int G4MagIntegratorStepper::fNoStateVariables
private

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


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