Highly Efficient FFT for Exascale: HeFFTe v2.4
|
Simple packer that copies sub-boxes without transposing the order of the indexes. More...
#include <heffte_pack3d.h>
Public Member Functions | |
template<typename scalar_type, typename index> | |
void | pack (void *, pack_plan_3d< index > const &plan, scalar_type const data[], scalar_type buffer[]) const |
Execute the planned pack operation. | |
template<typename scalar_type, typename index> | |
void | unpack (void *, pack_plan_3d< index > const &plan, scalar_type const buffer[], scalar_type data[]) const |
Execute the planned unpack operation. | |
Simple packer that copies sub-boxes without transposing the order of the indexes.