#include <G4ModifiedMidpoint.hh>
Public 멤버 함수 | |
G4ModifiedMidpoint (G4EquationOfMotion *equation, G4int nvar=6, G4int steps=2) | |
~G4ModifiedMidpoint ()=default | |
void | DoStep (const G4double yIn[], const G4double dydxIn[], G4double yOut[], G4double hstep) const |
void | DoStep (const G4double yIn[], const G4double dydxIn[], G4double yOut[], G4double hstep, G4double yMid[], G4double derivs[][G4FieldTrack::ncompSVEC]) const |
void | SetSteps (G4int steps) |
G4int | GetSteps () const |
void | SetEquationOfMotion (G4EquationOfMotion *equation) |
G4EquationOfMotion * | GetEquationOfMotion () |
G4int | GetNumberOfVariables () const |
Private 멤버 함수 | |
void | copy (G4double dst[], const G4double src[]) const |
Private 속성 | |
G4EquationOfMotion * | fEquation |
G4int | fnvar |
G4int | fsteps |
G4ModifiedMidpoint.hh 파일의 46 번째 라인에서 정의되었습니다.
G4ModifiedMidpoint::G4ModifiedMidpoint | ( | G4EquationOfMotion * | equation, |
G4int | nvar = 6 , |
||
G4int | steps = 2 |
||
) |
G4ModifiedMidpoint.cc 파일의 37 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception().
|
default |
void G4ModifiedMidpoint::DoStep | ( | const G4double | yIn[], |
const G4double | dydxIn[], | ||
G4double | yOut[], | ||
G4double | hstep | ||
) | const |
G4ModifiedMidpoint.cc 파일의 49 번째 라인에서 정의되었습니다.
다음을 참조함 : copy(), fEquation, fnvar, fsteps, h2, G4FieldTrack::ncompSVEC, G4EquationOfMotion::RightHandSide(), y1.
다음에 의해서 참조됨 : G4BulirschStoer::try_step().
void G4ModifiedMidpoint::DoStep | ( | const G4double | yIn[], |
const G4double | dydxIn[], | ||
G4double | yOut[], | ||
G4double | hstep, | ||
G4double | yMid[], | ||
G4double | derivs[][G4FieldTrack::ncompSVEC] | ||
) | const |
G4ModifiedMidpoint.cc 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : copy(), fEquation, fnvar, fsteps, h2, G4FieldTrack::ncompSVEC, G4EquationOfMotion::RightHandSide(), y1.
|
inline |
|
inline |
|
inline |
|
inline |
다음에 의해서 참조됨 : G4BulirschStoer::try_step().
|
private |
G4ModifiedMidpoint.hh 파일의 75 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DoStep().
|
private |
G4ModifiedMidpoint.hh 파일의 76 번째 라인에서 정의되었습니다.
|
private |
G4ModifiedMidpoint.hh 파일의 77 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DoStep().