A functor to represent periodic extrapolation in a 1D spline evaluator. More...
#include <periodic_extrapolation_rule.hpp>

Public Member Functions | |
| template<class CoordType , class ChunkSpan > | |
| KOKKOS_FUNCTION double | operator() (CoordType, ChunkSpan) const |
| This function should never be called. | |
A functor to represent periodic extrapolation in a 1D spline evaluator.
This rule is handled by the spline evaluator itself and therefore this functor should never be invoked.
Definition at line 19 of file periodic_extrapolation_rule.hpp.
|
inline |
This function should never be called.
Definition at line 27 of file periodic_extrapolation_rule.hpp.