|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Data management for the EADL transition data for atomic relaxation. More...
#include <AtomicRelaxationParams.hh>

Classes | |
| struct | Input |
Public Types | |
| using | MevEnergy = units::MevEnergy |
| Type aliases. | |
| using | ReadData = std::function< ImportAtomicRelaxation(AtomicNumber)> |
| using | SPConstCutoffs = std::shared_ptr< CutoffParams const > |
| using | SPConstMaterials = std::shared_ptr< MaterialParams const > |
| using | SPConstParticles = std::shared_ptr< ParticleParams const > |
Public Types inherited from celeritas::ParamsDataInterface< AtomicRelaxParamsData > | |
| using | HostRef = HostCRef< AtomicRelaxParamsData > |
| using | DeviceRef = DeviceCRef< AtomicRelaxParamsData > |
Public Member Functions | |
| AtomicRelaxationParams (Input const &inp) | |
| Construct from a vector of element identifiers. | |
| HostRef const & | host_ref () const final |
| Access EADL data on the host. | |
| DeviceRef const & | device_ref () const final |
| Access EADL data on the device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< AtomicRelaxParamsData > | |
| AtomicRelaxParamsData< Ownership::const_reference, M > const & | ref () const |
| AtomicRelaxParamsData< Ownership::const_reference, M > const & | ref () const |
| Dispatch a "ref" call to host or device data. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ParamsDataInterface< AtomicRelaxParamsData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Data management for the EADL transition data for atomic relaxation.
|
inlinefinalvirtual |
Access EADL data on the device.
Implements celeritas::ParamsDataInterface< AtomicRelaxParamsData >.
|
inlinefinalvirtual |
Access EADL data on the host.
Implements celeritas::ParamsDataInterface< AtomicRelaxParamsData >.