Celeritas 0.6.0-rc.2.40+develop.df0b0c3b
|
Interpolation options for the physics grids. More...
#include <Grid.hh>
Public Types | |
using | BC = SplineDerivCalculator::BoundaryCondition |
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.