#include <G4RK547FEq2.hh>
|
| G4RK547FEq2 (G4EquationOfMotion *EqRhs, G4int integrationVariables=6) |
|
| G4RK547FEq2 (const G4RK547FEq2 &)=delete |
|
G4RK547FEq2 & | operator= (const G4RK547FEq2 &)=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 G4RK547FEq2.hh.
◆ G4RK547FEq2() [1/2]
◆ G4RK547FEq2() [2/2]
◆ DistChord()
G4double G4RK547FEq2::DistChord |
( |
| ) |
const |
|
overridevirtual |
Implements G4MagIntegratorStepper.
Definition at line 166 of file G4RK547FEq2.cc.
167{
169 makeStep(fyIn, fdydx, fhstep / 2., yMid);
170
174
176}
static G4double Distline(const G4ThreeVector &OtherPnt, const G4ThreeVector &LinePntA, const G4ThreeVector &LinePntB)
G4ThreeVector makeVector(const ArrayType &array, Value3D value)
◆ IntegratorOrder()
virtual G4int G4RK547FEq2::IntegratorOrder |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ Stepper() [1/2]
Implements G4MagIntegratorStepper.
Definition at line 134 of file G4RK547FEq2.cc.
139{
142 fhstep = hstep;
143
144 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
145
146 copy(yOutput, fyOut);
147}
void copy(G4double dst[], const G4double src[], size_t size=G4FieldTrack::ncompSVEC)
◆ Stepper() [2/2]
Definition at line 149 of file G4RK547FEq2.cc.
155{
158 fhstep = hstep;
159
160 makeStep(fyIn, fdydx, fhstep, fyOut, fdydxOut, yError);
161
162 copy(yOutput, fyOut);
163 copy(dydxOutput, fdydxOut);
164}
The documentation for this class was generated from the following files: