|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Surface and volume offsets to convert between local and global indices. More...
#include <OrangeData.hh>
Public Member Functions | |
| template<Ownership W2, MemSpace M2> | |
| UniverseIndexerData & | operator= (UniverseIndexerData< W2, M2 > const &other) |
| CELER_FUNCTION | operator bool () const |
Public Attributes | |
| Collection< size_type, W, M > | surfaces |
| Collection< size_type, W, M > | volumes |
Surface and volume offsets to convert between local and global indices.
Each collection should be of length num_universes + 1. The first entry is zero and the last item should be the total number of surfaces or volumes.
These should be indexed into by UnivId, not the default OpaqueId<size_type>.
move to detail/UniverseIndexerData