Celeritas 0.6.0-13+develop.01c2c09e
|
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]'.