#include <G4VFSALIntegrationStepper.hh>
◆ G4VFSALIntegrationStepper() [1/2]
G4VFSALIntegrationStepper::G4VFSALIntegrationStepper |
( |
G4EquationOfMotion * |
Equation, |
|
|
G4int |
numIntegrationVariables, |
|
|
G4int |
numStateVariables = 12 |
|
) |
| |
Definition at line 36 of file G4VFSALIntegrationStepper.cc.
40 : fEquation_Rhs(Equation),
41 fNoIntegrationVariables(num_integration_vars),
42 fNoStateVariables(num_state_vars)
43{
44}
◆ ~G4VFSALIntegrationStepper()
virtual G4VFSALIntegrationStepper::~G4VFSALIntegrationStepper |
( |
| ) |
|
|
virtualdefault |
◆ G4VFSALIntegrationStepper() [2/2]
◆ DistChord()
virtual G4double G4VFSALIntegrationStepper::DistChord |
( |
| ) |
const |
|
pure virtual |
◆ GetEquationOfMotion()
◆ GetfNoRHSCalls()
G4int G4VFSALIntegrationStepper::GetfNoRHSCalls |
( |
| ) |
|
|
inline |
◆ GetNumberOfStateVariables()
G4int G4VFSALIntegrationStepper::GetNumberOfStateVariables |
( |
| ) |
const |
|
inline |
◆ GetNumberOfVariables()
G4int G4VFSALIntegrationStepper::GetNumberOfVariables |
( |
| ) |
const |
|
inline |
◆ increasefNORHSCalls()
void G4VFSALIntegrationStepper::increasefNORHSCalls |
( |
| ) |
|
◆ IntegratorOrder()
virtual G4int G4VFSALIntegrationStepper::IntegratorOrder |
( |
| ) |
const |
|
pure virtual |
◆ NormalisePolarizationVector()
void G4VFSALIntegrationStepper::NormalisePolarizationVector |
( |
G4double |
vec[12] | ) |
|
|
inline |
◆ NormaliseTangentVector()
void G4VFSALIntegrationStepper::NormaliseTangentVector |
( |
G4double |
vec[6] | ) |
|
|
inline |
◆ operator=()
◆ ResetfNORHSCalls()
void G4VFSALIntegrationStepper::ResetfNORHSCalls |
( |
| ) |
|
|
inline |
◆ RightHandSide()
void G4VFSALIntegrationStepper::RightHandSide |
( |
const double |
y[], |
|
|
double |
dydx[] |
|
) |
| |
◆ SetEquationOfMotion()
◆ Stepper()
The documentation for this class was generated from the following files: