Celeritas 0.6.0-dev.115+3b60a5fd
|
Construct and store data for Wentzel VI multiple scattering. More...
#include <WentzelVIMscParams.hh>
Public Types | |
Type aliases | |
using | VecImportMscModel = std::vector< ImportMscModel > |
![]() | |
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. | |
![]() | |
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 | |
![]() | |
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 >.