Celeritas 0.6.0-dev.115+3b60a5fd
|
Create an along-step method for a two-dimensional (r-z in the cylindical coordinate system) map field (RZMapField). More...
#include <AlongStepFactory.hh>
Public Types | |
Type aliases | |
using | RZMapFieldFunction = std::function< RZMapFieldInput()> |
![]() | |
using | argument_type = AlongStepFactoryInput const & |
using | result_type = std::shared_ptr< CoreStepActionInterface const > |
Public Member Functions | |
RZMapFieldAlongStepFactory (RZMapFieldFunction f) | |
Emit an along-step action with a non-uniform magnetic field. | |
result_type | operator() (argument_type input) const final |
Emit an along-step action. | |
RZMapFieldInput | get_field () const |
Get the field params (used for converting to celeritas::inp). | |
Additional Inherited Members | |
![]() | |
CELER_DEFAULT_COPY_MOVE (AlongStepFactoryInterface) | |
Create an along-step method for a two-dimensional (r-z in the cylindical coordinate system) map field (RZMapField).
|
explicit |
Emit an along-step action with a non-uniform magnetic field.
The action will embed the field propagator with a RZMapField.
|
finalvirtual |
Emit an along-step action.
Implements celeritas::AlongStepFactoryInterface.