DDC 0.15.1
Loading...
Searching...
No Matches
ddc::PeriodicExtrapolationRule< DimI > Struct Template Reference

A functor to represent periodic extrapolation in a 1D spline evaluator. More...

#include <periodic_extrapolation_rule.hpp>

Collaboration diagram for ddc::PeriodicExtrapolationRule< DimI >:
Collaboration graph

Public Member Functions

template<class CoordType , class ChunkSpan >
KOKKOS_FUNCTION double operator() (CoordType, ChunkSpan) const
 This function should never be called.
 

Detailed Description

template<class DimI>
struct ddc::PeriodicExtrapolationRule< DimI >

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.

Member Function Documentation

◆ operator()()

This function should never be called.

Returns
Undefined.

Definition at line 27 of file periodic_extrapolation_rule.hpp.


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