|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Definition of a structured nonuniform 2D grid with node-centered data. More...
#include <TwodGridData.hh>
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| True if assigned and valid. | |
| CELER_FUNCTION ItemId< real_type > | at (size_type ix, size_type iy) const |
| Get the data location for a specified x-y coordinate. | |
Public Attributes | |
| ItemRange< real_type > | x |
| x grid definition | |
| ItemRange< real_type > | y |
| y grid definition | |
| ItemRange< real_type > | values |
| [x][y] | |
Definition of a structured nonuniform 2D grid with node-centered data.
This relies on an external Collection of reals. Data is indexed as [x][y], C-style row-major.