|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
An increasing, sorted 2D grid with node-centered data. More...
#include <Grid.hh>
Public Types | |
| using | VecDbl = std::vector< double > |
Public Member Functions | |
| operator bool () const | |
Public Attributes | |
| VecDbl | x |
| VecDbl | y |
| VecDbl | value |
An increasing, sorted 2D grid with node-centered data.
Data is interpolated linearly and indexed as '[x][y]'.