#include <G4RK547FEq3.hh>
|
| G4RK547FEq3 (G4EquationOfMotion *EqRhs, G4int integrationVariables=6) |
|
| G4RK547FEq3 (const G4RK547FEq3 &)=delete |
|
G4RK547FEq3 & | operator= (const G4RK547FEq3 &)=delete |
|
virtual 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[]) |
|
virtual G4double | DistChord () const override |
|
virtual 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 |
|
virtual void | Stepper (const G4double y[], const G4double dydx[], G4double h, G4double yout[], G4double yerr[])=0 |
|
virtual G4double | DistChord () const =0 |
|
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 |
|
virtual G4int | IntegratorOrder () const =0 |
|
G4int | IntegrationOrder () |
|
G4EquationOfMotion * | GetEquationOfMotion () |
|
const G4EquationOfMotion * | GetEquationOfMotion () const |
|
void | SetEquationOfMotion (G4EquationOfMotion *newEquation) |
|
unsigned long | GetfNoRHSCalls () |
|
void | ResetfNORHSCalls () |
|
G4bool | IsFSAL () const |
|
Definition at line 44 of file G4RK547FEq3.hh.
◆ G4RK547FEq3() [1/2]
◆ G4RK547FEq3() [2/2]
◆ DistChord()
G4double G4RK547FEq3::DistChord |
( |
| ) |
const |
|
overridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 167 of file G4RK547FEq3.cc.
168{
170 makeStep(fyIn, fdydx, fhstep / 2., yMid);
171
175
177}
static G4double Distline(const G4ThreeVector &OtherPnt, const G4ThreeVector &LinePntA, const G4ThreeVector &LinePntB)
G4ThreeVector makeVector(const ArrayType &array, Value3D value)
◆ IntegratorOrder()
virtual G4int G4RK547FEq3::IntegratorOrder |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ Stepper() [1/2]
Implements G4MagIntegratorStepper.
Definition at line 135 of file G4RK547FEq3.cc.
140{
143 fhstep = hstep;
144
145 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
146
147 copy(yOutput, fyOut);
148}
void copy(G4double dst[], const G4double src[], std::size_t size=G4FieldTrack::ncompSVEC)
◆ Stepper() [2/2]
Definition at line 150 of file G4RK547FEq3.cc.
156{
159 fhstep = hstep;
160
161 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
162
163 copy(yOutput, fyOut);
164 copy(dydxOutput, fdydxOut);
165}
The documentation for this class was generated from the following files: