|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Set up a 2D RZMapFieldParams. More...
#include <RZMapFieldParams.hh>

Type aliases | |
| using | Input = RZMapFieldInput |
| Construct from a user-defined field map. | |
| RZMapFieldParams (Input const &inp) | |
| Construct from a user-defined field map. | |
| HostRef const & | host_ref () const final |
| Access field map data on the host. | |
| DeviceRef const & | device_ref () const final |
| Access field map data on the device. | |
Additional Inherited Members | |
Public Types inherited from celeritas::ParamsDataInterface< RZMapFieldParamsData > | |
| using | HostRef = HostCRef< RZMapFieldParamsData > |
| using | DeviceRef = DeviceCRef< RZMapFieldParamsData > |
Public Member Functions inherited from celeritas::ParamsDataInterface< RZMapFieldParamsData > | |
| RZMapFieldParamsData< Ownership::const_reference, M > const & | ref () const |
| RZMapFieldParamsData< Ownership::const_reference, M > const & | ref () const |
| Dispatch a "ref" call to host or device data. | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< RZMapFieldParamsData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Set up a 2D RZMapFieldParams.
The input values should be converted to the native unit system.
|
inlinefinalvirtual |
Access field map data on the device.
Implements celeritas::ParamsDataInterface< RZMapFieldParamsData >.
|
inlinefinalvirtual |
Access field map data on the host.
Implements celeritas::ParamsDataInterface< RZMapFieldParamsData >.