#include <G4RK547FEq3.hh>
|
| G4RK547FEq3 (G4EquationOfMotion *EqRhs, G4int integrationVariables=6) |
|
| G4RK547FEq3 (const G4RK547FEq3 &)=delete |
|
G4RK547FEq3 & | operator= (const G4RK547FEq3 &)=delete |
|
void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[]) override |
|
void | Stepper (const G4double yInput[], const G4double dydx[], G4double hstep, G4double yOutput[], G4double yError[], G4double dydxOutput[]) |
|
G4double | DistChord () const override |
|
G4int | IntegratorOrder () const override |
|
| G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false) |
|
virtual | ~G4MagIntegratorStepper ()=default |
|
| G4MagIntegratorStepper (const G4MagIntegratorStepper &)=delete |
|
G4MagIntegratorStepper & | operator= (const G4MagIntegratorStepper &)=delete |
|
void | NormaliseTangentVector (G4double vec[6]) |
|
void | NormalisePolarizationVector (G4double vec[12]) |
|
void | RightHandSide (const G4double y[], G4double dydx[]) const |
|
void | RightHandSide (const G4double y[], G4double dydx[], G4double field[]) const |
|
G4int | GetNumberOfVariables () const |
|
G4int | GetNumberOfStateVariables () const |
|
G4int | IntegrationOrder () |
|
G4EquationOfMotion * | GetEquationOfMotion () |
|
const G4EquationOfMotion * | GetEquationOfMotion () const |
|
void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
|
unsigned long | GetfNoRHSCalls () |
|
void | ResetfNORHSCalls () |
|
G4bool | IsFSAL () const |
|
G4bool | isQSS () const |
|
void | SetIsQSS (G4bool val) |
|
Definition at line 44 of file G4RK547FEq3.hh.
◆ G4RK547FEq3() [1/2]
Definition at line 51 of file G4RK547FEq3.cc.
53{
54}
G4MagIntegratorStepper(G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12, G4bool isFSAL=false)
◆ G4RK547FEq3() [2/2]
◆ DistChord()
G4double G4RK547FEq3::DistChord |
( |
| ) |
const |
|
overridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 181 of file G4RK547FEq3.cc.
182{
184 makeStep(fyIn, fdydx, fhstep / 2., yMid);
185
189
191}
static G4double Distline(const G4ThreeVector &OtherPnt, const G4ThreeVector &LinePntA, const G4ThreeVector &LinePntB)
G4ThreeVector makeVector(const ArrayType &array, Value3D value)
◆ IntegratorOrder()
G4int G4RK547FEq3::IntegratorOrder |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ Stepper() [1/2]
Implements G4MagIntegratorStepper.
Definition at line 149 of file G4RK547FEq3.cc.
154{
157 fhstep = hstep;
158
159 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
160
161 copy(yOutput, fyOut);
162}
void copy(G4double dst[], const G4double src[], std::size_t size=G4FieldTrack::ncompSVEC)
◆ Stepper() [2/2]
Definition at line 164 of file G4RK547FEq3.cc.
170{
173 fhstep = hstep;
174
175 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
176
177 copy(yOutput, fyOut);
178 copy(dydxOutput, fdydxOut);
179}
The documentation for this class was generated from the following files: