|
Celeritas 0.7.0-dev.164+develop.929c81eeb
|
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 | |
Public Types inherited from celeritas::ParamsDataInterface< CartMapFieldParamsData > | |
| using | HostRef = HostCRef< CartMapFieldParamsData > |
| using | DeviceRef = DeviceCRef< CartMapFieldParamsData > |
Public Member Functions inherited from celeritas::ParamsDataInterface< 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. | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< CartMapFieldParamsData > | |
| 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 >.