ivutils
|
Interface definition for interpolation transfer packer. More...
#include <transfer.h>
Inherited by TransferValue< container_tt > [private]
.
Classes | |
class | iterator |
iterator interface More... | |
Public Types | |
typedef container_tt::val_t | val_t |
type of interpolated value (for example, double or complex) | |
Interface definition for interpolation transfer packer.
The purpose of the packer is to record (pack) a sequence of interpolation requests before timestepping and to unpack these requests using the supplied interator. The packer serves also for correcting the interpolated values on the fly if necessary.