|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
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]'.