NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::extrapolate_timestep | ( | int | n, |
function< T > & | f, | ||
int | ExtrapolationOrder | ||
) |
k-th order polynomial extrapolation to t=n+1 of the contour function.
k-th order polynomial extrapolation to t=n+1 of the contour function. Information at times t=n,n-1,,,,n-k is used.
n |
|
f |
|
ExtrapolationOrder |
|
Definition at line 270 of file cntr_utilities_impl.hpp.
References cntr::function< T >::size1().