Celeritas 0.6.0-2+develop.96611fab
|
Set up a 3D CartMapFieldParams. More...
#include <CartMapFieldParams.hh>
Classes | |
struct | Impl |
Type aliases | |
using | Input = CartMapFieldInput |
Construct from a user-defined field map. | |
CartMapFieldParams (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< CartMapFieldParamsData > |
using | DeviceRef = DeviceCRef< CartMapFieldParamsData > |
![]() | |
CartMapFieldParamsData< Ownership::const_reference, M > const & | ref () const |
CartMapFieldParamsData< 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 CartMapFieldParams.
The input values are in the native unit system.
|
finalvirtual |
Access field map data on the device.
Implements celeritas::ParamsDataInterface< CartMapFieldParamsData >.
|
finalvirtual |
Access field map data on the host.
Implements celeritas::ParamsDataInterface< CartMapFieldParamsData >.