| Celeritas 0.7.0-dev.170+develop.df22d2a88
    | 
Construct a nonuniform 2D grid. More...
#include <TwodGridBuilder.hh>
| Public Types | |
| Type aliases | |
| using | Values = Collection< real_type, Ownership::value, MemSpace::host > | 
| using | TwodGrid = TwodGridData | 
| Public Member Functions | |
| TwodGridBuilder (Values *reals) | |
| Construct with pointers to data that will be modified. | |
| TwodGrid | operator() (inp::TwodGrid const &) | 
| Add a grid from an imported physics vector. | |
Construct a nonuniform 2D grid.
This uses a deduplicating inserter for real values to improve caching.