OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <Stepper.h>
Public Member Functions | |
Stepper (const FieldFunction &fieldfunc) | |
virtual bool | advance (PartBunchBase< double, 3 > *bunch, const size_t &i, const double &t, const double dt, Arguments &... args) const |
virtual | ~Stepper () |
Protected Attributes | |
const FieldFunction & | fieldfunc_m |
Private Member Functions | |
virtual bool | doAdvance_m (PartBunchBase< double, 3 > *bunch, const size_t &i, const double &t, const double dt, Arguments &... args) const =0 |
@precondition The field function has to return a boolean and take at least the following arguments in that order:
|
inlinevirtual |
Definition at line 42 of file Stepper.h.
References abs(), PartBunchBase< T, Dim >::Bin, Stepper< FieldFunction, Arguments >::doAdvance_m(), matheval::detail::math::isnan(), PartBunchBase< T, Dim >::P, and PartBunchBase< T, Dim >::R.
|
privatepure virtual |
Implemented in RK4< FieldFunction, Arguments >, and LF2< FieldFunction, Arguments >.
Referenced by Stepper< FieldFunction, Arguments >::advance().
|
protected |