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