Celeritas 0.6.0-dev.115+3b60a5fd
|
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 | |
![]() | |
using | HostRef = HostCRef< RZMapFieldParamsData > |
using | DeviceRef = DeviceCRef< 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. | |
![]() | |
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 >.