|
Celeritas 0.7.0-dev.164+develop.929c81eeb
|
Manage persistent simulation data. More...
#include <SimParams.hh>

Classes | |
| struct | Input |
| Input data to construct this class. More... | |
Public Types | |
Type aliases | |
| using | SPConstParticles = std::shared_ptr< ParticleParams const > |
Public Types inherited from celeritas::ParamsDataInterface< SimParamsData > | |
| using | HostRef = HostCRef< SimParamsData > |
| using | DeviceRef = DeviceCRef< SimParamsData > |
Public Member Functions | |
| SimParams (Input const &) | |
| Construct with simulation options. | |
| HostRef const & | host_ref () const final |
| Access data on host. | |
| DeviceRef const & | device_ref () const final |
| Access data on device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< SimParamsData > | |
| SimParamsData< Ownership::const_reference, M > const & | ref () const |
| SimParamsData< 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< SimParamsData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Manage persistent simulation data.
|
inlinefinalvirtual |
Access data on device.
Implements celeritas::ParamsDataInterface< SimParamsData >.
|
inlinefinalvirtual |
Access data on host.
Implements celeritas::ParamsDataInterface< SimParamsData >.