|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Construct a nonuniform grid. More...
#include <NonuniformGridBuilder.hh>
Public Types | |
Type aliases | |
| using | Grid = NonuniformGridRecord |
| using | Values = Collection< real_type, Ownership::value, MemSpace::host > |
Public Member Functions | |
| NonuniformGridBuilder (Values *reals) | |
| Construct with a reference to mutable host data. | |
| Grid | operator() (inp::Grid const &) |
| Add a nonuniform grid. | |
Construct a nonuniform grid.
This uses a deduplicating inserter for real values to improve caching.