Celeritas 0.6.0-13+develop.01c2c09e
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
celeritas::inp::Interpolation Struct Reference

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.
 

Detailed Description

Interpolation options for the physics grids.

order is only used for poly_spline interpolation and bc is only used for cubic_spline interpolation.


The documentation for this struct was generated from the following file: