|
Celeritas 0.7.0-dev.185+develop.9661c8c7a
|
Interpolation options for the physics grids. More...
#include <Grid.hh>
Public Types | |
| using | BC = SplineBoundaryCondition |
Public Attributes | |
| InterpolationType | type {InterpolationType::linear} |
| size_type | order {1} |
| Polynomial order for spline interpolation. | |
| BC | bc {BC::geant} |
| Boundary conditions for calculating cubic spline second derivatives. | |
Interpolation options for the physics grids.
order is only used for poly_spline interpolation and bc is only used for cubic_spline interpolation.