#include <vector>#include <complex>#include <string>#include <stdexcept>#include <cmath>#include <utility>#include <unordered_map>#include "mpi.h"#include "memconvert.hxx"#include "paratranspose.hxx"

Classes | |
| struct | tfft3d::PencilBase< GroupID > |
| class | tfft3d::Cart3DPencilDecomp< T, GroupID > |
Namespaces | |
| tfft3d | |
Enumerations | |
| enum | tfft3d::DecompLabel { tfft3d::kP = 0 , tfft3d::kR = 1 , tfft3d::kC = 2 } |
| enum | tfft3d::AxisLabel { tfft3d::kX = 0 , tfft3d::kY , tfft3d::kZ } |
| enum | tfft3d::GhostIgnoreFlag { tfft3d::kNone = 0 , tfft3d::kBefore , tfft3d::kAfter , tfft3d::kAll } |