Template Struct LinearHistoryInterpolation

Struct Documentation

template<typename Value>
struct LinearHistoryInterpolation

Default deterministic linear interpolation for deal.II-style vectors.

A different policy can be supplied to StateHistory without changing its storage or query interface. This is the seam for higher-order interpolation and controlled extrapolation.

Public Functions

inline Value operator()(const Value &left, const Value &right, const double alpha) const