Celeritas 0.6.0-rc.2.13+develop.285b9112
|
Set up a 3D CylMapFieldParams. More...
#include <CylMapFieldParams.hh>
Type aliases | |
using | real_type = cylmap_real_type |
Construct from a user-defined field map. | |
using | Input = CylMapFieldInput |
Construct from a user-defined field map. | |
CylMapFieldParams (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< CylMapFieldParamsData > |
using | DeviceRef = DeviceCRef< CylMapFieldParamsData > |
![]() | |
CylMapFieldParamsData< Ownership::const_reference, M > const & | ref () const |
CylMapFieldParamsData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
![]() | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Set up a 3D CylMapFieldParams.
The input values are in the native unit system.
|
inlinefinalvirtual |
Access field map data on the device.
Implements celeritas::ParamsDataInterface< CylMapFieldParamsData >.
|
inlinefinalvirtual |
Access field map data on the host.
Implements celeritas::ParamsDataInterface< CylMapFieldParamsData >.