#include <G4VFSALIntegrationStepper.hh>
G4VFSALIntegrationStepper::G4VFSALIntegrationStepper |
( |
G4EquationOfMotion * |
Equation, |
|
|
G4int |
numIntegrationVariables, |
|
|
G4int |
numStateVariables = 12 |
|
) |
| |
Definition at line 33 of file G4VFSALIntegrationStepper.cc.
36 : fEquation_Rhs(Equation),
37 fNoIntegrationVariables(num_integration_vars),
38 fNoStateVariables(num_state_vars)
G4VFSALIntegrationStepper::~G4VFSALIntegrationStepper |
( |
| ) |
|
|
virtual |
virtual G4double G4VFSALIntegrationStepper::DistChord |
( |
| ) |
const |
|
pure virtual |
G4int G4VFSALIntegrationStepper::GetfNoRHSCalls |
( |
| ) |
|
|
inline |
G4int G4VFSALIntegrationStepper::GetNumberOfStateVariables |
( |
| ) |
const |
|
inline |
G4int G4VFSALIntegrationStepper::GetNumberOfVariables |
( |
| ) |
const |
|
inline |
void G4VFSALIntegrationStepper::increasefNORHSCalls |
( |
| ) |
|
virtual G4int G4VFSALIntegrationStepper::IntegratorOrder |
( |
| ) |
const |
|
pure virtual |
void G4VFSALIntegrationStepper::NormalisePolarizationVector |
( |
G4double |
vec[12] | ) |
|
|
inline |
void G4VFSALIntegrationStepper::NormaliseTangentVector |
( |
G4double |
vec[6] | ) |
|
|
inline |
void G4VFSALIntegrationStepper::ResetfNORHSCalls |
( |
| ) |
|
|
inline |
void G4VFSALIntegrationStepper::RightHandSide |
( |
const double |
y[], |
|
|
double |
dydx[] |
|
) |
| |
The documentation for this class was generated from the following files: