Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
A grid of increasing, sorted 1D data. More...
#include <NonuniformGridData.hh>
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
Whether the record is initialized and valid. | |
Public Attributes | |
ItemRange< real_type > | grid |
x grid | |
ItemRange< real_type > | value |
f(x) value | |
ItemRange< real_type > | derivative |
A grid of increasing, sorted 1D data.
derivative
stores the second derivative of the interpolating cubic spline. If it is non-empty, cubic spline interpolation will be used. Otherwise the interpolation will be linear-linear.