Celeritas 0.6.0-47+develop.b3cbb238
|
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 cacheing.