|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Construct and store data for Wentzel VI multiple scattering. More...
#include <WentzelVIMscParams.hh>

Public Types | |
Type aliases | |
| using | VecImportMscModel = std::vector< ImportMscModel > |
Public Types inherited from celeritas::ParamsDataInterface< WentzelVIMscData > | |
| using | HostRef = HostCRef< WentzelVIMscData > |
| using | DeviceRef = DeviceCRef< WentzelVIMscData > |
Public Member Functions | |
| WentzelVIMscParams (ParticleParams const &particles, VecImportMscModel const &mdata) | |
| Construct from cross section data and material properties. | |
| HostRef const & | host_ref () const final |
| Access Wentzel VI data on the host. | |
| DeviceRef const & | device_ref () const final |
| Access Wentzel VI data on the device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< WentzelVIMscData > | |
| WentzelVIMscData< Ownership::const_reference, M > const & | ref () const |
| WentzelVIMscData< Ownership::const_reference, M > const & | ref () const |
| Dispatch a "ref" call to host or device data. | |
Static Public Member Functions | |
| static std::shared_ptr< WentzelVIMscParams > | from_import (ParticleParams const &particles, ImportData const &data) |
| Construct if Wentzel VI model is present, or else return nullptr. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< WentzelVIMscData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Construct and store data for Wentzel VI multiple scattering.
Multiple scattering is used by the along-step kernel(s).
|
inlinefinalvirtual |
Access Wentzel VI data on the device.
Implements celeritas::ParamsDataInterface< WentzelVIMscData >.
|
inlinefinalvirtual |
Access Wentzel VI data on the host.
Implements celeritas::ParamsDataInterface< WentzelVIMscData >.